View Full Version : Media Player...


Xarcell
06-18-2004, 03:53 AM
I was at a site he had media player playing a song. I wanna do something similair...

Is there a way to play a song with the media player randomization effects with no play button, volume control, etc...? I want just the little window with the effects to show up and that's all...

Here is the code he used for it. I played my sound file name in it and fiddled with it a bit. Also, is there a way I can specify the size of it in pixels? If not, what sizeoptions do I have?

<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="INRO" align="center">
<param name="URL" value="music_trip.mp3" ref>
<param name="rate" value="1">
<param name="balance" value="0">
<param name="currentPosition" value="0">
<param name="defaultFrame" value>
<param name="playCount" value="1">
<param name="autoStart" value="-1">
<param name="currentMarker" value="0">
<param name="invokeURLs" value="-1">
<param name="baseURL" value>
<param name="volume" value="50">
<param name="mute" value="0">
<param name="uiMode" value="mini">
<param name="stretchToFit" value="0">
<param name="windowlessVideo" value="-1">
<param name="enabled" value="-1">
<param name="enableContextMenu" value="-1">
<param name="fullScreen" value="0">
<param name="SAMIStyle" value>
<param name="SAMILang" value>
<param name="SAMIFilename" value>
<param name="captioningID" value>
<param name="enableErrorDialogs" value="0">
<param name="_cx" value="4233">
<param name="_cy" value="4366">must have media player to hear sound</object>

Thanx in advance,

-Xarcell

Xarcell
06-18-2004, 04:03 AM
I experimented with and figured out how toset it by pixel size...

-Xarcell