# How do i insert a hyperlink into a flash animation?

**URL:** https://forum.kirupa.com/t/how-do-i-insert-a-hyperlink-into-a-flash-animation/253748
**Category:** flash
**Created:** [March 4, 2008, 7:25pm UTC](https://forum.kirupa.com/t/how-do-i-insert-a-hyperlink-into-a-flash-animation/253748 "2008-03-04T19:25:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![thoreric](https://avatars.discourse-cdn.com/v4/letter/t/6de8d8/32.png) [@thoreric](https://forum.kirupa.com/u/thoreric)
#### Post date: [March 4, 2008, 7:25pm UTC](https://forum.kirupa.com/t/how-do-i-insert-a-hyperlink-into-a-flash-animation/253748/1 "2008-03-04T19:25:18Z")

</div>

I am new to flash and this forum, but i have managed to import a flash animation i made in another program into flash cs3. I have converted it to a button, and i am trying to insert a hyperlink into the flash button. In action script 2 i insert:

on (release) {  
getURL (“[http://www.google.com](http://www.google.com)”, “\_blank”) ;  
}

this does not work in preview or published on the internet.

Can anyone please help me with the code? I would be very happy if someone could help me with this.
