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?
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?
