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