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