A Abderrazzak Member Licensed User Longtime User Feb 5, 2014 #1 Hello i want open a vk.com videos in my app. for example http://vk.com/video_ext.php?oid=240862328&id=167341162&hash=41eb6977fc2ed3c8&hd=1 currently this video is opened with browser by StartActivity(pi.OpenBrowser(vk_link)) but i want open it in my app. can you help me? regards
Hello i want open a vk.com videos in my app. for example http://vk.com/video_ext.php?oid=240862328&id=167341162&hash=41eb6977fc2ed3c8&hd=1 currently this video is opened with browser by StartActivity(pi.OpenBrowser(vk_link)) but i want open it in my app. can you help me? regards
NJDude Expert Licensed User Longtime User Feb 5, 2014 #2 Just add that link to a WebView: B4X: ... WebView1.LoadURL("http://vk.com/video_ext.php?oid=240862328&id=167341162&hash=41eb6977fc2ed3c8&hd=1") Upvote 0
Just add that link to a WebView: B4X: ... WebView1.LoadURL("http://vk.com/video_ext.php?oid=240862328&id=167341162&hash=41eb6977fc2ed3c8&hd=1")
A Abderrazzak Member Licensed User Longtime User Feb 5, 2014 #3 thank you this open a the webview in my app but the video is not loaded with the external browser the video is loaded. Upvote 0
thank you this open a the webview in my app but the video is not loaded with the external browser the video is loaded.
NJDude Expert Licensed User Longtime User Feb 5, 2014 #4 I added that link to a webview and I can see and play the video Upvote 0