Welcome, Guest
Username Password: Remember me

Video: Download Failed. Safari cannot download this file
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Video: Download Failed. Safari cannot download this file

Video: Download Failed. Safari cannot download this file 12 years, 10 months ago #6931

  • bobmeetin
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Karma: 0
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)?
Last Edit: 12 years, 10 months ago by bobmeetin.

Re: Video: Download Failed. Safari cannot download this file 12 years, 10 months ago #6932

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4867
  • Karma: 105
iOS doesn't support flash at all, it seems that it supports h264 video codec in .mov/..mp4 format only (more about formats here: www.apple.com/ipodtouch/specs.html).
  • Page:
  • 1
Time to create page: 0.13 seconds

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.