PDA

View Full Version : media player questions..


anep
07-03-2005, 02:22 AM
hi...
Q1) how do i change the colour of a media player in a webpage?

heres the script i use all the time:

<object id="MediaPlayer1" width=200 height=63
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<param name="URL"value="">
</object>

Q2) what attributes can i add to the above script?

like, how do i make it an autostart?
or make it play at the max volume?

can someone point me a site containing the above info?
it'll be great if u can post it here..
thnx...

_Aerospace_Eng_
07-03-2005, 02:37 AM
Can't really change the bgcolor unless you are doing a video and even then it might not work
<param name="bgcolor" value="#0000FF">
You might find more info here (http://www.microsoft.com/windows/windowsmedia/default.aspx). Things might have changed around. You might also be interested in this Embedded Media Player Generator (http://cit.ucsf.edu/embedmedia/step1.php). It will give you the basic options of autoplay and items like that.