Howdy guys, i have used this code a million times before and now its suddenly stopped working, this is my code in the html for iframe...
Code:<iframe src="home.html" name="content" width="342" marginwidth="0" height="458" scrolling="yes" frameborder="0"></iframe>
and this is my code in flash...
so basically flash should be loading the html page "about.html" in to the iframe called "content".Code:on (release) { getURL("about.html","content"); }
Instead its just opening content in a new window.
I dont know what on earth im doin wrong.
Ive done a search and this fella seems to be having the same problem....
http://board.flashkit.com/board/show...geturl+iframes
any body else had the same problem?
Cheers
Aidan




Reply With Quote