Android Question VideoView & url Encoded

victormedranop

Well-Known Member
Licensed User
Longtime User
HI, I have some issue trying to play and MP3 file. I donde this with other server and with my own music,
but know I received and URL encoded like this,

http://media.radioeternidad.com/Programas/Al Punto/0002 - AP - Deberes miembros.mp3

I try, with no errors or warning. but no audio.
y use explorer with the same URL and work.

simple line code
B4X:
vv.LoadVideo("http", "http://media.radioeternidad.com/Programas/" & List1.Get(Position))

any ideas ?

Regards ,

Victor
 

Similar Threads

Replies
7
Views
281
Replies
1
Views
504
Replies
9
Views
2K
Replies
4
Views
3K
Top