<?
$t = new SWFText();
$f = new SWFFont('kochi.fdb');
$t->setFont($f);
$t->setColor(0, 0, 0, 0xff);
$t->setHeight(50);
$t->addString("日本語ming");
$m = new SWFMovie();
$i = $m->add($t);
$i->move(30, 140);
header('Content-type: application/x-shockwave-flash');
$m->output();
?>
All content Copyright (C) 2000-2001 Opaque Industries except where noted otherwise.