Announcement

Collapse
No announcement yet.

Flash Integration

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

    Flash Integration

    Hi,

    Does anyone have any ideas what I am doing wrong trying to get a simple flash movie to play.

    It works fine in front page. I have cut and pasted the following html code into ACT_BrochurePrimary and nothing happens

    <table width="150">
    <tr>
    <td><div align="center">
    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="150" height="500">
    <param name="movie" value="WEB%20SIDE%20UK.swf">
    <param name="quality" value="high">
    <embed src="WEB%20SIDE%20UK.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="150" height="500"></embed>
    </object>
    </div></td>
    </tr>
    </table>

    Anyone have any ideas?

    Many thanks,

    Dave

    #2
    Looks like it could just be a paths issue - the brochure pages are in the actalog/ folder - have you got a copy of the SWF in the actalog/ folder on the server as well as in the root for the homepage?


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Hi Jonty,

      Just sorted this out and was going to post a do not bother message!

      As you rightly pointed out I had NOT got a copy of the SWF in the actalog/ folder on the server as well as in the root for the homepage.

      Need to gone home and have a large glass of wine to clear my head !

      Many thanks for your response its most appreciated.

      Regards,

      Dave

      Comment

      Working...
      X