Re: Ming Help

[email protected] (Wolfgang Hamann) Sun, 4 Jan 2004 07:26:46 +0100 (CET)
Newsgroups gmane.comp.web.ming.general
Message-ID <wolfgang-1040104072645.A0629986@loopback>
Hi Erik,

$movie->addExport($clip, $name);
sets up a clip for actionscript exporting
$movie->writeExports()
actually outputs it. You can place exported clips anywhere ... but the export only happens
if the associated frame is played

Wolfgang