| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Accurate
Join Date: Feb 2003
Location: UK
Posts: 1,146
|
Can anyone tell me what the code is to embed a link in flash that opens in a new window? I have the code below that links, but doesn't open into a new window? It's something _blank but not exactly sure. on(release) { getURL('http://www.url.co.uk'); } Thanks. decent web hosting - www.balue.com
|
|
|
|
|
|
#2 (permalink) |
|
Registered User
Join Date: Sep 2005
Location: Dublin
Posts: 60
|
First of all, you're better off to give the button an instance name via the Properties panel and place the click event code on the timeline so that you can keep your code together. Then do something like this: Code:
|
|
|
|
#3 (permalink) |
|
Accurate
Join Date: Feb 2003
Location: UK
Posts: 1,146
|
It's for a flash banner so needs to be like above. I think I can use part of what you've suggested. Thanks decent web hosting - www.balue.com
|
|
![]() |