Jump to content


Flash and iFrames


  • You cannot reply to this topic
4 replies to this topic

#1 AWilhelmPetter

    Young Padawan

  • Members
  • Pip
  • 14 posts

Posted 20 October 2005 - 11:18 AM

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

#2 ericrcan

    Young Padawan

  • Members
  • Pip
  • 103 posts

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 Maxx-Designs

    P2L Jedi

  • Members
  • PipPipPip
  • 681 posts
  • Location:Australia

Posted 20 October 2005 - 03:47 PM

Look at my other post about iframes, I out the code in there ;)

#4 funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

Posted 20 October 2005 - 03:53 PM

I presume you're using the getURL function on your buttons.
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 AWilhelmPetter

    Young Padawan

  • Members
  • Pip
  • 14 posts

Posted 21 October 2005 - 01:09 AM

Thanks for all replies! :lol: I'll pass this link onto my coder once he's online and see what he says about this.

Thanks again for all help! :D





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users