asdnet.com is not using swfobject at all, so I won't comment on that one. In regards to graypostell you have a bunch of issues:
1) you are including a flash player detection system from Adobe from 2008, and the old AC_FL_RunContent js code for embedding swfs. You should remove all of this stuff if you plan to use swfobject at all (just delete that whole script block) 2) you are including an old v1.x swfobject.js library but trying to run swfobject 2.x methods on it. Replace the swfobject.js on your site with v2.2 from the swfobject project download page. 3) you need to make sure you pass any params you want to both the IE and ! IE blocks (e.g. you only passed the menu/quality/bg params to the IE portion). I would suggest you re-read the docs and use the code generator to help ensure that your swfobject code is as you intended. On Fri, Jan 28, 2011 at 11:45 AM, hawkart <[email protected]> wrote: > I have created a Flash site with alternate content. It works great in > almost all browsers with the exception of Chrome 8.0.552.237 on the > PC. It works fine on Chrome for Mac. If you type in the url into > the address bar, a blank page appears... no alternate content and no > Flash. This also happens when you have multiple tabs open. We get > the javascript error "Uncaught ReferenceError: swfobject is not > defined" > > The url is http://www.graypostell.com. We also noticed it happening > at www.asdnet.com but the javascript didn't appear in the console for > this url. > > Is there a work-around to this issue? > > Thank you for any help or insight you may have about this issue. > > -- > 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]<swfobject%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/swfobject?hl=en. > > -- 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.
