Hi ,
I am trying to pass url like "mms://ipaddress/0123456789" to embeeded windows media player in mobile web form (asp.net). it gives me an error like "Cannot find the file .the file might have been moved,renamed,or deleted .if the file is stored on server or removable
storage card,the server or card might not be available."
If I pass url like "http://www.jhepple.com/SampleMovies/niceday.wmv" it first download whole video and then play it.actually I want it should continuously stream video data and play it simulataneoulsy.
My window media player version is 10.
My sample code is like,
<object id="MediaPlayer" width="200" height="200" class="back"
classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6" standby="Loading
Windows Media Player components..." type="application/x-oleobject">
<param name="url" value="mms://ipaddress/0123456789" />
<param name="controller" value="true" />
<param name="autoplay" value="true" />
</object>
Please suggest,
Thanks in Advance,
Fanindra
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.