So at the moment the search.php page cannot find the swfobject.js file
located:

http://www.attinc.com/search/swfobject.js


As you have defined its location as:
<script type="text/javascript" language="javascript"
src="swfobject.js"></script>

A relative path change to:
<script type="text/javascript" language="javascript"
src="../swfobject.js"></script>

Or the absolute path of:
<script type="text/javascript" language="javascript"
src="http://www.attinc.com/swfobject.js";></script>

Will at least get your js file happening.

You should also check if you buttonbarmenu.swf is in the same folder as the
search.php page too, or if you need to repath this file location as well.


Aran



-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of fmv503
Sent: Wednesday, 4 March 2009 9:28 AM
To: SWFObject
Subject: Re: SWF Object not displaying on page


Aran -

I thought it was working but it is not.  If you type in trackers on
the www.attinc.com page and click Search you swill see what the page
loos like - no menu bar.

Further information included iny my other post:

Frieda



On Mar 3, 1:35 pm, "Aran Rhee" <[email protected]> wrote:
> 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- Hide quoted text -
>
> - Show quoted text -



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

Reply via email to