Shoutbox

flash won't direct iframe (flash + html) helpage - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: flash won't direct iframe (flash + html) helpage (/showthread.php?tid=74059)

flash won't direct iframe (flash + html) helpage by PenguinBoy on 04-30-2007 at 07:07 PM

I've got an iframe, and for some reason I can't get flash to change it.

the code for the iframe is:

code:
<iframe id="content" name="content"
src ="news.html" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" style="overflow:visible; width:100%; display:none">
</iframe>

and the code in action script which is one a button goes:

code:
on (release) {

    //Goto Webpage Behavior
    getURL("news.html", "content");
    //End Behavior

}

When i click the news buton, it just pops up in a new window. i don't know what it is I'm missing.
RE: flash won't direct iframe (flash + html) helpage by aNILEator on 04-30-2007 at 07:50 PM

target="content" ?

I've not used flash in a while....


RE: flash won't direct iframe (flash + html) helpage by PenguinBoy on 04-30-2007 at 09:49 PM

quote:
Originally posted by aNILEator
target="content" ?

I've not used flash in a while....

where should i put target="content" ?

edit: i think that only works in html.
RE: flash won't direct iframe (flash + html) helpage by PenguinBoy on 05-01-2007 at 03:50 PM

http://board.flashkit.com/board/showthread.php?t=...8&highlight=iframe


SOLUTION found here^^^

apparently it's just a local problem, and when i Uploaded it it worked fine.