Index of /xtras/swfexport_xtra/win

Icon  Name                        Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] readme.txt 2019-11-06 17:36 1.0K [   ] swfexport_xtra_win_v0.3.zip 2014-07-18 15:41 2.0M
swfExport Xtra v0.3
(c) 2009 Valentin Schmidt
This Xtra is freeware.


swfExport is a scripting xtra that can be used to export vectorshape-members or embedded 
flash-members as swf-files.


***************************************************************
FUNCTION OVERVIEW ([...] = optional parameters, can be omitted)
***************************************************************

---------------------------------------------------------------
integer exportSWF (any memRef, string fileName[, integer compressionFlag])
---------------------------------------------------------------

Description:
============
Exports member <memRef> to file <fileName>. If the optional parameter <compressionFlag>
is specified and TRUE, the resulting file will be zlib-compressed (Notice: compressed SWFs need 
Flash-Player 6 or newer).

Returns TRUE (1) if successful, FALSE (0) if an error occured.

Example usage:
==============

exportSWF( member(12, 1), the moviepath&"output.swf", TRUE )