I am currently utilizing Firefox along with an open-source plugin for video playback. The video is adjusted to fit the available space as defined by the width and height of the embed object, but occasionally a slight grey border appears on the right or bottom.
Changing the background color of the parent div does not seem to have any impact at all.
Here is the HTML code:
<div id="videoHolder" style="position: absolute; left: 50px; top: 50px; width: 300px; height: 150px;">
<embed id="player" width="300" height="150" border="0" type="application/x-gbp" x-gbp-uri="">
</div>
Does anyone happen to know how to make an embed transparent? Adding wmode=transparent like with Flash does not seem to work...
Thank you, Frank