Difference between revisions of "ActionScript"
From BC$ MobileTV Wiki
Line 23: | Line 23: | ||
* URLRequest: http://www.13580.com/docs/ActionScriptLangRefV3/flash/net/URLRequest.html | * 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 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/ | ||
Revision as of 23:43, 20 January 2011
ActionScript is the native scripting language for Flash, and was purchased by Adobe during their Macromedia acquisition in 2004.
Contents
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/