Page 1 of 1

IE hang after refresh or close IE

Posted: 11 Jul 2008 05:17
by cybercockroach
Dear All:
It is great to know vlc-0.9.0 seems fix multiple vlc on webpage ie crash when ie startup.but I have test the vlc-0.9.0-test2-20080711-0003-win32.exe on four vlc activex on a webpage, it seems that when the webpage refresh or close, the IE get hanged! Is this a bug?

Re: IE hang after refresh or close IE

Posted: 14 Jul 2008 03:51
by cybercockroach
vlc-0.9.0-test2-20080714-0005-win32.exe still have same problem.
when the webpage was refreshed or closed, the IE get hanged! ( IE version 6.0, 16 vlc activeXs on the page)
Thanks to you all work on vlc project^^.........

Re: IE hang after refresh or close IE

Posted: 15 Jul 2008 07:08
by cybercockroach
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>

Re: IE hang after refresh or close IE

Posted: 16 Jul 2008 03:13
by cybercockroach
Same Result on vlc-0.9.0-test3-20080716-0003-win32.exe......(one vlc activex on webpage)

Re: IE hang after refresh or close IE

Posted: 16 Jul 2008 10:41
by thannoy
Does the same appears using the those links?
http://code.revolunet.com/VLCobject/example.html
http://code.revolunet.com/VLCcontrols/V ... ample.html

Those links load the plugin through Javascript, maybe it is more stable than loading them directly with HTML nodes. If the result is more stable, then have a look to VLCobject and VLCcontrols at http://code.revolunet.com

Re: IE hang after refresh or close IE

Posted: 17 Jul 2008 03:22
by cybercockroach
hi thannoy:
yep, the result is the same. your code is very convenient for create vlc dynamically(great stuffs, i have use it the first time i use vlc. ^^ thank you).
Suggestions on VLCobject, PlayerVersion for ie is hardcode in code(versionIsValid will return false if pass with 0.9.0). maybe we can get the PlayerVersion from parsing VersionInfo and the path of codebase seem not exist already.
Thank you again^^.

VLC ActiveX is not useable for webpage if it will hang the IE after refresh.What a pity><......

I expect it will be fix in the final release of 0.9.0 on 2008.08.01

There is no 0717 nightly build for test ><...........

Re: IE hang after refresh or close IE

Posted: 17 Jul 2008 09:59
by thannoy
This usefull javascript library has been written by revolunet. Not me :-)

Re: IE hang after refresh or close IE

Posted: 18 Jul 2008 03:16
by cybercockroach
Same Result on vlc-0.9.0-test3-20080718-0003-win32.exe......(one vlc activex on webpage)

Thanks to revolunet for the useful javascript. ^^

Re: IE hang after refresh or close IE

Posted: 21 Jul 2008 03:24
by cybercockroach
Wow........vlc-0.9.0-test3-20080721-0004-win32.exe works!! hey you are the man VLC Team^^
The bug fix more fast than I expect. Thank you All VLC Team. :D :D