Jump to content


Buttons nī HTML


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

#1 StiltoN

    Young Padawan

  • Members
  • Pip
  • 11 posts

Posted 25 January 2006 - 04:06 PM

Hi!

again :love: What is the code for using flash buttons to control html pages, like in a frame. Sure there must be an easy way..:love:
Thx!

#2 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 26 January 2006 - 07:27 AM

what do you really want?
if you want to open a new site in a frame out of flash, then you need to use this:
on(press){
getURL("URL","FRAME")
}


#3 StiltoN

    Young Padawan

  • Members
  • Pip
  • 11 posts

Posted 26 January 2006 - 08:18 AM

View Postfunkysoul, on Jan 26 2006, 01:27 PM, said:

what do you really want?
if you want to open a new site in a frame out of flash, then you need to use this:
on(press){
getURL("URL","FRAME")
}

Maybe. What I really want is to be able to point to a flash button in raw HTML code. So that when I push a button it will open a new page in my frame below it... Hope I was clear.

#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 26 January 2006 - 08:49 AM

yeh, just that code I've wrote before..
on(press){
getURL("http://www.macromedia.com", "_blank");
}






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users