I'm having issues with the flash content not appearing in Firefox 3 (testing on 3.0.10). Its working fine in other browsers, but not firefox. I've had this issue before, but just reverted to an older version of swfobject as I couldnt solve it. This time, Im going to get to the bottom of it (he hopes!)
ACTUALLY.... I just solved my own problem - so here's what i was doing wrong: I was NOT adding the scripts in the head of the html page, I was linking swfobject and calling it just after the object element. That will serve me right. So let that be a warning to ye all. What i did discover using this erroneous method, was that the object element was being set to 'visibility: hidden' and so was present, but not visible. Moving the javascript reference and call to the head of the document instantly solved this. Hope this helps someone else! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
