1
2
3
4
5
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>
width = lebar file flash
height = tinggi file flash
value dan src = file flash
contoh di bawah ini saya memasang file flash milik tribunnews.com :
1
2
3
4
5
<object width="400" height="291">
<param name="movie" value="http://www.tribunnews.com/iklan/ads_lokertribun/loker2.swf">
<embed src="http://www.tribunnews.com/iklan/ads_lokertribun/loker2.swf" width="400" height="291">
</embed>
</object>