Was wondering if there's a way to show the picture artwork in a WMA file in an embedded media player? I have the capabilty to add or change the picture. Anyone?
current code:
Code:
<span id="music">
<object id="player" name="player" width="320" height="304"
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows Media player components..." type="application/x-oleobject">
<param name="url" value="">
<param name="uiMode" value="full">
<param name="autoStart" value="true">
<param name="loop" value="true">
<embed type="application/x-mplayer2"
pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"
showcontrols="true" uimode="full" width="320" height="304"
src="" autostart="true" loop="true">
</object><br>
</span>