root/test/Video/test02.php

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

$srcdir = $argv[1];

$m = new SWFMovie(7);

$stream1 = new SWFVideoStream();
$m->add($stream1);

$stream2 = new SWFVideoStream();
$m->add($stream2);

$m->save("test02.swf");
?>

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