My understanding is that firefox (and safari) basically resets the flash file when you hide and then make the div visible again. Is there any init code on the first frame which could be failing ?
Aran On Thu, Jun 11, 2009 at 7:45 PM, moonty <[email protected]> wrote: > > Hi, > > I've got a flash movie embeded using swfobject in a div. I then hide > the div using jquery hide - then I show it again using jquery show and > the flash movie is there but it is blank. There are no issues with the > same code on IE or Chrome. I'm using Firefox 3.0.10 on Windows Vista. > > Anyone got any ideas? > Thanks, > Josh > > <div id="flashoffers">No Flash? Install it!</div> > <script type="text/javascript"> > var flashvars = {}; > var params = {menu: "false" }; > var attributes = {}; > swfobject.embedSWF("/_layout/offers.swf", "flashoffers", "250", > "400", "9.0.0", "/_layout/expressInstall.swf", flashvars, params, > attributes); > </script> > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
