Announcement

Collapse
No announcement yet.

flash logo code

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

    flash logo code

    Hi

    having a bit of trouble getting a flash file to load. Looking at some of the other threads it appears that I either have to paste code into the primary template or brochure fragment. I have pasted into the brochure fragment,as the chap in the following thread has http://community.actinic.com/showthr...ighlight=flash


    I have manually uploaded the swf file to the acatalog folder where the rest of the images are and also added it via additional files in -
    The code that i have pasted into my brochure fragment is


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

    and the url for the homepage is http://www.thenailwarehouse.net

    in IE if you right click in the flash area on the homepage it says 'movie not loaded'
    I have also pasted code in the marketing message edit dialogue box- the flash file doesnt load where marketing message should be either

    any ideas or will i have to edit primary template (scary!)?
    Located - Sunny Kent
    A computer once beat me at chess, but it was no match for me at kick boxing.

    #2
    Hi there

    In your code, where it says

    <param name="movie" value="lock_secure3.swf">
    Try putting

    <param name="movie" value="http://www.thenailwarehouse.net/acatalog/lock_secure3.swf">
    This should work because when you place anything in the "Advance | Additional File", it will be placed in the /acatalog/ folder, so when you are displaying the flash file, you need to point it to the right directory

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      thanks nadeem-

      when i tried that at the weekend it didnt work!!

      now it does Easy wasnt it! (I must have done something differently)

      cheers
      Located - Sunny Kent
      A computer once beat me at chess, but it was no match for me at kick boxing.

      Comment

      Working...
      X