Categories

Tag Archives: swf

How to embed flash movie into HTML page (flashObject)

Working with HTML
  |  
June 27 2011

This tutorial will show you how to embed the flash (SWF) movie into your html page.

  • Download the FlashObject script package here:  http://blog.deconcept.com/flashobject/
  • Extract the files from the downloaded zip archive
  • Upload the flashobject.js file to your website scripts directory
  • Into your html page add the following code:
<div  id="head">
<a href="http://www.adobe.com/go/EN_US-H-GET-FLASH"><img src="http://www.adobe.com/images/shared/download_buttons/get_adobe_flash_player.png" alt="" /></a>
</div>

This is an alternative …

Read More