<?
$m = new SWFMovie();
$m->setDimension(32, 32);
$m->add(new SWFBitmap(fopen("png.dbl", "rb")));
header('Content-type: application/x-shockwave-flash');
$m->output();
?>
All content Copyright (C) 2000-2001 Opaque Industries except where noted otherwise.