In case you are wondering, here is how to embed flash code:
Step 1
Move your file to your hosting though FTP. Remember the location.
Step 2
Cut and paste the code below and place it on the location you wish the flash to appear.
Step 3
Change the “somefilename.swf” to the location of your file. For instance http://yourdomain/flash/somefilename.swf”
| <object width=”550″ height=”400″> <param name=”movie” value=”somefilename.swf”> <embed src=”somefilename.swf” width=”550″ height=”400″> </embed> </object> |
Other variations of the code
To run the movie to loop (run continuously), change <param name=”LOOP” value=”false” /> to true.
| <object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0″ width=”180″ height=”150″> <param name=”movie” value=”somefilename.swf” /> <param name=”quality” value=”high” /> <param name=”LOOP” value=”false” /> <embed src=”somefilename.swf” width=”180″ height=”150″ loop=”false” quality=”high” pluginspage=”http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash” type=”application/x-shockwave-flash”></embed> </object> |
Kimberly at greenseedwebdesign.com


