View Single Post
Old 09-14-2005, 03:58 PM   PM User | #198
brentk711
New Coder

 
Join Date: Sep 2005
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
brentk711 is an unknown quantity at this point
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>
brentk711 is offline