• I have a flash movie in the header of my website. For some reason it only works on the front page (which is a page template). Any other part of the site it loads up blank and if I right click it says ‘movie not loaded…’

    This is how it’s in the header

    <div id="header_floral_top">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <script language="javascript">
    if (AC_FL_RunContent == 0) {
    alert("This page requires AC_RunActiveContent.js.");
    } else {
    AC_FL_RunContent(
    'codebase', 'https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
    'width', '320',
    'height', '209',
    'src', 'floralcomponent',
    'quality', 'high',
    'pluginspage', 'https://www.macromedia.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'window',
    'devicefont', 'false',
    'id', 'floralcomponent',
    'bgcolor', '#d50b27',
    'name', 'floralcomponent',
    'menu', 'true',
    'allowFullScreen', 'false',
    'allowScriptAccess','sameDomain',
    'movie', 'floralcomponent',
    'salign', ''
    ); //end AC code
    }
    </script>
    <noscript>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="320" height="209" id="floralcomponent" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="<?php bloginfo('stylesheet_directory'); ?>/floralcomponent.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#d50b27" /> <embed src="<?php bloginfo('stylesheet_directory'); ?>/floralcomponent.swf" quality="high" bgcolor="#d50b27" width="320" height="209" name="floralcomponent" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" />
    </object>
    </noscript>

    </div>

Viewing 1 replies (of 1 total)
  • chaaban

    (@chaaban)

    This is due to the flash path

    you need to specify the correct url when you use permalink

Viewing 1 replies (of 1 total)
  • The topic ‘Flash only working on front page’ is closed to new replies.