예제 #1
0
파일: test01.php 프로젝트: mgorny/libming
#!/usr/bin/php -c.
<?php 
$m = new SWFMovie(7);
ming_setscale(1.0);
/* SWF_SETTABINDEX */
$m->setTabIndex(1, 2);
/* SWF_SETTABINDEX */
$m->setTabIndex(2, 2);
/* SWF_SHOWFRAME */
$m->nextFrame();
/* end of frame 1 */
/* SWF_END */
$m->save("test01.swf");