Web Design Forum: How to create a Flash button that opens in a Tab - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How to create a Flash button that opens in a Tab Whats the code to create a flash button that Rate Topic: -----

#1 User is offline   Paperstreet 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 21
  • Joined: 22-September 10
  • Reputation: 1

Posted 04 January 2011 - 03:17 PM

I have a Flash button on the opening page of a web site as a kind of greeting page http://www.paperstre...uk/Welcome.htmlThe code for said button is:



function fl_ClickToGoToWebPage(event:MouseEvent):void
{
navigateToURL(new URLRequest("http://www.paperstreet.me.uk/Index.html"), "_blank");
}


Does anyone know the code to get it to appear in a new Tab or the same window ?
I also came across the same problem as Georgeotj My linkhttp://www.webdesignerforum.co.uk/topic/42277-ie8-pop-up-with-flash-a-solution/ If anyone has an answer to either of these questions please let me know.

Your Nick :)
0

#2 User is offline   kingy da killa 

  • Free man on the land
  • PipPipPipPipPip
  • Group: Members
  • Posts: 2,144
  • Joined: 24-November 10
  • Reputation: 94
  • Gender:Male
  • Location:London SW
  • Experience:Intermediate
  • Area of Expertise:Web Developer

Posted 04 January 2011 - 03:26 PM

_blank < thats the code making it open in a new window.
_self < change to that :)
0

#3 User is offline   Paperstreet 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 21
  • Joined: 22-September 10
  • Reputation: 1

Posted 06 January 2011 - 02:18 PM

View Postkingy da killa, on 04 January 2011 - 03:26 PM, said:

_blank < thats the code making it open in a new window.
_self < change to that :)


Cheers
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users