Groups | Blog | Home
all groups > flash actionscript > october 2004 >

flash actionscript : cd rom button to load internet ? please anyone


twinny35
10/12/2004 11:27:16 PM
Hi, could anyone please tell me how to create a button that will from a cd rom,
load your internet connection and find the site specified. i have searched
through the actionscript but im now lost. axample press button on loaded cd
rom to go to my website.
yours with thanks
Rob
_jrh_
10/12/2004 11:35:47 PM
Put this on the button:

on (release) {
getURL("www.yoururl.com","_blank");
twinny35
10/13/2004 9:33:49 AM
twinny35
10/13/2004 10:17:24 AM
i have tried the action script you sent me . but got no joy. i have assigned it to the button and nothing happens. do i need any more script somewhere else.
_jrh_
10/13/2004 4:15:41 PM
You shouldn't. Did you put it on the button or in the button or on a frame? It
needs to go on the button, where you actions panel says "Actions - Button"
after you click on it. Other than that, unless the button is in a movieclip
that has a handler attached to it, it should work fine.
AddThis Social Bookmark Button