<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">As a matter of fact, I have. (it's like deja vu all over again!)<DIV><BR class="khtml-block-placeholder"></DIV><DIV>Last night we found a bug that does just this.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>The issue occurs when you are using streaming media and IE (it doesn't happen in any other browsers) and it only happens if you include an 'id' attribute on your object tag.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Once you take the id out, it will work fine and the player will disable just fine.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>The big drawback to this is that you can't use external interface to send data from js to flash without the id on the object tag (i tried everything else, using a name, using getElementsByTagName("OBJECT")[0] - i tried it all, and nothing worked until i put the id back on.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>So if you want a quick fix, and you aren't using externalinterface, you can just modify the swfobject script so that it omits the id attribute when it writes the object tag (look at line 69 in the compressed version of swfobject.js)</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>and remove this part: id=\""+this.getAttribute("id")+"\" </DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>If you are using externalinterface, you are in for a rough time. we got it working, but it was a really complicated hack that required a lot of reworking of things.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Adobe is aware of this issue as of last night, and we're hoping to put together a test case to show them the issue.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>If you want to be awesome, you could set up a test case for them - just use a normal object/embed tag setup, no swfobject or anything else, and put an id on one of the pages, and leave the id off the other page and see what happens.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR><DIV><DIV>On May 1, 2006, at 3:16 PM, Gene Dymarskiy wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"> <DIV><FONT face="Arial" size="2"><SPAN class="204414018-01052006">Hi,</SPAN></FONT></DIV> <DIV><FONT face="Arial" size="2"><SPAN class="204414018-01052006"></SPAN></FONT> </DIV> <DIV><FONT face="Arial" size="2"><SPAN class="204414018-01052006">I am new user of this JS library. It works with most flash toys we use however there is one exception - when the script is used in windows/IE to embed flash player streaming content from Flash Media Server 2. The movie loads fine however, when users leaves the page, the audio does not stop streaming. </SPAN></FONT></DIV> <DIV><FONT face="Arial" size="2"><SPAN class="204414018-01052006"></SPAN></FONT> </DIV> <DIV><FONT face="Arial" size="2"><SPAN class="204414018-01052006">You can observe this behavior at  <A href="http://partners.ibctv.com/streaming-flash-final/test_js.html">http://partners.ibctv.com/streaming-flash-final/test_js.html</A></SPAN></FONT></DIV> <DIV><FONT face="Arial" size="2"><SPAN class="204414018-01052006"> </SPAN></FONT></DIV><FONT face="Arial" size="2"> <DIV><FONT face="Arial" size="2"><SPAN class="204414018-01052006">Note that this does not happen in FireFox. Also, the same player unloads properly when using in-line flash object embedding ( <A href="http://partners.ibctv.com/streaming-flash-final/test.html">http://partners.ibctv.com/streaming-flash-final/test.html</A> ),  though we get activation warnings due to recent Microsoft "fixes" .  We have a different player that is using progressive download instead of streaming which works fine.</SPAN></FONT></DIV> <DIV><FONT face="Arial" size="2"><SPAN class="204414018-01052006"></SPAN></FONT> </DIV> <DIV><FONT face="Arial" size="2"><SPAN class="204414018-01052006">Have you come across similar issues?  </SPAN></FONT></DIV> <DIV><FONT face="Arial" size="2"><SPAN class="204414018-01052006"></SPAN></FONT> </DIV> <DIV><FONT face="Arial" size="2"><SPAN class="204414018-01052006">Thank you </SPAN></FONT></DIV> <DIV><FONT face="Arial" size="2"><SPAN class="204414018-01052006"></SPAN></FONT> </DIV> <DIV><FONT face="Arial" size="2"><SPAN class="204414018-01052006">gd</SPAN></FONT></DIV></FONT> <DIV><FONT face="Arial" size="2"><SPAN class="204414018-01052006"></SPAN></FONT> </DIV> <DIV><FONT face="Arial" size="2"><SPAN class="204414018-01052006"></SPAN></FONT> </DIV> <DIV><FONT face="Arial" size="2"><SPAN class="204414018-01052006"></SPAN></FONT> </DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">SWFObject mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="mailto:SWFObject@lists.deconcept.com">SWFObject@lists.deconcept.com</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com">http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com</A></DIV> </BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>