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
-~----------~----~----~----~------~----~------~--~---