Hi.. i customized videoplayback sample app to my database and own videos and images.. Application is running well.. now what i want is when the video is playing on the texture if we tap means it will pause.. i don't want to pause the video instead of that i want to load url of that video in browser.
Intent viewIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("www.google.com"));
i gave the above code in isplayedon texture function.. but my application is froce closing .. can anyone suggest me how to achieve this.. please provide details ..
Hi Ram95,
if I understand correctly, you want to open a web page, but also play the video in fullscreen at the same time ?