Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey guys i am working on some video technology and facing a problem while assigning the value to the player.URL object...

In more i am having the following code in javascript..

var url = "http://172.22.130.23:80/IPAD/VBrick/VOD/PassportPAL_1338879128641.wmv";
player.URL = url;


before above statement the player.URL = ""
and after this statement
player.URL = "http://172.22.130.23:80/IPAD/VBrick/VOD/PassportPAL_1338879128641.wmv�"

so what the issue may be....! it shows the encoded part in an url..

i have also tried encodeURI(url)
also tried url = url.replace(/ /g , "%20"); ...

Please help me out..!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900