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

PlayStation3: Error - Flash must be 10.0 or greater


Actually I assumed that JWplayer would play on PS3 systems without hassle, but today a client has complained that he cant watch our videos on his PS3 system.

I have confirmed this myself, using latest official firmware from Sony, and using JW Player 6.1, the error message is:

Error Loading Plsyer: Adobe Flash Must Be 10.0 Or Greater.

From your FAQ this answer is:

Error loading player: Flash version must be 10.0 or greater
This means the version of the Flash plugin on your computer is too outdated for JW Player to use. Please visit the Adobe site to update your Flash player. Note this error will not occur if you do not have Flash at all (e.g. on an iPad).

What is your workaround/fix regarding this on a PS3 system?

11 Community Answers

JW Player

User  
7 rated :

From what i understand they use Flash 10.0.0 to Compile there player, i think 5.x player use to use 9.x flash

JW Player

User  
-1 rated :

Of course they are.. if they didnt, the ps3 would be compatible.
Im asking, what they suggest we do about it, cause alot of people use their ps3 to view videos...

Remco van Bree

JW Player Support Agent  
-2 rated :

We require Flash player 10 for JW Player 6 because that is the only way we can play back HLS video inside Flash and Flash Player 10 and higher also have numerous hardware acceleration improvements and other performance improvements.

If PS3 support is a hard requirement, you will need to use JW Player 5 (or use user agent detection and serve JW Player 5 to PS3’s and JW Player 6 to everyone else.

JW Player

User  
0 rated :

@ remco

How would I go about detecting the agent and serve jw5 to ps3's and jw6 to everyone else?

Ethan Feldman

JW Player Support Agent  
0 rated :

<script language=javascript>
    var uAgent = navigator.userAgent;
   if (uAgent.indexOf("PLAYSTATION") != -1) {
      window.location = ("http://example.com");
   }
</script>



From - http://stackoverflow.com/questions/6779631/redirect-ps3-via-user-agent

JW Player

User  
1 rated :

Why would I want to redirect them to another website?
I would want to redirect them to jw5, or am I understanding this the wrong way?

Ethan Feldman

JW Player Support Agent  
1 rated :

This is just an example of how to use the PS3 user agent, that’s all.

JW Player

User  
-1 rated :

Hmm.. Guess ill try and figure out how I can redirect the player only!!

Ethan Feldman

JW Player Support Agent  
1 rated :

Yes, you can use that method to display code for JW5 if a PS3 is used.

JW Player

User  
1 rated :

Yea, im just trying to figure out how we can do that, when using our S2member plugin (which we also use to serve our media) :)

Ill let you guys know if I figure it out :)

Ethan Feldman

JW Player Support Agent  
0 rated :

Np :)

This question has received the maximum number of answers.