Hi.
Ming is so fantastic that I want to use it BUT...
everything seems to work but I want to test this simple following script
<Head>
</head>
<body>
<?php
$f=new SWFFont("verdana.fdb");
$t=new SWFText();
$t->setFont($f);
$t->setColor(100,100,100);
$t->setHeight(40);
$t->addString("PHP fait du Flash avec Ming!!");
$m=new SWFMovie();
$m->setDimension(5400,3600);
$m->add($t);
header('Content-type:application/x-shockwave-flash');
$m->save("essaiflash.swf");
?>
<object classid="clsid😃27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="400" height="214">
<paran name="movie" VALUE="essaiflash.swf">Ê
<embed src="essaiflash.swf" type="application/x-shockwave-flash" width="400" height="214" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" quality="best" play="true" loop="true" scale="noborder">
</object>
</body>
and I ve load the verdana.fdb and put it in the same directory but Explorer says that it cannot load the page and it doesn't work?
Why Maybe cause I'm french and I don't understand a detail in english??
Where must I put the font?
Do you have an idea of the solution
Thanks a lot beforehand
Jean-Francois DAUTRY