-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I appreciate loading AS2 into AS3 is never going to be fun, but unfortunately I have to on this one.
I'm using the Loader Class in AS3 to load an external AS2 SWF onto the stage as a AVM1Movie Object. Anything that is placed on the stage in the AS2 FLA displays fine, but no ActionScript runs at all…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an external swf file running as2 and it's loaded into a container that runs as3, is it possible to make a function call from the external swf keeping in mind the function is as3 container
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a large project built in as3. Part of its main functionality is to load and unload various as2 swfs. The problem is that the memory ins't free up once they are unloaded.
I have access to the as2 swfs code base and destroyed all objects, stopped and killed timers, listeners, removed from stage…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to find a way to write to a text file from as2. I don't want to use any php or asp because my app needs to run without an internet connection. As3 has FileReference.save() and judging by the amount of searching I've done, as2 doesn't have that simple of a solution. Does anyone have a way…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a Wrapper SWF that loads a series of AS2 movies. Each AS2 movie loads a series of .png files.
AS3_wrapper.swf
|-> AS2_1.swf
|-> image_1.png
|-> image_2.png
|-> AS2_2.swf
|-> image_1.png
|-> image_2.png
Inside of the AS2 I listen for the load of…
>>> More