Hi,
Nice demo. I'm also a big fan of vnc2swf by Yusuke Shinyama.
However, your svga-sized swf animation would not fit others' browser
settings. There is already tool for this problem: swfdump which
is included in swftool package(maybe).
swfdump can generates following html with your swf.
<OBJECT CLASSID=3D"clsid

27CDB6E-AE6D-11cf-96B8-444553540000"
WIDTH=3D"1024"
HEIGHT=3D"768"
CODEBASE=3D"
http://active.macromedia.com/flash5/cabs/swflash.cab#version=
=3D5,0,0,0">
<PARAM NAME=3D"MOVIE" VALUE=3D"rubyzilla.swf">
<PARAM NAME=3D"PLAY" VALUE=3D"true">
<PARAM NAME=3D"LOOP" VALUE=3D"false">
<PARAM NAME=3D"QUALITY" VALUE=3D"high">
<EMBED SRC=3D"rubyzilla.swf" WIDTH=3D"1024" HEIGHT=3D"768"
PLAY=3D"true" ALIGN=3D"" LOOP=3D"true" QUALITY=3D"high"
TYPE=3D"application/x-shockwave-flash"
PLUGINSPAGE=3D"
http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>