PDA

View Full Version : how to give a animation hyperlink


Sunchild
04-02-2005, 06:05 AM
people i made a small
animation
now i have to give the whole animation
a hyperlink how to do that
a text can be given a hyperlink u all know how
but how can i give a animation a hyperlink

CyanBlue
04-02-2005, 06:16 AM
How about making that animation to be a movieClip and use...

movieClipInstanceName.onPress = function ()
{
getURL("http://www.domain.com/somePage.html", "_blank");
}