Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    Hi there I have just loaded some flash files to my site for the first time so all a bit new to this. The files which are a horizontal menu and a vertical menu load up fine on the home page, but when I go into another page other than the home page only the top flash menu loads up (this menu is being dragged from another server though)

    The code I use on the home page is;
    <SCRIPT src="displayFlash.js"></SCRIPT>

    And this is the code in the js file;
    document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="156" height="200">');


    document.write('<PARAM name="movie" value="flashvortex.swf">');


    document.write('<PARAM name="quality" value="best">');


    document.write('<PARAM name="menu" value="true">');


    document.write('<EMBED src="flashvortex.swf" quality="best" menu="true" width="156" height="200" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');


    document.write('</EMBED></OBJECT>');

    My site can be found at www.thebedcentre4mattresses.com . Hope someone can come to my rescue on this one.

    Regards
    Paul
    • CommentAuthorphilip
    • CommentTimeMay 3rd 2008
     
    This forum is for SWFObject, which you aren't using.

    If you're interested in learning about SWFObject (and see examples of how to use it), visit http://code.google.com/p/swfobject

    The latest version of SWFObject is version 2.0, which is NOT supported by this forum.
    http://blog.deconcept.com/swfobject/forum/discussion/993/swfobject-20-support-is-handled-in-the-swfobject-google-group-not-this-forum