Forum Moderators: open

Message Too Old, No Replies

Redirect to mms://?

         

afasyah

4:10 am on Nov 10, 2003 (gmt 0)

10+ Year Member



Why I'm getting "The page cannot be displayed" when I use the following code?

Response.Redirect "mms://myserver/" & Title

While

Response.Redirect "http://myserver"

Is no problem. Well, is Response.redirect can be used on http only?

Thank You

Dreamquick

2:28 pm on Nov 11, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Response.Redirect simply sets up a few headers, it doesn't attempt to parse the redirect URL or check for validity - it just passes the new location information to your browser.

It sounds like your browser or computer (or whatever is getting the redirect - a phone?) is having issues with the "mms://" prefix.

If you just go to "mms://myserver/" on the target machine/device manually do you get to where you expect to go?

- Tony

afasyah

1:25 am on Nov 12, 2003 (gmt 0)

10+ Year Member



The problem was actually solved. I'm not using the response.redirect as you explain. btw, The mms:// is use to display streaming movie from media service.