Embedding MP4 on Android
Hi,
I'm trying to implement a page similar to your empbedding example here :
http://support.jwplayer.com/customer/portal/articles/1406723-mp4-video-embed
Your example page works well on an Android phone. I try to load the same video as your example on my page but when I click the play button, it takes me to your site instead of playing the video. So I looked at your page's source and it turns out you are using an external button as well as an external control bar. You are not using the jwplayer's built-in buttons and controls. If you are trying to show how well your player can play mp4 on any platform, why would you create a sample page that makes it look so easy but in truth, it is not. Here is my page:
delta-live.mediasocial.tv/mobile/index.html
It loads the video and then every 2 minutes, it tries to reload the video and play it. Neither option works.
I would like to simulate how your sample page works. If you don't mind, can you share how to do this and also share the un-minified version of the javascript file that controls the sample page ? Thanks.