chelmquist
08-06-2002, 08:02 PM
I've read all the tutes about the fscommand folder and Flash MX, seen other posters' questions answered, and my code still won't work. I'm working within a disc image, so I should be able to test this without having to burn a disc (according to what I've read). Here's my deal:
FlashMX Projecter lives in the disc image, with all its swf's, etc. A separate folder titled "fscommand" is sitting there right next to the Projector icon, and my compiled script titled "QTStarter" is the sole resident of this folder. The script launches a QTmov that also lives in the image (the script and location of the mov works - I've tested it). My code:
on (release) {
fscommand ("exec", "QTStarter");
}
I've tried all kinds of path combinations (using colons and folder names), and nothing has worked. Can anyone please straighten me out?
FlashMX Projecter lives in the disc image, with all its swf's, etc. A separate folder titled "fscommand" is sitting there right next to the Projector icon, and my compiled script titled "QTStarter" is the sole resident of this folder. The script launches a QTmov that also lives in the image (the script and location of the mov works - I've tested it). My code:
on (release) {
fscommand ("exec", "QTStarter");
}
I've tried all kinds of path combinations (using colons and folder names), and nothing has worked. Can anyone please straighten me out?