See example at:
www.joomlareview.us/index.php?option=com_content&view=article&id=296&Itemid=366&device=xhtml
I'm using an iPod to view the page:
Scroll to the bottom. I'm using a couple different video players on desktop sites including Longtail Video. When I implement the following longtail video code in a mobile mobile joomla position (as custom code) the video screen and player show but you get the download error when you click to view the video. The same code woks on a Desktop PC.
<script type='text/javascript' src='jwplayer/jwplayer.js'></script>
<div id='mediaspace'>This text will be replaced</div>
<script type='text/javascript'>
jwplayer('mediaspace').setup({
'flashplayer': 'jwplayer/player.swf',
'file': 'http://www.joomlareview.us/jwplayer/spice.flv',
'controlbar': 'bottom',
'width': '240',
'height': '240'
});
</script>
Somewhere I read that the iPod cannot display a .flv file. If this is true, Is there another method to present a flash file or perhaps, tell me what video format needs to be used for ipods (same for androids)?