Announcement

Collapse
No announcement yet.

Still cant get the flash logo

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

    #16
    Hosting and testing the hosting should be your very first task.

    Comment


      #17
      When adding flash I usually do this in a test page in Deamweaver and then copy the created code into Actinic.

      I think you should try this method.

      Try this instead of your <embed>....</embed> code:

      Code:
      <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="400" height="66" >
        <param name="movie" value="http://www.gracefashionshop.com/shop/acatalog/123-banner_com_31972.SWF">
        <param name="quality" value="high">
        <embed src="http://www.gracefashionshop.com/shop/acatalog/123-banner_com_31972.SWF" width="400" height="66" align="top" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
      </object>

      Comment

      Working...
      X