embedded media player in aspx page

  • Thread starter Thread starter Ollie Riches
  • Start date Start date
O

Ollie Riches

I have managed to host an embedded media player in an aspx page and play
content.

How can I get the media player to start playing to the content before it has
completely downloaded?

Cheers

Ollie Riches
 
From: "Ollie Riches"
I have managed to host an embedded media player in an
aspx page and play content.

How can I get the media player to start playing to the
content before it has completely downloaded?

That depends on the file type and protocol, e.g. AVI over
HTTP requires the complete download while WMV over MMS does
not.
 
Back
Top