I open in Firefox 3.5.7 a testing HTML page with following code:
Code: Select all
<embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" width="640" height="480" id="vlc">
</embed>
<script language="Javascript">
var vlc = document.getElementById("vlc");
var id = vlc.playlist.add("rtsp://127.0.0.1/Test");
vlc.playlist.playItem(id);
</script>
Runtime Error!
Program: C:\Program Files\Mozilla firefox\firefox.exe
R6034
An application has made an attempt to load the C runtime incorrectly.
Please contact the application's support team for more information.
But when I press the Ok button, the page finishes to load correctly and it works.
Any tip? Thanks in advance,
Chemi.