Ok, this code works fine on my .swf file when I test it out in Flash. It doesn't work anymore when I externally load the .swf into the main site. I believe when imported it doesn't recognize the _root anymore.
I have this movie clip with the navigation buttons in it. I want the buttons to travel to the labels on scene 1 when clicked and they do. Again, the code is acting fine as far as this .swf is concerned. the problem arise...
Search Result
Collapse
6 results in 0.0039 seconds.
Keywords
Members
Tags
-
matt415 started a topic on (release){ _root.gotoAndPlay Not Working when I import the .swf on main sitein Flashon (release){ _root.gotoAndPlay Not Working when I import the .swf on main site
-
load external as2 swf to main flash file as root and level0
hello.
first of all sorry about my english.
i have 2 flash files,one is mine (the main container) and one is a external swf.
i want to load the external swf to my container swf.
i write this code in my as2 container
--- code inside the main timeline flash (mine flash) -----
*first of all i add a movie clip with instance name mc1 to the first layer
Code:mc1._lockroot = true; mc1.loadMovie("external.swf");
-
How to mention a specific frame when the projector window is inactive?
how to mention a specific frame when the projector window is inactive? is there any command that show us if the window is active or inactive. -
Need help in basic flash as2
I'm working with Flash as2 movieclips however id on't know what to write next on my script if the frame that I want to be headed is within two movieclips. here's my script:
on (release) {
_root.productco ntent.gotoAndPl ay("glugoat");
}
but the frame glugoat is inside productcontent, which is again inside another movieclip named "productspa ge"
any suggestion on the correct... -
Flash button not working in ie and chrome
There is a button made on logo. This is working in firefox but not working in chrom and internet explorer. Anybody may help?... -
Math.round() to round up
if amount is 238 then i want to display in round figur as 240
plz answer me soon..