View Full Version : Flash and Frames offline
chaoti
October 22nd, 2006, 08:19 PM
When I tell flash to open a page in my main frame it does it fine online, however whenever I view it offline, it does not open the linked content within the main frame, instead it opens a NEW browser window. I need it to work offline as well. Perhaps I need a new piece of code, or perhaps that is a con of using frames with flash, I do not know. Has anyone else ever had such a problem?
The swf runs in the leftFrame while the content loads into the mainFrame
I followed the kirupa tutorial and I linked it to my mainframe. the names and ids are correct, I would assume since it works online.
[buttonname].onRelease = function (){
getURL( [site], "mainFrame")
}
Binji
October 22nd, 2006, 08:23 PM
i think you need to give it a _self parameter to open in existing window
Krilnon
October 22nd, 2006, 08:29 PM
With the security changes in Flash Player 8 (and above), you now need to allow network file access for local testing. It's an option near the bottom of the Publish Settings menu, the attached image shows the menu.
http://www.kirupa.com/forum/attachment.php?attachmentid=38575&d=1155852511
chaoti
October 22nd, 2006, 09:13 PM
With the security changes in Flash Player 8 (and above), you now need to allow network file access for local testing. It's an option near the bottom of the Publish Settings menu, the attached image shows the menu.
http://www.kirupa.com/forum/attachment.php?attachmentid=38575&d=1155852511
I changed it to allow network access only, however it still does not work, i also tryed the _self and all it did was open in the same window as the flash, which is not what I want, I cannot view your screenshot, I have no permission it says. any other suggestions?
Krilnon
October 22nd, 2006, 10:12 PM
Here is the thread with the screenshot: http://www.kirupa.com/forum/showthread.php?t=231231
chaoti
October 23rd, 2006, 01:59 AM
I still cant acces the image, it keeps telling me i have no permission to... either way from looking real close at the thumbnail, i think i can say i did that, but it still does not work, so thank you but most likley i'm out of luck
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.