|
-
Link to new browser window from flash - Very Easy!
I have forgotten the script to put for when you click on a button so that the url opens up in a new window. Here is what I have already:
on(release){
getURL("");
}
I need to link to http://www.mastahuk.com so can somebody tell me the code to get this to open in a new window. I dont need this to be resized or have anything special done to it by the way.
Thanks!
-
i think the way is :
on(release){
getURL("http://www.mastahuk.com",_self);
}
try to use it.
-
Nope, didnt work. It just opened in the same window. Anyone else?
-
i'm so sorry
i just read your text only in 5 second so it's my false
i think what do you need is in the same window
to get into a new window
change _self into _blank
try it.
thanks.
-
Still didnt work . Here is how it looks now:
on(release){
getURL("http://www.mastahuk.com",_blank);
}
What should I change? I would have thought this is quite easy to accomplish...
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|