I have recently bought a template that came with a flash header. I want to implement JavaScript based drop down menus; for this, I will need Flash to communicate with JavaScript.
I have three frames. The first frame is the original. When the marker hits the right answer (target i should say), it must proceed to frame 3. If 开发者_运维知识库the answer is wrong it should go to f
I am having a nightmare using CSS to style HTML within a dynamic textfield in my flash doc. From what i now understand after much trial and error and reading online, CSS doesn\'t even work properly in
Not my code, trying to fix it at the 11th hour. Trying to access flashvars from a legacy AS2 movie loaded inside an AS3 movie
How can I get swf parameters using actionscript2? like myflash.swf?p=1 开发者_JAVA技巧or <param name=\"flashvars\" value=\"p=1\" />
I开发者_如何学Python\'m pretty sure eval doesn\'t work this way, but it gets the idea across. I\'m trying to dynamically create global variables; here\'s my code:
Even if I loaded for dozen times an external swf into a movieclip... I dont know how to resize (layout) the targeted movieclip. I dont mean the quality... Let`s say the external SW开发者_运维百科F has
How do I gotoAndPlay a frame number of a child MC from another child MC? I have a movieclip that has 4 nested child mo开发者_运维知识库vieclips.
I need to call a page inside a div, but with flash! I have this script on my page: $(\'#bt_aoptica\').click(function () {
Is it possible to set an instance name for a MC in its sc开发者_运维知识库ript?In AS2, MovieClips have a _name property that you can get and set.