Announcement

Collapse
No announcement yet.

flash not showing on index

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

    flash not showing on index

    hi, I have been search around to find a answer for this but i cant. I cant get this flash code to work on my index page

    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="949" height="36" title="Saverland Gibraltar cheap shopping">
    <param name="movie" value="http://www.saverland.com/acatalog/banner.swf">
    <param name="quality" value="high">
    <embed src="http://www.saverland.com/acatalog/banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="949" height="36"></embed>
    </object>

    It work on all the other page just not the home page (index)

    Anyone got any ideas? i have also tried FTP the banner.swf to the same leave as index.html and changing the code but still nothing.
    JD Web Solutions :: support@jdwebsolutions.co.uk
    Actinic Specialists in Gibraltar and Spain

    #2
    Is that all of the code you have put in your fragment or is this hard coded into the outer layout? Where is this code being placed? The file goes in additional files and is then available in the acatalog folder, you need do no more in that area.

    If the answer to your flash embedding problem is not in the forum already, i would be astonished as this has been asked so many times before. Not once has it even been anything other than the way it was implemented.

    Comment


      #3
      It's hard coded and the file has already been placed in additional files.

      Searched around again and still cant find anything that works. Just cant work it out.
      JD Web Solutions :: support@jdwebsolutions.co.uk
      Actinic Specialists in Gibraltar and Spain

      Comment


        #4
        I've had a look at this John and the only thing I can see (which I'm sure you tried) is that the path to the swf file must be thr full URL and not relative.

        There is also one other difference to what I have previously used - that is the swflash.can#version - used version=6,0,29,0 whereas you have used version=7,0,19,0 although I doubt that is the issue.

        Apart from the path the code looks right - so I can only assume it must be something else on the page that adding to the problem.

        Sorry no answer but others might see something else.

        Comment


          #5
          heres the code you have in the index page:

          <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="949" height="36" title="Saverland Gibraltar cheap shopping"><param name="movie" value="banner.swf"><param name="quality" value="high"><embed src="banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="949" height="36"></embed></object>

          which is:

          http://www.saverland.com/banner.swf

          not

          http://www.saverland.com/acatalog/banner.swf
          Web design Bradford

          Comment


            #6
            Thanks for that Darren, It doesnt seam to be changing the Brochure Primary. Doing a web refresh now.

            I have also tried changing the flash version number. But i think it something to do with the Brochure Primary not updating.

            will let you know.

            Thanks Guys
            JD Web Solutions :: support@jdwebsolutions.co.uk
            Actinic Specialists in Gibraltar and Spain

            Comment

            Working...
            X