i have a flash movie with 2 frames. and i would like to call an external javass开发者_运维百科cript function on frame action.
I have a as3 movie which loads an as2 in it. I create a movieclip in as3 and i want to pass this created movieclip to as2.
I have a search box in my flash file and I\'m trying to have it execute a getURL() when the enter key is pressed inside the text field, but nothing is happening. Can someone let me know what the issue
I\'m creating a text field dynmaically and it works great however when I test the movie I can\'t seem to change any text (like a typical input box on a webpage for example), it appears to be only read
I am trying to convert a bytearray into a string. The problem is whenever I try to append a NULL character using String.fromCharCode(0) it cuts off the e开发者_如何学Cnd of the string and than I cant
I have converted a jpg image to Base64 string and s开发者_如何转开发aved somewhere. Now How can i convert this Base64 encoded string to bitmapData in flash as2?Use http://www.blooddy.by/en/crypto/ l
How do I change the movie clip (mainClip) in AS2 code below so that is behind all graphics in the flash file?
I know that in AS3 I can create a Main class and link it to the FLA file. I tried doing the same in AS2 but couldn\'t. (When I try linking the fla to a class, it says the featur开发者_运维问答e only e
Is anyone aware of a Venn diagram library for Flash?XML driven would be pre开发者_高级运维ferred.
I am wondering if there is a way to allow users to select multiple items from my AS2 List component without having to hold CTRL while clicking. So they would be able to select/deselect individual item