I need to use the movie\'s predefined framerate (not it\'s real time performance FPS开发者_运维知识库, but just the number it was designated to run at) as well as the movie\'s width and height, using
i\'m editing an actionscript 2.0 file, i have a xml files with images urls in the nodes and it works.
I have general text in CDATA in my xml which is pulling in content into Flash. This is working well and I am able to add images this way too. What I need though is to wrap that image in anta开发者_JAV
i\'m relatively new with flash, so... i\'ve been looking into this for 2 days now, so i hope someone can help me out.
Please forgive any short-comings in this question; flash is not my area of expertise, but I\'ve inherited a task that deals with AS2 that I need some help with.
Well i am building the script as shown below http://www.uberprints.com/studio/?pId=AA2001OR&cId=NAT&dec=S
All, I\'m working on a Flash AS2 project in which I have a choice of receiving a dataset in either XML or JSON.
I am searching for a way to retrieve all emails addresses from a given string. For example: if i have the string \"AB CD [ABCD@gmail.com]\" i want to recei开发者_如何学Pythonve only \"ABCD@gmail.com\"
Currently in Flash I am trying to pull in a value based on the querystring. Example.. Html code: myVideo.swf?video=ThreeGuysOneBall.flv
I am wondering if it is possible to create a closure in ActionScript2 like it is possible in Javascript.