WebsiteBaker Support (2.8.x) > Templates, Menus & Design
flash movie doesnt work on 2nd and 3rd level pages
r_davies:
Sorry to double-post, but to give everyone an idea of just how weird this problem is, I can add the flash object to a page from the admin control panel using absolute references and it works fine, but I can then move this page to be under a folder, and it stops working, despite the fact that all the references to both the .swf file and .js are absolute. It doesn't seem possible that such a problem could exist!
Here is the code I am using:
--- Quote --- <script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','800','height','150','src','flash/about','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','flash/about' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="150">
<param name="movie" value="http://www.example.com/templates/mytemplate/flash/about.swf" />
<param name="quality" value="high" />
<embed src="http://www.example.com/new/templates/mytemplate/flash/about.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="150"></embed>
</object>
</noscript>
--- End quote ---
Navigation
[0] Message Index
[*] Previous page
Go to full version