View Single Post
Join Date: Feb 2008
Posts: 347
Reputation: kevin wood is an unknown quantity at this point 
Solved Threads: 1
kevin wood's Avatar
kevin wood kevin wood is offline Offline
Posting Whiz

Re: adding navigation to flash buttons

 
0
  #2
Apr 10th, 2008
i have got it to navigate to the new pages from the home page but it keeps opening the new page in a new tab the code i have used looks like this

Graphics and Multimedia Syntax (Toggle Plain Text)
  1. on (release){
  2. getURL("construction/index.htm", "self");
  3.  
  4. }

where i have put self should this not open the page in the same window/tab.

if not anyone know what should be put in so it opens in the same window.
Reply With Quote