I am using flowplayer for video's playing in my application.
Everything is working fine with flowplayer video in all major browsers but the problem comes when i am running it in tablet ,it is always loading,no video get started (not playing) .
Can anyone tell me what is the problem ,
the code i am using is
var video = "http://stream.flowplayer.org/white/470x250.webm",api;
$("#id").flowplayer
({
splash: true,
playlist: [
[
{mp4: video},{webm: video},{ogg: video}
]
]
});
api = $("#id").data("flowplayer");
api.play(0);
Is there anything i need to add to play the video in samsung tablet.
I will be very thankful for your help.
Thankyou.
Check which browser you are using and the version to see if it supports
WebM
. If not you will need to add anMP4
video as well.Can I use WebM