This is a discussion on "Need Flash Button help. Open new page" within the Flash & Multimedia Forum section. This forum, and the thread "Need Flash Button help. Open new page are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Need Flash Button help. Open new page
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Need Flash Button help. Open new page
Hi I'm new to flash.
If i have a flash navigation bar. What actionscript code would i use (2.0) to tell a flash button to open up another page of my site inside the same window? Currently I'm using on(release) { getURL("URL will be here/the page i want", "_blank"); } Now I know _blank tells it to open up in a new window. But i tried _self and it wont work Is there a better code that I can use because i do not want it to open up in a new window. Anybody who replies I deeply Thank Robert Ufford |
|
|
|
|||
|
Re: Need Flash Button help. Open new page
Are you using an absolute or relative path to the webpage you want to display? Cheers, Scott
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
|
|||
|
Re: Need Flash Button help. Open new page
I'm currently using an Absolute Path I guess... It's not hosted yet so its current testing path is
on(release) { getURL("file:///C:/Documents%20and%20Settings/Master%20Robbie/Desktop/The%20Bill%20Wheel/characters2.html", _self); } Just running it off my desktop for now I tried your _self without the "" and it opened in a new window again. Should I be using a relative path? Also, what would be the correct way to code a relative path to a site page? Last edited by ClemsonTigerACC; Sep 22nd, 2007 at 18:14. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I make Button Open new window in flash? | bunnyface | Flash & Multimedia Forum | 4 | Feb 27th, 2008 21:41 |
| Page that will only open if it comes from a redirect (Looking for a way to do this) | vandiermen | JavaScript Forum | 1 | Jan 31st, 2007 21:19 |
| Scroll button to scroll flash page | helpmhost | Flash & Multimedia Forum | 3 | Apr 26th, 2006 11:30 |
| When a button refuses to behave like a button in Flash | autumn_whispers2me | Flash & Multimedia Forum | 2 | May 24th, 2005 22:08 |
| Open page in new window | autumn_whispers2me | Web Page Design | 20 | Feb 15th, 2005 02:04 |