I am working on a Flash AS2 script that adds an instance of a movieclip for each node in an XML file. I have also included titles for each node in the XML file and I would like to display these when a
I was wondering if someone ca开发者_运维知识库n look at the ActionScript (2.0) i have from a flash menu that I bought. I know some flash but can\'t seem to find a way to make the images cycle through
I\'ve coded a little game, but now I realized that I should include all the actions to frame on layer called \"actions\". This far I\'ve written my code to movieclip. Any help on transforming this to
Is there a way to send a simple SOAP message to a开发者_Go百科 web service on another domain, while not caring about the response (this is simply a small data push) in an old flash app?
I have an instance of an object that starts and stops tweens for s开发者_如何学编程ub-movieclips. However I want to do stuff when the tween is finished.
Has anybody ever had any issues with loadMovie in as2? I have inherited some horrific code and need to solve an issue, if you imagine a gallery and clicking back and forward would call loadMovie and g
I am creating a game which uses the sharedObject to save each players progress locally. It also connects to a central database to create an online scoreboard. When a user inserts a score for the first
Previously I wrote on trying to convert some AS2 to AS3. It\'s a sliding panel. A big panel called bigSlide onstage contains to children MC\'s: slide1 and slide2. Onstage there are also buttons b1, b2
I am new to XML and am having a small problem in Flash. I have a number of buttons. Each of these buttons need to open up a different URL which is in a xml file (I have added only one button for now (
The ide i am using is flash cs3. the as2 swf contains a tween code using mx transitions. when i remove this tween code and hard code it on the enterframe there seems to be no problem.