create swf films.
create swf films.
- Subject: create swf films.
- From: JM <email@hidden>
- Date: Thu, 18 Nov 2004 11:35:27 +0100
Please,
I would like to batch the creation of .swf films in a work flow from lists of images or from QT movies.
I tried with Adobe ImagesReady
Here is my script :
tell application "Finder"
set the ChosenQTFilm to choose file with prompt "Please pick up the QT film to process :"
tell application "Adobe ImageReady CS"
open ChosenQTFilm
do script "doswf" -- The ImagesReady script create the .swf film.
-- close the window ?
end tell
end tell
I encounter two pbs with this script :
First : when ImagesReady opens the chosen QT film it opens a dialog box which I need to validate manually by a clic on OK. Is there a solution to avoid this manual intervention ?
Second : I don't find how to close the opened window ?
Please, is there a solution to do this ? Maybe following an other way ? Maybe from a list of images (not from a QT movie ? Using an other AppleScriptable software ?
Thank you very much for your help.
Cordially
JM
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden