[thelist] Quick Flash/link request

Ben Morrison ben.morrison at dogstardesign.co.uk
Mon Nov 10 05:43:30 CST 2003


On 10/11/03 11:47 am, "john at johnallsopp.co.uk" <john at johnallsopp.co.uk>
wrote:

> Is it that objects can't be links or something? So can't I create a flash
> movie that's a link? Or do I have to do it from within Flash, within the
> movie?

Yes you need to do it from within flash.

Make a new button symbol. Only draw in the over/hit state - which will give
you a transparent button.

Now place this button over the intended link, click on the button instance.

Open the actions panel.

on (release) {
    getURL("http://www.mydomain.com/mylink.htm")
}

Now export your movie.

Hope that helps.

ben




More information about the thelist mailing list