Search Results

4
votes
6answers
361 views

Is it possible to create a ‘command line’ swf?

I'd like to be able to write a .swf file that is runnable as a command line app. In other words, I would be able to create actionscript classes which can interact with stdin and stdout, and could t …
-2
votes

Manipulating the hash/anchor part of the URL in Actionscript

If you ever make it to actionscript3 you could use the com.adobe.net.URI class. It expose …