PDA

View Full Version : Pathe prob


apache13
02-12-2005, 09:47 PM
Hello- I am having a problem with my path
This is for a CD to be run on only a Mac- I have a main site with 6 buttons- Each button will pop up a new site. Each site is it's own hqx on the CD

This is the script I am using that pulls up internet explorer and not the file on the CD - Any ideas to fix it

on (release) {
getURL("promo\promo.hqx", "_blank");
}

thanks

SmoothDime
02-12-2005, 09:53 PM
what happens when you click the button? can a browser open these file types?

apache13
02-12-2005, 11:01 PM
No- I rather it open the new projector file

SmoothDime
02-13-2005, 04:57 AM
How are you intending these files to open? in a browser? any call to getURL() uses a browser. so if you don't want a browser opening them you can't use getURL().

what happens with the code you currently have?

apache13
02-13-2005, 05:08 AM
I wanted to open the projector as if it were clicked on. When I used geturl it opened the browser like you said without the file. I have been doing a ton of reading- no answers yet- I think I need to use the fscommand and put it in a folder names fscommand. Still figuring it out. If you know of an easy way to open it in the browser like internet explorer I am now open to any suggestions:) Thanks