I\'ve multiple videos stored as MovieClip objects and would like to merge them into a single MovieClip video object in order to play all of them in sequenc开发者_开发百科e (so that a user thinks it\'s
I have a AS3 swf [1] that is loading another AS2 swf [2] which is loading another AS3 swf [3]. I\'m getting a Security Sandbox violation on the AS2 swf trying to access the last A开发者_运维技巧S3 sw
Hi I have a flash开发者_如何转开发 map of the world onRollover a region changes color onRollout changes back no probs
Flash\'s LocalConnection mechanism has a 40k size limit on individual messages passed to send().I\'开发者_运维知识库m running into a situation where I have a complex object that I need to send which m
is it possible to use string as path ? instead of _parent._parent.myVar=123; use something like this: var path = \'_parent._parent\';
Is there 开发者_如何学运维any \'FindBugs like\' plugin for Adobe Flex Builder or Flash Builderflex-pmd seems to be the current winnerThe only things I know that could be close to what you\'re looking
I have just tried out ASUnit and it wasn\'t a success, so I\'m looking for something simpler, no need for fancy UI.
I am having two problems in the loader, the bar \"bar\" does not increase and mc_home get the position y = 0 no matter where I place the pages_mc nor their place the pages_mc._y = 100;
This is in AS2. I\'m loading an external AS2 swf using the loadclip function. 开发者_运维知识库But I don\'t know how to call its gotoAndPlay or stop functions. How do I reference to them?
Is it possible to read the mouse 开发者_StackOverflow中文版key, like you do with Key.isDown(), ie. without setting up an unPress event/callback?Yes. This is the code in as2: