Search found 4 matches

Go to advanced search

by kamilos
01 Aug 2013 10:27
Forum: VLC for Android and Chrome OS
Topic: Starting VLC Beta by Intent...
Replies: 49
Views: 20466

Re: Starting VLC Beta by Intent...

Just one last thing : is there a way to know that vlc (after being launched by the intent) has played completely the file or the user has clicked on the return button ?
by kamilos
31 Jul 2013 18:21
Forum: VLC for Android and Chrome OS
Topic: Starting VLC Beta by Intent...
Replies: 49
Views: 20466

Re: Starting VLC Beta by Intent...

@edwardw:

Well done ! Now it works, thank you very much :D
by kamilos
30 Jul 2013 18:59
Forum: VLC for Android and Chrome OS
Topic: Starting VLC Beta by Intent...
Replies: 49
Views: 20466

Re: Starting VLC Beta by Intent...

I have trouble to play file on sd card located on sdcard/videokit/in.mp4 I did the following : Uri uri = Uri.parse(Environment.getExternalStorageDirectory().getAbsolutePath() + "/videokit/in.mp4"); Intent intent = new Intent("android.intent.action.VIEW"); intent.setDataAndType(u...
by kamilos
30 Jul 2013 11:10
Forum: VLC for Android and Chrome OS
Topic: Starting VLC Beta by Intent...
Replies: 49
Views: 20466

Re: Starting VLC Beta by Intent...

I have trouble to play file on sd card located on sdcard/videokit/in.mp4 I did the following : Uri uri = Uri.parse(Environment.getExternalStorageDirectory().getAbsolutePath() + "/videokit/in.mp4"); Intent intent = new Intent("android.intent.action.VIEW"); intent.setDataAndType(ur...

Go to advanced search