Announcement

Collapse
No announcement yet.

Can I use Flash for images on my site?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can I use Flash for images on my site?

    You need to insert the following code into the relevant layout:

    <object classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="140" height="140" >
    <param name="movie" value="filename.swf">
    <param name="quality" value="high">
    <embed src="filename.swf" align="top" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
    </object>

    Replace 'filename.swf' with the name of your flash file (it appears twice in the above code). Place a copy of the file in the 'Preview' folders within the Site folder to be able to see the file in the preview panes and add it into 'Design | Additional Files' so that it will be uploaded to the website.

    If you want to include the above code within a field in the SellerDeck interface (for example, the product full description field), then use the embedding tags around the code (!!< and >!!).
Working...
X