Flash Proper Embed without SWFObject


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



Copy this code and paste it in your HTML
  1. <object width="425" height="349">
  2. <param name="movie" value="preview.swf"></param>
  3. <param name="allowFullScreen" value="true"></param>
  4. <param name="allowscriptaccess" value="always"></param>
  5. <param name="wmode" value="opaque"></param>
  6. <embed src="preview.swf" type="application/x-shockwave-flash" width="425" height="349" allowscriptaccess="always" allowfullscreen="true" wmode="opaque">
  7. </embed>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.