root/test/Movie/new/test07.php

/* [<][>][^][v][top][bottom][index][help] */
#!/usr/bin/php -c.
<?php
$m = new SWFMovie(8);

$m->setBackground(0, 0, 0);
$m->save("test07.swf");
?>

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