Need some Flash 8 help

evilbix

Member
Oct 8, 2004
173
0
0
I'm stuck right now with loading other flash pages. I defined the height as 800 and width as 600. However, whenever I use the actionscript:


on (release) {
getURL("Advanced.swf", "_parent");
}

It will load the other .swf in the same window but, it is no longer 800x600. It maximizes itself in the window automatically. Any idea on how to fix this?

 

DaveSimmons

Elite Member
Aug 12, 2001
40,730
670
126
So you're writing over the HTML page with just a SWF?

Does _self make more sense here?

Or should GetURL be retrieving an HTML page with an Object tag for the SWF?