I have a problem with VLC 0.8.4a in FF 1.5.x on WinXP/2k:
Here is a code sample:
Code: Select all
<embed type="application/x-vlc-plugin" src="./foo.mpg" id="VLCPlayer" autoplay="true" loop="yes" />
<a href="javascript:document.VLCPlayer.pause()">PAUSE</a>
FF throws the follwing JS error in the JS console:
document.VLCPlayer.pause is not a function
The same code works without a problem in FF 1.0.7.
Is there a change in handling <embed> objects in FF 1.5 or is it a bug in VLC
Thanks a lot
Mikeman