Ask a Question related to Macromedia Director Basics, Design and Development.
-
JP Heidi #1
Save Photos from CD To Hard Drive
I have seen a CD where there is a catalog of photos, you can choose either
hi-res or lo-res photos and click a "save" button. The windows Save dialoge
comes up and I can save the photo to where I want it on my hard drive.
Any ideas on how this was done in Director?
JP Heidi Guest
-
Where is that hard drive?
On Thu, 02 Feb 2006 05:59:29 +0000, Walter Mitty wrote: I don't understand why gparted wouldn't show anything but I'd use mount anyway. ... -
Save Quiz scores on the users hard drive
I have developed a whole series of quiz?s using the Flash Learning extensions. These are part of our CBT refresher certification program for the... -
save projector to hard drive
hello i would like to give the user the option to install a director projector to their hard drive. i am a newbie to director and don't really... -
new hard drive--now what?
Well, just to be sure, I would set it up from Scratch again and download and install your plugins also. There may be a way, but I wouldn't trust it... -
how hard to replace titanium internal hard drive? How to cloneold hard drive onto it?
Hi all - I have a 2001 titanium laptop with a 20 Gig hard drive. The thing is getting too full and I'm toying with the idea of getting a bigger... -
Charles Parcell #2
Re: Save Photos from CD To Hard Drive
You will need an Xtra to save out binary data to a file. Check out binaryIO at [url]www.updateStage.com[/url]
Charles Parcell Guest
-
JB #3
Re: Save Photos from CD To Hard Drive
The free FileXtra4 xtra can copy external files from the
CD to a selected drive, using external image files is the inexpensive
way out, the xtra could use the actual fileName property of a linked
external member to locate the file.
There is a commercial xtra that can export director images to a newly
created file, should there be some special security reason not to use
external files.
JB Guest
-
JP Heidi #4
Save Photos from CD to Hard Drive
My original question:
I have seen a CD where there is a catalog of photos, you can choose either
hi-res or lo-res photos and click a "save" button. The windows Save dialog
comes up and I can choose where I want to save the photo to.
JB Replied using fileXtra4 would do the trick, however:
fx_FileCopy seems to copy to a pre-specified location (I want a
user-interactive function)
fx_FileSaveAsDialog gives me a user-interactive window so that I can save a
file where I choose, but I am confused as to what file it is saving?
Any other ideas? Thanks.
JP Heidi Guest
-
JB #5
Re: Save Photos from CD to Hard Drive
You should be able to accomplish the task using those 2 functions a
little experimenting with sample code should get you on track.
fx_FileSaveAsDialog should give you the full destination path for
fx_FileCopy.
I am not looking at FileXtra4 commands, in general you provide the
default file name to fx_FileSaveAsDialog, the user can select the
destination folder and optionaly rename the file in this dialog, then
just provide fx_FileCopy the full path to the source file on the CD and
the destination path given by fx_FileSaveAsDialog.
To avoid the user renaming the file as it's copied one idealy would use
a folder select dialog function, these are not commonly available in
xtras, it's possible, using string manipulation to ignore the filename
entered by user, replacing the end of the fx_FileSaveAsDialog returne
path with the normal file name.
JB Guest



Reply With Quote

