PDA

View Full Version : movie onto a CD



chris
July 15th, 2002, 06:49 AM
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

jsk
July 16th, 2002, 12:10 PM
Make sure your get url calls a http address

on (Release) {
getURL ("http://www.domainName.here");
}

chris
July 17th, 2002, 03:42 AM
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!!!!

nemoBejingler
July 17th, 2002, 04:05 AM
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://. Hope it helps. Good Luck

Peace
nemo | Bejingler

^_^

chris
July 17th, 2002, 04:37 AM
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.