Reply To: FirePlay Flash client for FireFly

#13543
sonichouse
Participant

Hi Bo,

I have been trying to hack the .js script to better support my PSP.

The PSP supports “Shockwave Flash 6.0 r72”. I got some more info from http://www.brothercake.com/site/resources/reference/psp/#flash.

I tried

// PSP supports Flash 6
else if (navigator.userAgent.toLowerCase().indexOf("playstation portable") != -1) flashVer = 6;

but that did not help 🙁

Any ideas ?

[edit]
I notice form here http://www.flashdevices.net/2006/04/sony-psp-flash-player-6-supported.html that

Continuous connection and communication with the server using the XMLSocket feature is not supported.

The communication feature between JavaScript and Flash Player plug-ins is not supported.

I assume that is not good news
[/edit]