| Link a button to html page in Flash8
|
Madhu

msg:3483678 | 5:40 am on Oct 22, 2007 (gmt 0) | Hi, I am using flash8.I am new to it.I have created a button.Now i want to link it to the "home.html" page. I gave the following line in the action panel. getURL("http://www.macromedia.com","_blank","GET"); But it is not working.. Plz help... Madhu
|
ebby

msg:3485216 | 5:19 pm on Oct 23, 2007 (gmt 0) | right click the button and select actions then place this code there: on (release) { getURL("http://www.somesite.com", "_blank"); } That's it.
|
Madhu

msg:3492243 | 5:53 am on Oct 31, 2007 (gmt 0) | Thank u ebby Its working now. Madhu
|
|
|