[font=verdana, arial, helvetica][size=2]I have a main swf called scroller.
It has a scrollpane component in it, that has a movie clip loaded into it called thumbnail_MC that is made up of 11 buttons.
On the button called firstlove it in fact loads the external swf but the movie plays on top of the scrollpane. The movie is loaded into level 1.
Here’s my code:
on (release) {
loadMovieNum(“http://www.triangularvision.com/thedeed/firstlove.swf”, 1);
}
How do I make the movie play behind the scrollpane??
Thanks for any help on this.
Heres the file
[color=#800080]http://www.triangularvision.com/thedeed/scroller.zip[/color][/size][/font]