Adding SWF to HTML


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



Copy this code and paste it in your HTML
  1. type="application/x-shockwave-flash"
  2. data="Energy.swf"
  3. width="800" height="600">
  4. <param name="movie" value="Energy.swf">
  5. <param name="allowFullScreen" value="true">
  6. <param name="allowScriptAccess" value="always">

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.