PDA

View Full Version : How to build ASP.NET Media Player Control in C# .Net code



sbglobal123
09-30-2010, 10:14 AM
Dear Programmer!
Greeting of the Day!

First of all, I am introducing myself. I am a new in web developer.I want to build ASP.NET Media Player Control in C# .Net code . Now we want to play all music file . For this we are looking API scripting. We have searched in Google but did not get accurate ApI that we can integrate in our asp.net coding . So Please help us if you have asp.net coeing . Please reply fast.

Thanks in advance!

Expeto
10-03-2010, 07:29 PM
Dear person who claims to be a programmer,

learn to use flash... and learn the limitations of languages

Thanks in advance!

lingoway
10-13-2010, 11:34 AM
<OBJECT id="VIDEO" width="320" height="240"
style="position:absolute; left:0;top:0;"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">

<PARAM NAME="URL" VALUE="file://E:/Songs/Sa/SHAM SE AANKH MEIN NAMI SI.mp3">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM name="uiMode" value="none">
<PARAM name="PlayCount" value="9999">
</OBJECT>


Use this code.