there was a new issue (since the eolas update) where a streaming flv's audio wouldn't stop (only in IE) after you left the page or when you refreshed it (or even closed the window if you had other IE windows open). it was caused when you use innerHTML to write the flash movie to the page, which SWFObject uses. The Macromedia version I think uses document.write() which wasn't affected by the bug when using IE6, but IE5 has the issue if you use document.write *or* innerHTML.
Try upgrading to the latest SWFObject version just released this week (v1.4.2) - it has a fix in it for the streaming audio bug, and I bet it will also fix your issue as well. there's some more info here: http://blog.deconcept.com/2006/05/18/flash-player-bug-streaming- content-innerhtml-ie/ On Jun 15, 2006, at 3:01 AM, iiley wrote: > Hi list, > > I'v used SWFObject for a long time, but these days, we discover that > if we use SWFObject, our flash client will not disconnect from > server(XMLSocket server or FMS Server) when user refresh the page in > their Microsoft IE(for example, Press F5), Firefox has not this issue. > (From server we see that the client is not disconnect). And if we use > "The default Macromedia provided embed" there is not this issue too. > Is this a SWFObject bug? I'm not familiar with JS, so if some guys can > give some tips, that would be very helpful. Thanks in advance. > > Regards. > -- > iiley > AsWing http://www.aswing.org > Blog http://spaces.msn.com/members/iiley/ > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
