dawsonloudon / VideoPlayer

Video Player Plugin for Cordova 3.3+ Android
MIT License
54 stars 49 forks source link

PhoneGap 3.4 issues #7

Closed kimras closed 10 years ago

kimras commented 10 years ago

Hi, I have been struggeling to getthis running on Local files on PG 3.4 after the Paths was changed to start with I have tried these 3 options :

None of them work, but if I revert back to play off the internet it plays nice.

Please assist Kim

kimras commented 10 years ago

OK I found the issue.. SORRY to point at yor brilliant Plugin ;-) The bath would look something like this : file:///storage/emulated/0/quests/66799020-E424-419F-A1D1-71AE6B8724A9/Guinness20Ad.mp4

I get it by using the new FileSystem : Entry.toNativeURL() method. that returns the correct Path, I was using .toUrl or .FilePath...

Thanks Kim