On the live site, it appears that you don't have swfobject.js, or the movie uploaded. That may be part of the problem...
Also, note that there's a newer version of SWFObject: http://code.google.com/p/swfobject/ --Matt Jones On Jul 14, 2009, at 4:09 PM, hobo_hippy wrote: > > I'm trying to do it with swfobject: here's my code: > > <page title="Home"> > > <body: class="abouts-page"/> > > <content:> > > <script type="text/javascript" src="swfobject.js"></script> > > <div id="flashcontent"> > This text is replaced by the Flash movie. > </div> > > <script type="text/javascript"> > var so = new SWFObject("banner.swf", "mymovie", "800", "400", "8", > "#336699"); > so.write("flashcontent"); > </script> > > > <h1 align="center">Domanitech</h1> > <h6> > <p align="center">To contact us, please call 212-852-8869, or by > email: <a href="mailto:[email protected]">Bob Rivosecchi</a>, <a > href="mailto:[email protected]">Kathy Abbondanzo</a></p> > <br /> > <p align="center">For employment opportunities, please email us at <a > href="mailto:[email protected]">Human Resources</a>.</p> > <br /> > <p>Domanitech, Inc.</p> > <p>241 W. 37th Street, Suite 400</p> > <p>New York, NY 10018</p> > </h6> > > <div id="endblock"></div> > <section class="content-body"/> > </content:> > > > </page> > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en -~----------~----~----~----~------~----~------~--~---
