I am triying to play a YouTube Video in a HTML5 app from Intel XDK, I insert an iframe normally, but that don't work. What can I do?
Here is one (as cordova is beneath if all) https://github.com/moust/cordova-plugin-videoplayer
Or this: Playing video in PhoneGap/Cordova-app for iOs and Android
Related
I've been using the react-native-webview for playing Youtube and Vimeo playbacks on my mobile app. In iOS it works fine but in android it behaves a bit different. I want to make my android to play on fullscreen when pressed on play. iOs it's default behaviour is correct.
adding fs in the source uri didn't worked for me
i use PhoneGap 2.9.0. for my android app. in the app i use inappbrowser to display content from my website. The problem is when i tried to play embedded video from vimeo, it doesn't work (When i do the same thing with the phone webbroser the video play). I used for test samsung S2 with android 4.1.2
Can InAppBrowser play video from vimeo in the native video player automatically?
I want to develop a mobile version of my website, in which I need to embed youtube video/ upload my own flv file and play it in my website, How should I implement this? Should I develop an Flash player by myself? How can I make iPhone play my flv files/Youtube ?
Thanks in advance!
You can upload your videos on youtube and add them to your website using iframe:
<iframe src="http://www.youtube.com/embed/VIDEO_ID"
width="yourwidth" height="yourheight"></iframe>
It will automatically switch to the HTML5 player if the device doesn't support flash.
I am working with an Android and PhoneGap application and am using the HTML5 video tag to play videos on my web page. When I play the video I get the audio output but the video is not visible. How can I play a HTML5 video on Android?
I've written about this issue a number of times. See my previous answer:
Playing video on AVD with phonegap
Also, I'm working on monkey patching the video tag on Android so hopefully we'll have something even better soon.
I am novice to android. I am trying a application in which I try to open you-tube embed videos in web-view. But firstly , I try to open any youtube video from youtube site itself in browser of emulator then it fails to open video and showing Alert-dialogue with title Cannot play video and msg Sorry,this video cannot be played. Is there any requirement of settings in emulator. Anyone has idea.
Flash player works in android only after version 2.3... Better update your device version to 2.3 or later. Then you can play youtube videos in your emulator.