|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-07-13 00:12 UTC] sniper@php.net
[2003-07-20 10:37 UTC] sniper@php.net
[2004-02-28 18:44 UTC] mikkelbo at stofanet dot dk
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 04:00:01 2025 UTC |
OS : Windows 2K sp3, Windows XP sp1 Hangul Version HTTPD : Apache2, IIS 5.0 Browser : IE 6.0 don't work it or Crash System. <? $f = new SWFFont("_sans"); //Crash /* $f = new SWFFont("test.fdb"); //Crash $f = new SWFFont("_sarif"); //Crash etc. etc. etc.... */ $t = new SWFText(); $t->setFont($f); $t->setColor(255, 0, 0); $t->setHeight(60); $t->addString("Advanced PHP"); $m = new SWFMovie(); $m->setDimension(320, 240); $i = $m->add($t); $i->moveTo(160-$t->getWidth("Advanced PHP")/2, 120+$t->getAscent()/2); $filename ="test.swf"; $m->save($filename); ?> <embed src="./<?echo $filename;?>" quality=high loop=false pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"type="application/x-shockwave-flash" width=600 height=300> </embed> Fix plz!!