How do I insert a Flash Movie in another w/ buttons?
Hey,
I have inserted a Flash Movie (Flash Movie #2) as an object in my Flash Movie (Flash Movie #1). In Flash Movie #2 there are buttons which when clicked load another movie (Flash Movie #3). I want it to load where Flash Movie #2 is. I set the levels to 0, but clicking the button does nothing. Any ideas? Thanks.
BJ Watts
[email protected]
Re: How do I insert a Flash Movie in another w/ buttons?
Quote:
Originally posted by bjwatts
I want it to load where Flash Movie #2 is.
BJ Watts
In this case you must add this script for the button from "Movie2":
on(click){
_root.movie2.loadMovie("movie3.swf","_self");
}
:mrpimp: