jrhodes
March 24th, 2003, 12:56 PM
Hi,
I've incountered a problem that I need help figuring out...I'm using dynamic buttons to load external swfs into an area within an interface on level0.
There is an actionScript on a button that has been duplicated dynamically..
The external swf is loaded into a host mc called "subpage_mc". The swf that should be loaded, is indicated within an array in the first frame of _level0.
Here's actionScript on button before dynamic duplication:
_level0.loadMovie(link,"subpage_mc");
The script works, but it replaces the interfacce completely on leve0. I want the new swf to load into level0 and for the interface to be visible at all times, not to be replaced. Does this issue have to do with instance stacking order? How should I make sure that this doesn't happen? Please Help...
I've incountered a problem that I need help figuring out...I'm using dynamic buttons to load external swfs into an area within an interface on level0.
There is an actionScript on a button that has been duplicated dynamically..
The external swf is loaded into a host mc called "subpage_mc". The swf that should be loaded, is indicated within an array in the first frame of _level0.
Here's actionScript on button before dynamic duplication:
_level0.loadMovie(link,"subpage_mc");
The script works, but it replaces the interfacce completely on leve0. I want the new swf to load into level0 and for the interface to be visible at all times, not to be replaced. Does this issue have to do with instance stacking order? How should I make sure that this doesn't happen? Please Help...