- Author had a File in an Envato Bundle
- Author was Featured
- Beta Tester
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 5-6 years
- Item was Featured
- Referred between 100 and 199 users
- Sold between 10 000 and 50 000 dollars
Hi All,
I’m sure this could be something simple but I honestly cannot figure this out. I’m loading an external swf file containing buttons into my main movie. I managed somehow to load the swf but the buttons from the external file are not working.
Can you guys help me on this?
I appreciate it.
Thanks
Kramz,
I think we may need more info. What version of AS are you using? I have a script available written in AS3 that loades an external SWF and allows a function to be written to “goToAndPlay” a certain frame on that SWF …
Are you using “levels” to load into your main SWF ? I don’t use levels, the next external SWF I load always replaces the one currently loaded…
-Damon
- Author had a File in an Envato Bundle
- Author was Featured
- Beta Tester
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 5-6 years
- Item was Featured
- Referred between 100 and 199 users
- Sold between 10 000 and 50 000 dollars
Hello damonlee, I’m using AS2 . Here’s more info: I’m currently using a file I bought here on flashden. the file is called XML MP3 Bottom Bar from flashjunkie I want to replace the centered movie with my external swf wich will become the main movie. I somehow managed to load the movie with trial an error (i’m more of an animator and have basic knowledge in flash). My problem is that all the buttons on that new movie do not react when i click over them…
I appreciate all your help..
Thanks
- Author had a File in an Envato Bundle
- Author was Featured
- Beta Tester
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 5-6 years
- Item was Featured
- Referred between 100 and 199 users
- Sold between 10 000 and 50 000 dollars
Anybody?... Please
do the buttons in the movie your loading control something in your main movie?
- Author had a File in an Envato Bundle
- Author was Featured
- Beta Tester
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 5-6 years
- Item was Featured
- Referred between 100 and 199 users
- Sold between 10 000 and 50 000 dollars
The External Movie has its own menu. On rollover my buttons animate fine, but when i click and release them, the movie (external movie) is suppose to go to a frame in its own timeline. Everything works fine when I open the swf by itself not when i load it into my main movie.
Thanks,
add this to your button and it should control the external movie _root.gotoAndStop(“whateverlabelorframe”); }
on (release){
the root command on your button will tell the button to jump out of the movie clip it is in and go to a point in time on the external movie
- Author had a File in an Envato Bundle
- Author was Featured
- Beta Tester
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 5-6 years
- Item was Featured
- Referred between 100 and 199 users
- Sold between 10 000 and 50 000 dollars
Hello Unchartedrealms, this is how my buttons look like…
on(rollOver) { _root.position=b3._y; }
on(rollOut) { _root.position=this[“b” + _root.pressed_link]._y; }
on(release) { if(_root.pressed_link<>3) { _root.main.all_pages[“p”+ _root.pressed_link].gotoAndPlay(“s2”); _root.pressed_link=3 }
}
What should I change?
- Author had a File in an Envato Bundle
- Author was Featured
- Beta Tester
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 5-6 years
- Item was Featured
- Referred between 100 and 199 users
- Sold between 10 000 and 50 000 dollars
never mind, thanks everyone for your help. I just figured it out. I had to apply _lockroot to the loaded SWF file.
never mind, thanks everyone for your help. I just figured it out. I had to apply _lockroot to the loaded SWF file.
I am having similar problems – Can anyone help me?
