browser - How can I embed windows media player without the visualizations -
i enjoyed late 90s as last guy, i'd able play audio file on web page without having @ cheesy geometric visualizations wmp shows. there way of doing this? here's code:
<object classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6"> <param name="url" value="file.wav" /> <param name="autostart" value="true" /> <embed type="application/x-mplayer2" src="file.wav" name="mediaplayer"> </embed> </object>
one temporary solution i've found set height
parameter 45, ends showing controls @ bottom. microsoft decides change layout though, won't right. argh!
Comments
Post a Comment