all groups > flash (macromedia) > august 2005 >
You're in the

flash (macromedia)

group:

getURL for CDROM in Flash 6 vs. Flash 7


getURL for CDROM in Flash 6 vs. Flash 7 lee586
8/19/2005 10:08:35 PM
flash (macromedia):
I have a navigational menu for a CDROM that I created a while back using Flash
6. One of the navigational features was to "Browse files on this CDROM" which
opened a file window. Now I've added video and if I publish with Flash 7 the
link will not work but if I publish with Flash 6 it does (but then the video
isn't the same). Did something happen to getURL between 6 and 7? Why won't it
open a file window anymore in Flash 7? Here's the simple code for the button:

on (release) {
getURL(dir, "_blank");
}

Any ideas? Thanks.
Re: getURL for CDROM in Flash 6 vs. Flash 7 d tizzle
8/19/2005 11:11:20 PM
publish using actionscript version 2.0

and player version 6
Re: getURL for CDROM in Flash 6 vs. Flash 7 Kiwi Flasher
8/20/2005 7:41:23 AM
another alternative is to use mProjector to create your exe
http://www.screentime.com

then you can just call

mApplication.chooseFile()

http://www.screentime.com/software/mprojector/docs/mSys_chooseFile.htm
Re: getURL for CDROM in Flash 6 vs. Flash 7 lee586
8/22/2005 3:09:24 PM
Re: getURL for CDROM in Flash 6 vs. Flash 7 isamstudios
8/22/2005 4:48:06 PM
Why not try something like this:

on(release) {
fscommand(exec, "dir");
}

Re: getURL for CDROM in Flash 6 vs. Flash 7 FlashJester Support Team
8/23/2005 12:00:00 AM
Use JWeb its FREE.

http://jweb.flashjester.com

Regards
FlashJester Support Team
e. - support@flashjester.com
w. - http://www.flashjester.com

There is a very fine line between "hobby" and
"mental illness."

Re: getURL for CDROM in Flash 6 vs. Flash 7 lee586
8/23/2005 12:00:00 AM
Because of security I guess Macromedia has really limited the fscommand for
system functions.

The JWeb doesn't do much except open URLs. I need to be able to open the file
window of the CDROM so users can see the files on the CDROM. Doesn't seem like
there's a tool out there to do that with Flash 7....
Re: getURL for CDROM in Flash 6 vs. Flash 7 N_Seven
8/23/2005 12:00:00 AM
AddThis Social Bookmark Button