• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need some Flash 8 help

evilbix

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

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