Same Result on vlc-0.9.0-test3-20080715-0003-win32.exe......
Even there is only one vlc on webpage, IE still get hanged after refresh or close.
simple test code list below
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test.aspx.cs" Inherits="WebIPFinder.test" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<table>
<tr>
<td>
<div id="CH1" style="width:352px;height:240px;background:blue">
<object classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"
width="352" height="240" id="VLCH1" >
</object>
</div>
</td>
</tr>
</table>
</form>
<script type="text/javascript">
var options = [":no-overlay", ":no-one-instance"];
document.VLCH1.playlist.add("rtsp://192.168.90.12/mpeg4/media.amp", null, options);
document.VLCH1.playlist.play();
</script>
</body>
</html>