Knowledge Base > Article
Flash elements.
Last Updated: 9/24/2007
Question / Problem: How do I add flash elements to my site?


Answer / Solution:

You will need to add & edit the following code to your pages HTML. Make sure to edit the height & width to match your needs and also edit "filename.swf" to say your filename. If your logo does not appear on all your pages make it a relative path by adding a forward slash to the front of the file name i.e. "/file.swf". Note: If using Flash in your header and SSL on your site you will need to change the "http://" to https:// in order to avoid any messages regarding insecure and secure pages.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash6/cabs/swflash.cab#version=6.0.0.0" height="200" width="500">
<param name="movie" value="/filename.swf">
<param name="play" value="true">
<param name="loop" value="true">
<param name="WMode" value="Opaque">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<param name="align" value="">
<embed src="/filename.swf" play="true" loop="true" wmode="Opaque" quality="high" bgcolor="#ffffff" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" align="" height="200" width="500">
</object>


 
Was this article helpful to you?           (Providing your feedback helps us help you better.)