Just quickly checking, you have SWFObject 1.x methods being called. Are you also using a swfobject 1.x .js file to match? If you have downloaded a 2.x .js file, then the code will not work.
A link to your page is the easiest way for others to check what is going on. Aran -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of fmv503 Sent: Wednesday, 4 March 2009 8:09 AM To: SWFObject Subject: SWF Object not displaying on page Hello - I am having trouble with the Flash menu bar showing on my Search results page.These are in the root directory as well as the Search directory (trying to make sure it wasn't a path issue). Here are the following codes: <script type="text/javascript" language="javascript" src="swfobject.js"></script> <link rel="StyleSheet" href="../metrology-style-searchresults.css" type="text/css"> CSS #buttonbar { width: 720px; height: 25px; } HTML <div id="buttonbar"> <a href="http://www.adobe.com/support/flashplayer/downloads.html" title="Please Upgrade Your Flashplayer"><strong>You need to upgrade your Flash Player! Please click here!</strong></a></div> <script type="text/javascript"> // <![CDATA[ var so = new FlashObject("buttonbarmenu.swf", "buttonbar", "720", "25", "9", "#6b2600"); so.write("buttonbar"); // ]]> </script> buttonbarmenu.swf is the correct name as is the CSS file name. Any help is greatly appreciated!! fvm503 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
