View Single Post
  #2 (permalink)  
Old Sep 22nd, 2007, 16:04
Sgaspar11 Sgaspar11 is offline
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need Flash Button help. Open new page

Code: Select all
on(release) {
getURL("URL will be here/the page i want", "_blank");
}
Change it back to _self, just leave the "" off of it. When I do this it opens in the same window.

Are you using an absolute or relative path to the webpage you want to display?

Cheers,

Scott
Reply With Quote