
FLV Video not playing in IPAD
hi,
am integrated jwplayer with flv video and working fine in web.
But the video is not playing in iPAD/iPHONE.
am using below code.
Please help me.
<script type="text/javascript">
jwplayer("myElement").setup({
file:"https://s3-us-west-2.amazonaws.com/videocrmcloud/videos/9182daf1-f90b-4fd7-89c3-379b00a1152c.flv",
height:300,
width:400,
});
</script>