Redirect to an MMS link

  • Thread starter Thread starter Stupid48
  • Start date Start date
S

Stupid48

I have a predicament....

I am passing a variable to an ASPX page that contains a physical path
to an ASX file. Then, on that page, I take that link on Page_load and
create a Windows Media Server on-demand publishing point.

My plan was to then do a reponse.redirect("mms://...") to the end user.
It seems that this does not work on most computers (it works on mine
but it seems that it's because I have RealPlayer as my default for
MMS).

Can anyone give me some more options for this?

Thanks, Chris
 
So far, my only workaround is to embed media player in the browser. I
wonder if there are other options.
 
Back
Top