Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

How can I know if jw player examples are Apple IOS iPhone / iPad friendly


Hi,

newbie alert...

As I look through this site and it's large amount of data - I will need to find out info / examples to make web page players that are: apple IOS iPhone / iPad friendly (so I guess non flash?)

What should I be looking for - and looking to avoid to be apple friendly examples/info?

5 Community Answers

JW Player

User  
0 rated :

as an example of my confusion this seems to be for flash - correct?


hmmm = 'flashplayer': 'player.swf', = flash right?

If so - How do I get this working for IOS iphone?

http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/15993/playing-an-audio-file

<script type='text/javascript' src='/jwplayer/jwplayer.js'></script>

<div id='mediaplayer'></div>

<script type="text/javascript">
jwplayer('mediaplayer').setup({
'flashplayer': 'player.swf',
'id': 'playerID',
'width': '560',
'height': '24',
'file': '/music/audio.mp3',
'controlbar': 'bottom'
});
</script>

JW Player

User  
0 rated :

May I suggest that you have a peek at the following

http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12539/supported-video-and-audio-formats

JW Player

User  
0 rated :

Thanks Willie,

So it seems I need to setup the player in HTML5 mode - not flash - correct?

Is there a link to get me started with HTML5 mode?

JW Player

User  
0 rated :

i see this for flash...

http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12/install-the-jw-player-for-flash-v5


is there a link for html5 setup?

Ethan Feldman

JW Player Support Agent  
0 rated :

http://www.longtailvideo.com/support/blog/15827/using-the-jw-embedder-to-embed-your-player

This method works for both Flash and HTML5.

This question has received the maximum number of answers.