if i set autoplay to true, i can see my video and control it with the pause and stop buttons on the toolbar.
Code: Select all
<embed type="application/x-vlc-plugin" id="video1" autoplay="true" width="720" height="433" target="panorama.mpg" />
Code: Select all
<embed type="application/x-vlc-plugin" id="video1" autoplay="false" width="720" height="433" target="panorama.mpg" />
Kubuntu 12.10 64-bit
Firefox 16.0.1
browser-plugin-vlc 2.0.0
update: interestingly, the buttons may be inactive, but i can invoke the context menu on the player and start the video from there. so again, why are the toolbar buttons inactive?