I created a movieclip symbol and exported to actionscr开发者_开发问答ipt, I created the .as file:
I\'m trying to write a actionscript 2 component that collects all the TextField text values in the movie. With actionscript 3, I listen to Event.ADDED 开发者_如何学JAVAfrom the stage, get notified whe
I am looking for a way to call a function defined in a different frame in ActionScript 2.0. The details are as follows:
I am using html in xml for some names in actionscript and there is 开发者_高级运维;quot; Here is my variable where I want actionscript to read the name as html. Instead of normal text.
I am trying to create a if statement, but I get this compolor error: \')\' expected Unexpected \'}\' encountered
I am making a little banner for my site that makes different offers based on geo location (zipcode). I have the code working pretty much except for a few elements I want.
I\'m trying to make a website that al开发者_Python百科lows you to A) Edit FLA files online and B) Export to SWF.It would be easier on a server if everything the user did on the web, it was translated
I\'m trying to make thumbnails-grid based on XML. So far I have done code for loading and positioning thumbnails on stage. The code I use:
Is there 开发者_JAVA百科any approach to take the snapshot of a drawing created in pure AS2 flash coding ?
I\'m using the loadMovie(url,target)开发者_开发百科; command to load an external swf file into a movieclip container.