Hi.
First, thanks for the advice, it helped a lot.
I tried the latest nightly build (5/8/08) and it works fine (tried about 10 iframes). While I didn't test it thoroughly yet, two major points seems to be fixed:
1) Instant or random crashes with or without the said errors (sometimes the browser just closed).
2) First player in the list didn't show the video before.
The only significant issue I found out is that auto-start parameter no longer works, I have the following code, with AutoPlay on "true", but still need to click on Go button:
<OBJECT classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"
width="306"
height="250"
id="vlc"
events="True">
<param name="MRL" value="rtsp://192.168.253.32/94.sdp" />
<param name="ShowDisplay" value="True" />
<param name="AutoLoop" value="False" />
<param name="AutoPlay" value="True" />
<param name="Volume" value="50" />
<param name="StartTime" value="0" />
<EMBED pluginspage="
http://www.videolan.org"
type="application/x-vlc-plugin"
version="VideoLAN.VLCPlugin.2"
width="306"
height="250"
name="vlc">
</EMBED>
</OBJECT>