PDA

View Full Version : Extract Project Content



srussell
09-23-2005, 11:11 AM
Anyone know of a method to extract a resource (image, audio, video) in AutoPlay Media Studio 6.0 from the compiled EXE?

I would like to be able to save a JPG to my local drive using a dialog prompt ... i.e 'Do you want to save this image to "C:\My Documents\My Photos"

Any input would be appreciated ...

SRUSSELL

eric_darling
09-23-2005, 11:13 AM
Resources are not compiled with the EXE. You can find them separately.

Lorne
09-23-2005, 12:11 PM
Use an Image.GetFilename action to find out what the image's file path is. Then use a File.Copy action to "save" that file to somewhere else.

Jonas DK
09-23-2005, 04:42 PM
here is an example of how to extract an image from project file...


enjoy

:cool

srussell
09-26-2005, 12:23 PM
Thanks guys,

Exactly what I"m looking for ... Trying to ramp up on this program.

SRUSSELL