/*
 Media Player 9 Script
 by Edgar V. Poirier
*/

// Insert the complete URL to stream the wma from
pathName="http://www.smilers-stats.org/Sounds/ArtistiStranieri/Ernesto-Cortazar/Leaves_in_the_wind.asf"

// Create the Media Player with nothing visible and Play the stream
player="<OBJECT ID='Player' CLASSID='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6' style='position:absolute;top:-1800'>"
player=player+"<PARAM name='uiMode' value='invisible'>"
player=player+"<PARAM name='autoStart' value='True'>"
player=player+"<PARAM name='playCount' value=1>"
player=player+"<PARAM name='volume' value=100>"
player=player+"<PARAM name='URL' value='"+pathName+"'>"
player=player+"</OBJECT>"
document.writeln (player)
