Embedding flash without embed tag


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

Embed tag doesn\'t validate. Quick solution.


Copy this code and paste it in your HTML
  1. <object type="application/x-shockwave-flash" data="movie.swf" width="400" height="200" />
  2. <param name="movie" value="movie.swf" />
  3. <param name="wmode" value="transparent" />
  4. <param name="quality" value="high" />
  5. <img src="noflash.jpg" alt="" width="400" height="200" />

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.