<div>Good day, everyone.</div>
<div> </div>
<div> I got a problem while following the instructions here.</div>
<div>
<h2><font size="2"> Building HTML pages for Mozilla/Firefox/Internet Explorere/Safari (VLC version 0.8.6 and above)</font></h2>
<p> <a href="http://wiki.videolan.org/Documentation:Play_HowTo/Advanced_Use_of_VLC#Building_HTML_pages_for_Mozilla.2FFirefox.2FInternet_Explorere.2FSafari_.28VLC_version_0.8.6_and_above.29">http://wiki.videolan.org/Documentation:Play_HowTo/Advanced_Use_of_VLC#Building_HTML_pages_for_Mozilla.2FFirefox.2FInternet_Explorere.2FSafari_.28VLC_version_0.8.6_and_above.29
</a></p></div>
<div> My platform : xulrunner and firefox <a href="http://2.0.0.9">2.0.0.9</a></div>
<div> VLC 0.8.6c for win32 with the mozilla plugins</div>
<div> Now I can simply do play/pause/stop operation, but can't access those advansed objects directly:</div>
<div> </div>
<div> <code></div>
<div> <embed id="vlc" type="application/x-vlc-plugin" src='...'/></div>
<div> </div>
<div> var vlc = document.getElementById("vlc");</div>
<div> ...</div>
<div> vlc.<strong>versionInfo<br></strong> vlc.<strong>log</strong><br> vlc.<strong>audio</strong><br> vlc.<strong>video</strong></div>
<div> </code><br> </div>
<div> I copy those .dll files in the plugins to xulruner/firefox's plugins folder, seems no change.</div>
<div> Do you meet this problem also?</div>
<div> </div>