I have a swf which embeds around 40 various png and fxg objects using the embed metatag... eg.: public class OneOfMyEbeddedAssets
I am trying to create a if statement, but I get this compolor error: \')\' expected Unexpected \'}\' encountered
I\'m using Flash P开发者_JAVA百科rofessional, and my game is coded on that basically. I\'m trying to import the web graph-API and tested it on my website, and I still can\'t get it to work to the poin
Does anyone know if it\'s possible to apply garbage collection to the new StageVideo component in AS3?I have tried with no success!Code is below:
Create a full page background image slideshow like http://beyondfay开发者_如何学编程te.com/ and http://hmxmedia.com/ using Flash?
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.
How can I invoke a function 开发者_高级运维in btn.as from MXML and is it possible to call a function without creating an instance of btn?
I\'ve made a character, and used the bone tool to make it move in runtime. This works fine, but now I want to add gravity/physics, so I can throw my character and it lands on the ground like a real r
Below is a MXML code built from Flash Builder 4.5 with AIR SDK 3.0. Using Starling framework to create 2D animation and wonder how do I call a addText function without create a new instance of Game?
If I want to return a reference to an arbitrary function in ActionScript to JavaScript, what should I have to do?