
Originally Posted by
Medyman
That is the code.
I see that a lot of people have troubles with this so I've put a demo online. Hopefully it'll help.
Live demo is
here. (The images are inside of an iframe)
.fla source is
here.
This is great! thanks man, Ive had a look through and i can see how you've coded it all up... and as far as i can tell, i cant see any reason why my version is strugling, Still opens in a seperate window
Ive used the following as my action in flash
Code:
this.contact.onRelease = function() {
getURL("contact.html", "myframe");
};
And ive checked my html files and that has the iframe refrenced as follows
Code:
<div id="content">
<iframe id="myframe" allowtransparency="true" src="welcome.html" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="50" style="overflow:visible; width:100%; display:none;"></iframe>
</div>
Any more suggestions? You can check out the full source here:
http://www.long-walk-home.co.uk/laura/Home.html
(only the contact button on the flash menu is my tester)
Thanks
Bookmarks