android - I am using .asx link in the Uri.parse function and it is not working -


uri myuri = uri.parse("http://www.munichshardesthits.com/ondem/timeless%20rock.asx");

i using .asx link in parse function , not working. basically,i want make .asx link work here.

please help.

edit

it may more not support space character '%20' escapes.

a valid uri cannot contain '%' character.

see '2.4.3. excluded us-ascii characters' here:

http://tools.ietf.org/html/rfc2396


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -