all groups > macromedia flash sitedesign > december 2005 >
You're in the

macromedia flash sitedesign

group:

flashmovie button


flashmovie button eyesi
12/14/2005 2:48:57 PM
macromedia flash sitedesign:
how can I make it possible that when I click with the mouse on a playing movie that it opens an external link to another home page.
Re: flashmovie button phonemymum
12/14/2005 5:21:23 PM
Like this:

this.movie_mc.onRelease = function ()
{
getURL(url);
}

Put the script on your actions layer!
AddThis Social Bookmark Button