Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Kmpg webforumsuser@macromedia.com #1
fileXtra 4 -- detecting CD-ROM and opening file from disk
Does anyone know the lingo command for fileXtra 4 to search for a CD-ROM inserted in a Mac, and then locate and open a file from the CD-ROM. I figured out how to do it on the PC, but the same command does not seem to work for the Mac. Any ideas? I have included the script I used for the PC version below.
-Thanks!
on mouseDown
fxObj=xtra("FileXtra4").new()
put fxObj.fx_VolumeIsCDROM("CDdisk1")
put fxObj.fx_FileOpenDocument("NOTES.TXT")
-- 1
fxObj=0
end
Kmpg webforumsuser@macromedia.com Guest
-
FileXtra
Hi all, I am using FileXtra4 to load 3D files from my harddisk to a 3Dworld at my stage. Now, when I try to load another file, the 3D file I... -
Supspend opening the file after create pdf file from Adobe PDF
Every time I create pdf file, the file opens automatically upon completion. I am using v6.01 Pro. Please advise how to suspend the opening the... -
Disk error opening some TIFs
Windows XP and Photoshop 5.5. Some TIF files, possibly made on Macs, will not open in Photoshop - "disk error" is the reason given. There is nothing... -
Bitmaps are displaced when opening FH9 file-I need a test file
Would someone who has reported opening FH 9/10 files in FH MX containing bitmaps that were being displaced please send me a file that displays this... -
Gretchen Macdowall #2
Re: fileXtra 4 -- detecting CD-ROM and opening file from disk
In article <bf96ju$i2u$1@forums.macromedia.com>, "Kmpg"
[email]webforumsuser@macromedia.com[/email] wrote:
inserted in a Mac, and then locate and open a file from the CD-ROM. I> Does anyone know the lingo command for fileXtra 4 to search for a CD-ROM
figured out how to do it on the PC, but the same command does not seem to
work for the Mac. Any ideas? I have included the script I used for the PC
version below.On the Mac, the CD will have whatever volume name was chosen when it was>
burned, so there is no need to search for it, like there is on the PC.
Just use the full path name to the file you need:
"My Excellent CD:folder:filename.txt"
Gretchen Macdowall
[url]http://www.updatestage.com/[/url]
Gretchen Macdowall Guest



Reply With Quote

