Il codice standard per inserire un oggetto SWF in un documento HTML è il seguente:
codice:
<object type="application/x-shockwave-flash" data="URL del file swf" width="180" height="300">
	<param name="movie" value="URL del file swf" />
</object>
Per approfondimenti: www.alistapart.com/articles/flashsatay .