Embed Flash Object


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



Copy this code and paste it in your HTML
  1. <object width="550" height="400">
  2. <param name="movie" value="somefilename.swf">
  3. <embed src="somefilename.swf" width="550" height="400"></embed>

Report this snippet


Comments


You need to login to view comments.