I've embedded a windows media player object on a webpage but it has an ugly uneven black border around 3 sides. The problem doesn't seem to be the html tags and I can't seem to fix it with <img src... border=0>. I tried embedding it using <embed> and <object> tags, same problem with both.
Please help, this is urgent and I need to fix it today.
The <object> is a replaced element and can accommodate plugins however when we are talking about specific players, like QuickTime, or Media Player you tend to use the <param> element with proprietary attributes for example: <param name="DisplaySize" value="4"> concerning the prefered plugin in question.
I presume you have given the <object> container a width and height dimension, and mime type to work from.
With embedding video and audio the <param> attributes vary quite a lot you'd have to visit Microsoft to get the specific display attributes for their player control panel displays.
Bookmarks