Embed Flash into HTML


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <object width="940" height="165">
  2. <param name="movie" value="your.swf">
  3. <param name="wmode" value="transparent">
  4. <embed src="your.swf" width="940" height="165" wmode="transparent">
  5. </embed>

Report this snippet


Comments


You need to login to view comments.