I'm using 0.8.4a plugin for Firefox 1.5, playback works just fine, but my website uses a tabbed interface that changes the CSS display attribute of div tags (one which encapsulates the embed object) to make them hidden.
The javascript for changing the div tag display attribute works great, but the VLC embed object stops playing when the div tag is hidden. It's important that the video stream continue playing even if its not visible to the user.
I've also tried overlaying a background on top of the playing video using z-index, but the VLC embed always stays on top no matter what. Anyone know a solution?
Thanks