
Multiple videos on the same page?
http://feeds.feedburner.com/mknight
There are supposed to be 6 videos with JW players on this page, but only one can show (and it shows at the wrong post). The same problem occur on my original blog http://mkhere.blogspot.com , and that's why I always hide the JW videos behind "read more" to avoid them appearing on the same page. I use the short code with captions (something like
bc.. <script type='text/javascript' src='https://dl.dropboxusercontent.com/u/5173388/mkhere/jwplayer/jwplayer.js'></script><div id='mediaplayer'>
</div>
<script type="text/javascript"> jwplayer('mediaplayer').setup({ 'flashplayer': 'https://dl.dropboxusercontent.com/u/5173388/mkhere/jwplayer/player.swf', 'id': 'playerID', 'width': '580', 'height': '500', 'file': '_y4DbZivHCY', 'provider': 'youtube', 'plugins': {'captions-2': { file: 'https://dl.dropboxusercontent.com/u/5173388/mkhere/subtitles/seapig.srt' },'hd-2': {} } });</script>
Is it possible to make all the videos to show properly on the same page?