I need to set input form proper开发者_高级运维ties to max 3 characters and number only. Can\'t find it in the documentation.txtInput.maxChars = 3;
I have this code under a button in \'as2.swf\' on (release) { unloadMovie(this); } and this swf is being loaded into as3 container called \'main.swf\', but when i press it not开发者_C百科hing happe
I don\'t know why but i am having trouble getting my head round event dispatching. Take this for example.
Please is there any workarround to avoid the new line generated while sending data using SendAndLoad(); in AS2 开发者_运维百科?
I\'m intending to create a flash app that pulls images from facebook and displays them in a slideshow format.
I\'m loading a bunch of images into my AS2 flash movie, and I\'ve encountered some strangeness. Roughly, my code looks like this:
In Flash, I can go into the properties of an image in the library and check \'allow smoothing\' to enable resampling when the image is scaled or rotated.
In my AS2 Flash game, I play a number of sound files and wait for the \"onSoundComplete\" message/function before proceeding.
Actionscript: System.security.allowDomain(\"http://\" + _root.tdomain + \"/\"); import flash.net.FileReferenceList;
I have built a movieclip (parentMC) that houses two movieclips within it (mcA, mcB). in mcA, i\'m dynamically attaching movieclips from the library through a loop.