# Movie onto a CD

**URL:** https://forum.kirupa.com/t/movie-onto-a-cd/357
**Category:** Uncategorized
**Created:** [July 15, 2002, 10:49am UTC](https://forum.kirupa.com/t/movie-onto-a-cd/357 "2002-07-15T10:49:40Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![chris](https://avatars.discourse-cdn.com/v4/letter/c/958977/32.png) [@chris](https://forum.kirupa.com/u/chris)
#### Post date: [July 15, 2002, 10:49am UTC](https://forum.kirupa.com/t/movie-onto-a-cd/357/1 "2002-07-15T10:49:40Z")

</div>

This isn’t really action scripting but i’m desperate.  
Ive made a presentation for GSL Police Support Services  
and in the contact us section I have included a button which links back to the GSL Group 4 website, this button works as a SWF or as a projector file (EXE) but when the presentation  
is burned onto a CD the button spits up a message which says the url can’t be found,  
this is because it seems to be looking for it from my D drive ie http//d/www.  
Am I entering the correct commands in  
the actions panel, after I have wrote in the URL I have left the windows dropdown on blank and the variables on Don’t send  
Please help A.S.A.P  
Chris

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 16, 2002, 4:10pm UTC](https://forum.kirupa.com/t/movie-onto-a-cd/357/2 "2002-07-16T16:10:57Z")

</div>

Make sure your get url calls a http address

on (Release) {  
getURL (“[http://www.domainName.here](http://www.domainName.here)”);  
}

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 17, 2002, 7:42am UTC](https://forum.kirupa.com/t/movie-onto-a-cd/357/3 "2002-07-17T07:42:04Z")

</div>

Hiya JSK,  
Thanks for your help, I did as you suggested but for some reason when the movie is burned onto a CD the Url is putting D after the http// and before the www.  
The link works fine as a exe or a swf but fails as soon as it goes onto a CD.  
Its driving me nuts!!!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 17, 2002, 8:05am UTC](https://forum.kirupa.com/t/movie-onto-a-cd/357/4 "2002-07-17T08:05:20Z")

</div>

> \*Originally posted by chris \*  
> \*\*http//d/www.  
> \*\*

I tried it out and it worked fine for me. The only thing i could find is that you forgot a semi colon in http[SIZE=4] **:** [/SIZE]//. Hope it helps. Good Luck

Peace  
nemo | Bejingler

🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 17, 2002, 8:37am UTC](https://forum.kirupa.com/t/movie-onto-a-cd/357/5 "2002-07-17T08:37:29Z")

</div>

YESSSSSSSSSSSSSSSS!!!  
Thank you,  
I can’t believe it was something so un-scientific, I was convinced the problem had to be with my CD writer.  
You are a star.
