re: Export SWF from Freehand
re: Export SWF from Freehand
- Subject: re: Export SWF from Freehand
- From: Duncan Cowan <email@hidden>
- Date: Fri, 17 Jan 2003 13:59:32 +1100
A scripter on a Freehand list points out that indeed it is possible to
script SWF export from Freehand with the following code.
save as Flash in file "filename"
A quick glance at MM applescript documentation on an older CD resulted in
the following;
>
ACCESSING FREEHAND 8'S NEW EXPORT FILTERS
>
Several new formats are not included in the freehand 8's AppleScript
dictionary.
>
To access these formats, refer to the following syntax examples:
>
>
tell application "freehand 8"
>
activate
>
save as "Flash" in file "filename" --exports a Flash 2 SWF file.
>
save as "DataTypeDCS" in file "filename" page 1 -- exports a DCS 2 file.
>
save as "DataTypeFreeHand7" in file "filename" -- exports a freehand 7 file.
>
save as "DataTypeIllustrator7" in file "filename" -- exports an Adobe
>
Illustrator 7 file.
>
save as "DataTypePhotoshop4RGB" in file "filename" -- exports an Adobe
>
Photoshop 4 RGB EPS file.
>
save as "DataTypeQuarkEPS" in file "filename" -- exports a Quark EPS file.
>
end tell
I've yet to check newer versions, so I don't know if they contain more
tidbits.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.