
November 10th, 2003, 01:10 PM
|
|
Junior Member
|
|
Join Date: Nov 2003
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Importing a swf into a swf by way of AS
Its been awhile since I've actionscripted and I need your help.
I want to be able to load an external swf into the current swf, and ona click unload it, and go back to the original. I can do this if I make multiple pages but it doesn't look very good like that.
I tried:
on(release){
loadMovie(gallery.swf,window);
}
and making a mc named window with inst. name of "window" that covered the viewing area, when I click the button my mc.window just disappears.
Any comments is appreciated.
Thanx, Optik
Last edited by OpTiK : November 10th, 2003 at 01:12 PM.
|