Computer Hope

Internet & Networking => Networking => Topic started by: liambiscuit on May 03, 2009, 08:54:22 AM

Title: [Flash/ActionScript] How do I get the movie to...
Post by: liambiscuit on May 03, 2009, 08:54:22 AM
stop playing then make it an active hyperlink?
Code: [Select]
stop()
onClipEvent(mouseDown){
getURL("http://www.playtechtonics.com","_self");
}

This code is placed on an image layer which is currently the background.