# getURL on MovieClo

**URL:** https://forum.kirupa.com/t/geturl-on-movieclo/254946
**Category:** flash
**Created:** [March 17, 2008, 4:38pm UTC](https://forum.kirupa.com/t/geturl-on-movieclo/254946 "2008-03-17T16:38:33Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![SethMace](https://avatars.discourse-cdn.com/v4/letter/s/9de053/32.png) [@SethMace](https://forum.kirupa.com/u/SethMace)
#### Post date: [March 17, 2008, 4:38pm UTC](https://forum.kirupa.com/t/geturl-on-movieclo/254946/1 "2008-03-17T16:38:33Z")

</div>

Hi there, anybody know why a getURL isn’t working on a movieclip? The exact same code works fine when on a normal button but not on a MovieClip. Both were on the top timeline and were not embedded within anything. Actionscripting 1 in Flash CS3.

```auto
on (release) {
	getURL(clickTag, "_blank");
}

```

Thanks in advance!
