PDA

View Full Version : Projector file question


Karnage
08-19-2002, 03:38 PM
Im making a projector file as a menu for a cd, and I cannot get the buttons to open directories. If i put a specific file path, it opens but i can't do that because computers have different drives delegated as the cd-rom drive. So if i have the projector file in the root directory of the cd what do i have to set the buttons as to get them to open folders.
on (release) {
getURL("/Programs/");
}
That doesnt work for me. Any ideas?

Jesse
08-20-2002, 09:38 AM
You can use
myPath = _url;
And then extrapolate the drive letter from there...