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 wanted to make a guestbook for my flash website but I also need to have it sent to my email. Is there a way I can do this without using PHP or my sql? what would be the as2 f开发者_开发知识库or it?
I recently made a website, and the buttons look like this: On(release) { gotoAndPlay (\"title\", 1); } My problem is, when you click the button the first time, it goes to the correct frame. but when
I\'ve got various flash files stored on my server. For this exmaple - here is the directory structure:
I am loading a MovieClip using MovieClipLoader. When the MovieClip starts playing, it changes the alignment of my stage to 开发者_开发知识库LT, which incorrectly repositions all the other objects on m
I have an issue generating multiple text fields in AS2. My AS2 Flash application calls database (via PHP) and then receives XML file that contains a few objects. All I want to do is to loop throught t
i\'v开发者_运维知识库e a MovieClip and i would like to change the transparency of this movieclip how can i do?
I have a MovieClip that I want the user to be able to drag inside the stage, but I don\'t want it to be able to move outside the stage.
I have bought a flash template in an online store. There are different buttons on it and some of them link to existing local html files from the pack - index-1.html, index-2.html etc. There are also s
I want to make a movieclip invisible initially but i dont want to set it manually within the properties in flash because i cant then see it on the scene.