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
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