I have this tag to embed a video:
<EMBED type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
SRC="video.wmv" name="Video" width="320" height="312" ShowControls="1"
ShowStatusBar="1" invokeURLs="0" autostart="1" enableErrorDialogs="0"
</EMBED>
but I need video area bg color to be white, it defaults to black and I
can't change it.. I did..
bgcolor="#FFFFFF" -- but it just chgd bg color BEHIND video.. I also
tried video bgcolor="#FFFFFF".. but this was ignored.. is there a way
to chg video bg color? (also where can I find a list of all params you
can put inside EMBED tag...) thank you..
Frances