If you're just gonna say "Don't use iFrames", spare me, please. I want to use them and I need some help with them.
I have a flash menu that swooshes in everytime it loads and I dont want it to shoowsh in everytime you click a link on it, so I want it to be like, when you hit a button in the flash menu it only loads a new iFrame and not the full websites to load a new site.
Anyone how can help?
The site's located @ http://www.jakesoffspring.com/peter
Thanks for help in advance! =)
Petter
Flash and iFrames
Started by AWilhelmPetter, Oct 20 2005 11:18 AM
4 replies to this topic
#1
Posted 20 October 2005 - 11:18 AM
#2
Posted 20 October 2005 - 11:29 AM
ok..well i never use iframes, but this shoudl be right.. in your flash menu, you will have the link. the link target will be whatever you call the iframe. so if you call the iframe content, then your links would be _content.hope you know how to do all that
#3
Posted 20 October 2005 - 03:47 PM
Look at my other post about iframes, I out the code in there
#4
Posted 20 October 2005 - 03:53 PM
I presume you're using the getURL function on your buttons.
so:
Don't forget to give your IFrame a name, like here:
othewise check my site's code for reference
http://www.six4rty.ch
so:
on(release){
getURL("url","iframe_name")
}
Don't forget to give your IFrame a name, like here:
<iframe src="aboutme.html" name="content1" width="364" marginwidth="0" height="341" marginheight="0" scrolling="No" frameborder="0" id="content1"></iframe>
othewise check my site's code for reference
http://www.six4rty.ch
Edited by funkysoul, 20 October 2005 - 03:53 PM.
#5
Posted 21 October 2005 - 01:09 AM
Thanks for all replies!
I'll pass this link onto my coder once he's online and see what he says about this.
Thanks again for all help!
Thanks again for all help!
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
