Website intro

ok on my intro page, wat script do i use to put a clean flash on my site

um…
take any page wit’ swf in it and take the code - that’s it i supose

i dont get what your saying, please explane.

ok wat is the html code i need to use to get a .swf on my website.

are you using front page?


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="355" height="157">
  <param name="movie" value="yourmoviename.swf">
  <param name="quality" value="high">
  <embed src="yourmoviename.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="355" height="157"></embed></object>

Just change the name to match your .swf and match the dimensions.

TD