root/test/Action/test01.php

/* [<][>][^][v][top][bottom][index][help] */
#!/usr/bin/php -c.
<?php

$m = new SWFMovie();

$a = new SWFAction("trace('');");
$init = new SWFInitAction($a);
$m->add($init);

$m->save("test01.swf");

?>

/* [<][>][^][v][top][bottom][index][help] */