Skip to content


Creating a Web Link


//code inside a Button
onRelease(){
getURL("http://www.humanletterstudios.com","_blank")
}

//Code On Timeline
myButton.onRelease = function(){
getURL("http://www.humanletterstudios.com","_blank");
};

Posted in Flash Bits.

0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

Some HTML is OK

(required)

(required, but never shared)

or, reply to this post via trackback.