Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
i was created web app that play the internet radio station in my page and this code was wrote in html to add windows media player 11 to my page

XML
<OBJECT ID="MediaPlayer" WIDTH="320" HEIGHT="200"
CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" STANDBY="Loading
Windows
Media Player components..." TYPE="application/x-oleobject" VIEWASTEXT>
<PARAM NAME="FileName" VALUE="http://http://www.radiomasr.net/radio.php">
<PARAM name="autostart" VALUE="true">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="true">
<PARAM name="ShowDisplay" VALUE="false">
<EMBED TYPE="application/x-mplayer2" NAME="MediaPlayer">
</EMBED>
</OBJECT>
Posted
Comments
Sergey Alexandrovich Kryukov 18-Sep-11 18:51pm    
Any particular problem?
--SA

1 solution

This is not a valid HTTP address: http://http://www.radiomasr.net/radio.php". No wonder everything else does not work. :-)

—SA
 
Share this answer
 
Comments
Simon Bang Terkildsen 18-Sep-11 20:10pm    
Good catch, I didn't even notice that
Sergey Alexandrovich Kryukov 18-Sep-11 20:15pm    
Thank you, Simon.
I don't believe the code will work even after this fix, but one needs to start with something apparent... :-)
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900