Difference between revisions of "ActionScript"
From BC$ MobileTV Wiki
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
+ | |||
+ | |||
+ | == Tools == | ||
+ | |||
+ | * Motion-Twin ActionScript 2 Compiler (MTASC): https://www.mtasc.org | ||
+ | * ActionScript2 Development Tools (ASDT): https://sourceforge.net/projects/aseclipseplugin/ | ||
Line 11: | Line 17: | ||
+ | == Tutorials == | ||
+ | |||
+ | * Executing covert JavaScript from Flash: http://jimbojw.com/wiki/index.php?title=Executing_covert_JavaScript_from_Flash | ||
Line 17: | Line 26: | ||
* HTTP Authentication for HTTP/GET requests using ActionScript 3: http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/ | * HTTP Authentication for HTTP/GET requests using ActionScript 3: http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/ | ||
* How to Learn Actionscript (Flash) for Data Visualization: http://flowingdata.com/2008/04/21/how-to-learn-actionscript-flash-for-data-visualization/ | * How to Learn Actionscript (Flash) for Data Visualization: http://flowingdata.com/2008/04/21/how-to-learn-actionscript-flash-for-data-visualization/ | ||
− | + | * URLRequest: http://www.13580.com/docs/ActionScriptLangRefV3/flash/net/URLRequest.html | |
− | + | * ActionScript 3.0 Reference for the Adobe Flash Platform: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/URLRequest.html#includeExamplesSummary | |
+ | * Actionscript 2.0 get URL parameter...: http://www.codingforums.com/showthread.php?t=169088 | ||
+ | * Getting URL Parameters, host name, port, in Flex, Actionscript: http://www.flexpasta.com/index.php/2008/03/15/getting-url-parameters-host-name-port-in-flex-actionscript/ | ||
== See Also == | == See Also == | ||
[[FLEX]] | [[Flash]] | [[FLEX]] | [[Flash]] |
Latest revision as of 20:03, 29 December 2021
ActionScript is the native scripting language for Flash, and was purchased by Adobe during their Macromedia acquisition in 2004.
Tools
- Motion-Twin ActionScript 2 Compiler (MTASC): https://www.mtasc.org
- ActionScript2 Development Tools (ASDT): https://sourceforge.net/projects/aseclipseplugin/
Resources
- Ultimate ActionScript3 - New Code for Flash Gamers & Web Developers!: http://www.cartoonsmart.com/ultimate_actionscript3.php5
- Actionscript 3 Block-Drop Gaming Tutorial: http://www.cartoonsmart.com/free_actionscript3_gaming_tutorial.php5
Tutorials
- Executing covert JavaScript from Flash: http://jimbojw.com/wiki/index.php?title=Executing_covert_JavaScript_from_Flash
External Links
- HTTP Authentication for HTTP/GET requests using ActionScript 3: http://www.abdulqabiz.com/blog/archives/2006/03/03/http-authentication-for-httpget-requests-using-actionscript-3/
- How to Learn Actionscript (Flash) for Data Visualization: http://flowingdata.com/2008/04/21/how-to-learn-actionscript-flash-for-data-visualization/
- URLRequest: http://www.13580.com/docs/ActionScriptLangRefV3/flash/net/URLRequest.html
- ActionScript 3.0 Reference for the Adobe Flash Platform: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/URLRequest.html#includeExamplesSummary
- Actionscript 2.0 get URL parameter...: http://www.codingforums.com/showthread.php?t=169088
- Getting URL Parameters, host name, port, in Flex, Actionscript: http://www.flexpasta.com/index.php/2008/03/15/getting-url-parameters-host-name-port-in-flex-actionscript/