PDA

View Full Version : Accessing an html by clicking a button


genechr
12-24-2001, 11:26 PM
I am trying to create a CD using Flash 5 so that when a customer receives my CD all they have to do is:

put it into their drive
click on my projector windows.exe file,
click the button to access the HTML
and have it go online to the HTML site.
The script I wrote for the button is:

on (release) {

getURL("www.html.com")

This works on my computer but not on another computer. I need to know what script I should use to access these HTML's on another computer, (That is.. if I put the CD into another computer the HTML's can be accessed), and what files should be on the CD. I have tried copying the HTML's to the CD..didn't work, also I put the into a folder, copied the folder to the CD and tried to access them that way...that didn't work.

If you can help please e-mail me with some suggestions,

Gene Christiano

Jesse
12-25-2001, 07:34 AM
Put http:// before the www. But you can't make them connect to the 'net if they're not already connected.

blue
12-26-2001, 10:26 AM
yeah heres what ya need to start projecter automatically when they put theyre cd in:

change the target to the name.swf or name.exe (prohjector) of your file.
-change the icon to be the same as yer target and click properties and make it read only.


and as jesse says you cant make em connect, but you can store the html file in the cd and make it go to that using a fs command

blue
12-26-2001, 10:27 AM
here:)