Make sure you have installed Adobe Flash Player on your web browser. And you
must find a web server to host your .swf file. Then you can embed the .swf file
to your website with HTML code like the code below:
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
width="432" height="330" title="game">
<param
name="movie" value="/flash/game.swf" />
<param
name="quality" value="high" />
<embed
src="/flash/game.swf"...