Forum Replies Created

Viewing 1 replies (of 1 total)
  • Dear hkcharlie,
    It seems that you have simply to fix your path (into param and embed).
    Try to insert the WP suggested flash code into your “header.php” theme.
    You can do it using Admin/Edit Panel or your preferred Code Editor.

    Put: your flash file into “banners”.
    Change: yoursite, yourdir, yourflash according to your data.
    Setup: width and height of your flash.
    It should works!

    Code (after <body> tag):

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="200" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
    <param name="src" value="https://www.yoursite.com/yourdir/wp-content/banners/yourflash.swf" />
    <embed type="application/x-shockwave-flash" width="400" height="200" src="https://www.yoursite.com/yourdir/wp-content/banners/yourflash.swf">
    </embed>
    </object>

    Best Regards.
    PLB

Viewing 1 replies (of 1 total)