Flash Devices
Wednesday, April 26, 2006
Sony PSP & Flash Player 6: Supported Features
PSP Flash
As you might have already heard, yesterday Sony has released ROM update 2.70 for the PSP and included in the update is Flash Player 6 - this is awesome news. The Flash Player 6 is enabled only through the web browser so in order to view SWF files they can be either embedded in HTML pages (just like desktop web pages) or just viewed as SWFs.

After you've downloaded and installed the ROM update (either download through the web or the PSP network update feature) you will be able to view SWF content.

If you're a developer interested in what features of Flash Player 6 are supported I've compiled an official list here (this information will be posted on the Adobe Mobile and Devices developer center in the near future).

/// Flash Player Version
(6,0,72,27)

/// Supported Input and Output
Mouse
Analog stick and the Enter button work as one-button mouse.
Pointer movement, click and drag & drop features are supported.
Keyboard
The directional keys work as the up, down, left, right cursor keys of a keyboard.
Character Input
Supports character input in the text boxes using the on-screen keyboard.
Font
Supports device font. The applicable scope of the font size and style are same as the Internet Browser.
Sound
Supports PCM, ADPCM and MP3 audio/sound playback for the speaker and headphone.

/// Unsupported Features
Clipboard
Text copy, cut and paste features are not supported.
Video
The playback of video data such as H.263, Sorenson Video or Motion JPEG is not supported.
Context menu
Context menu display, control or the features that are normally included in them are not supported.
Printing
Print out feature is not supported.
Live Connect
The communication feature between JavaScript and Flash Player plug-ins is not supported.
FCS/FMS (Flash Communication Server and Flash Media Server)
A connection to FCS/FMS, or features that requires it are not supported.
XMLSocket
Continuous connection and communication with the server using the XMLSocket feature is not supported.
Transparent background display
Displaying the background in transparent by specifying the wmode to “transparent” is not supported.

/// Known Issues
• Frame rate between 18-24 fps, depending on type of content.
• Large size Flash contents cannot be played. The size of the content in a page should be within 1.5 MB approximately.
• The timing for external file loading may be different from PCs. Load completion must be confirmed.
• The device font has 5 sizes, same as the Internet Browser. The layout used for PCs may not be available.
• The mouseout event may not occur when the pointer gets out of the content if objects are arranged on the edge of the content field.
• Restrictions when deep nesting occurs with ActionScript are different from PCs.

On your PSP you can take a look at a FPS speedometer Richard Leggett put on his web site to get a better idea of how Flash content will perform.

If you have any questions about the Flash Player 6 for PSP you can post them in the Adobe Flash Handhelds Mobile and Devices forum.

Labels: ,

Why isn't this an official Adobe Flash Player? And why oh why didn't they "just use" the Flash Lite 2 player?

By Anonymous Serge , at Wed Apr 26, 04:08:00 PM PDT  

This is an official Adobe Flash Player that Adobe worked with Sony on.

By Blogger Bill , at Wed Apr 26, 04:11:00 PM PDT  

Hmm... Thought I read somewhere it was a 3rd party solution. But would really liked to have seen Flash Lite 2 on there... And Sony really gotta fix that "not enough memory" problem...

But ok... First step has been taken...

By Anonymous Serge , at Wed Apr 26, 04:23:00 PM PDT  

Congratulations to you guys - it is indeed awesome to see the Flash player running on the PSP.

By Anonymous Alexander McCabe , at Wed Apr 26, 06:07:00 PM PDT  

Thank you so much for organizing these details Bill! I'll make the slight correction that SWFs do not need to be embedded in an HTML page in order to work; the PSP web browser will happily load in a SWF directly (and indeed this is the best way to ensure SWFs not developed for the PSP scale to a useful size.) You can also load SWFs from the memory stick using the file:/ prefix. Very exciting!

--Christoph@Flashforward

By Anonymous Anonymous , at Wed Apr 26, 08:08:00 PM PDT  

thanks for the tips Christoph - I've updated my post to include the tip about not having to embed SWF files into HTML pages.

By Blogger Bill , at Wed Apr 26, 11:32:00 PM PDT  

You can also load swf files from the memory stick. Simply create a "flash" folder on the root of the memory stick and drag your swf files to that folder.

Load the browser, hit the triangle button, and in the address bar, type file://flash/xxxx.swf (xxxx is the name of the file). This will load the file directly without the need for a wireless connection.

By Anonymous Anonymous , at Thu Apr 27, 09:31:00 AM PDT  

Sorry, mt above comment has an error. The path to the file should be file:/flash/xxxx.swf

(I had one too many / )

By Anonymous Anonymous , at Thu Apr 27, 09:47:00 AM PDT  

this player support XML parsing?

By Blogger mezzalab , at Thu Apr 27, 10:51:00 AM PDT  

Awesome news, I look forward to the flood of content. One problem... although this seems to get our community's content on a great portable device, there still seems like there won't be much a viable business model here, for Flash Developers, except to sell content production to third parties whom wish to have a Flash based PSP browser experience.

By Anonymous Stephen Dinehart , at Thu Apr 27, 11:16:00 AM PDT  

check out http://arcomics.com

they have begun creating around the PSP

By Anonymous Anonymous , at Fri Apr 28, 03:11:00 PM PDT  

Are there any ways to detect if a user has Flash or atleast browser v2.7 (to know that they also have flash)?

hayden

By Anonymous Anonymous , at Sun Apr 30, 09:38:00 AM PDT  

The frame rate may be over optimistic. When D pad input is tested to move an object on screen, the frame rate slows to between 8 an 9 frames per second.

By Anonymous Anonymous , at Sun Apr 30, 12:50:00 PM PDT  

Isn't there a way to reduce the size of Flash files while keeping the same quality? I thought I saw a utility somewhere that can do that.

By Anonymous Anonymous , at Sun Apr 30, 03:05:00 PM PDT  

1) I'm not aware of a way through Flash to detect what version of the ROM a user has installed. It's probably possible to use a similar type of Flash based browser check that's available for the web - but I haven't personally tried this yet.

2) the frame rate will always vary depending on factors such as the number of screen pixels that are being refreshed every second, complex AS as well as the use of bitmaps vs. vectors.

3) yes, you can use a program called "Optimaze" to reduce a SWF file size: www.erain.com/products/optimaze

By Blogger Bill , at Sun Apr 30, 08:44:00 PM PDT  

Bill any word on SharedObject.getLocal support?
My own experiments confirm a flush, but data retention seems to be limited per session.

By Blogger John D Giotta , at Mon May 01, 12:21:00 PM PDT  

Fingertime have just released a PSP version of their site with playable flash games.

http://www.ftpsp.com

By Anonymous Roger G , at Thu May 04, 08:30:00 AM PDT  

hey all - finally got everything going and started checking out files. Since I use a lot of audio in my work , it seems that it is one of the biggest culprits when it comes to the memory handling. My understanding is that the player needs to constantly process the audio via compression - and this seems to be creating out of memory areas. Larger files WITH only animation are lasting longer than shorter ones with audio.

trying to determine if even the quality setting of the audio has an effect. My gut instinct is that the player needs processing to handle it regardless and that this will create some of the same errors. Will report if i can determine anything specific, but for sure choosing to lose audio (other than interface elements) would be a good idea it seems.

- Craig Swann

By Anonymous Anonymous , at Fri May 05, 02:48:00 AM PDT  

Notice how all the features that would be required to make a multiplayer Flash game are missing from the included version? I don't think that's a coincidence.

By Anonymous Anonymous , at Sat May 06, 01:06:00 PM PDT  

Is Flash Remoting supported?

By Anonymous Anonymous , at Mon May 08, 04:49:00 PM PDT  

apparently, you can detect flash with JS, like desktop browsers.

http://www.brothercake.com/site/resources/reference/psp/#flash

Hayden

By Anonymous Anonymous , at Wed May 10, 09:28:00 AM PDT  

Can any other keys on the PSP be used? other than the direction keys?

Can the any action buttons on the PSP be used? Please help...

By Anonymous Anonymous , at Wed May 17, 05:48:00 PM PDT  

i have created a flash portal that u can play off the memory stick of your 2.70 to use it download the file(copy and paste the link below into your computers browser)than extract the file that says nikos into the root of the psp . after you do that you must go to your browser and type "file:/nikos/index.html" (without the qouets). download link below



http://files.filefront.com/nikosrar/;5100178;;/fileinfo.html

By Anonymous niko , at Wed May 31, 07:51:00 PM PDT  

Adobe needs to get its act together and put as much emphasis on supporting PDAs/smartphones as it does on PCs. There're a lot of innovative products out there like this Flash mapping application but they need latest Flash technology. The hardware is there, just need to jumpstart this market

By Anonymous Anonymous , at Tue Aug 01, 06:54:00 PM PDT  

I have been testing my flash apps on the PSP. There are a few watchouts:

1)Memory is key. Avoid fat components and large XML.
2)If the user hits the Home or Select button, but decides not to exit the browser, all following network access is denied (loadmovie or sendVars, xml load etc).
3)setMask as a small bug where it masks everything, except backgrounds on text fields. It will mask the text in the textfield, but the colored box the text was will not mask.
4)There is no streaming, you have to wait for the whole swf to load before the player begins.
5)Mouse.hide and Mouse.show don't work
6)The first click on the swf is ignored, maybe to activate the movie

By Anonymous Anonymous , at Fri Aug 25, 11:27:00 AM PDT  

I'm trying to load and parse a large XML file, and I can people here warning against that - it's failing silently though, no memory warning - is that what you're all getting too?

By Anonymous John , at Mon Aug 28, 04:16:00 PM PDT  

i tried all of this and i keep getting a message saying "content cannot be displayed"1. i ave got firmware version 2.82 and i have also enable flash but this does not seem to work.

HELP!!!

By Anonymous Anonymous , at Tue Nov 14, 11:34:00 AM PST  

I NEED HELP WITH GETTING THE PSP FLASH GAME STUFF.... my msn is Ktourek09@hotmail.com PM ME PLEASE!!!

By Anonymous Anonymous , at Mon Nov 20, 06:38:00 PM PST  

I really neet help too. Same question and error as previous. Firmware 2.71 first then updated to 3.01 currently. Please respond to ryan.cummings.04@comcast.net
Thanx

By Anonymous Anonymous , at Thu Nov 23, 09:23:00 AM PST  

you need to format your memory stick. i had the same problem

By Anonymous Anonymous , at Sun Nov 26, 06:10:00 PM PST  

(same person as last comment, yeah i had the same problm but found when you format the memory stick, they seem to wor, mind you keep a backup of all your old files

By Anonymous Anonymous , at Sun Nov 26, 06:11:00 PM PST  

By default the Flash Player is not enabled. You need to go into your settings and enable the Flash Player for the web browser. I don't have my PSP in front of me so I'm not sure of the direct path but it's in there.

By Blogger Bill , at Wed Nov 29, 09:16:00 AM PST  

I DON'T KNOW WHAT THE PROBLEM IS, BUT IT KEEPS GIVING ME AN ERROR MESSAGE WHEN I TRY TO ENABLE IT

By Anonymous Anonymous , at Mon Dec 11, 10:32:00 AM PST  

I use firmware version 2.81 and when i try to watch a video off sites like youtube or google it says i dont have a updated version of flash player...Is there a possible way to get a updated version of flash player to see the movies and play games?

By Anonymous Anonymous , at Sun Jan 21, 07:00:00 PM PST  

Is there any Flash MP3 player for PSP?

By Blogger j2cn , at Fri Feb 23, 05:29:00 AM PST  

no there is no Flash MP3 player for PSP, however you could possibly build one. But the PSP has a pretty good MP3 playback capability.

By Blogger Bill , at Fri Feb 23, 10:41:00 AM PST  

to put msn on your psp google pro messenger and follow the links

By Anonymous Anonymous , at Fri Feb 23, 11:39:00 AM PST  

Are there any other sites like psponme.com that lists flash games for PSP?

By Anonymous Anonymous , at Tue Mar 06, 09:55:00 PM PST  

why do i get the error message 'Cannot Copy file or folder: Path Is Too Deep' when copying a .ISO game onto my PSP... Please send me an e-mail saying why... baller_ng@hotmail.com or
baller_ng@yahoo.co.uk

Thanx
Nicky

By Anonymous Anonymous , at Thu Apr 12, 11:49:00 AM PDT  

help me i can't find where to actually activate the flash player! ahhhhhhhhh please help someone!

By Anonymous Anonymous , at Fri May 18, 09:29:00 AM PDT  

Can some one tell me how to get FLASH PLAYER 7 for my psp email me at daryleveril@aim.com

By Anonymous Anonymous , at Sun Jun 17, 03:22:00 PM PDT  

I have the PSP Version 3.50. My Flash Player is enabled and I have JavaScript turned on, but YouTube still claims that I need a later Flash. Please tell me what I am doing wrong.

Thank You!

By Anonymous Eric , at Wed Jun 27, 11:47:00 AM PDT  

How to "Enable" FlashPlayer on your PSP:

1.)Display the MAIN screen.(Settings, Photo, Music, Video, Game, Network)

2.)Under "Settings", select the "System Settings" tab.

3.)Little more than half way down the list, you should see "Enable FlashPlayer".

4.)Follow the step by step instructions of the program installation.

5.)Your FlashPlayer should be working properly!

Please Note:Update your PSP using "Network Update" if you haven't already done so.

(This I have done, but to no avail. If any one would like to correct/comment on my instructions, please do so)

By Anonymous Eric , at Sun Jul 01, 02:50:00 PM PDT  

hey ppl ive been reading all the comments but no 1 has answered how do u get to view videos through youtube when the site ses you jave must be tured off or you need 2 up date flash player ive done all that but still cant plz help my email is hot730@hotmail.com if u can help tell me plz

By Blogger chris , at Fri Jul 06, 05:16:00 AM PDT  

hey ppl ive been reading all the comments but no 1 has answered how do u get to view videos through website like youtube through ur psp when the site ses your java must be tured off or you need 2 up date flash player ive done all that but still cant plz help my email is hot730@hotmail.com if u can help tell me plz

By Blogger chris , at Fri Jul 06, 05:18:00 AM PDT  

Can somebody tell me how I can get Flash Player 7 for my psp. Email me at he.is_risen@yahoo.com

By Anonymous Anonymous , at Fri Jul 06, 01:05:00 PM PDT  

Why does it say "A DNAS error has occured the operation timed out" or something like that when I try to enable flash player, the same happens with the WMA player thing please help !

By Anonymous Anonymous , at Sun Jul 22, 10:59:00 AM PDT  

Not sure why you're seeing that error message. Do you have the latest firmware on your PSP?

Best,
Bill

By Blogger Bill , at Sun Jul 29, 04:37:00 PM PDT  

If you want Videos you have to get MP4s only. You can use your PSP online to convert Youtube to MP4 using http://www.vixy.net . Other than that if you want Flash you are pretty much limited to Flash 6 content like the stuff they have at http://www.psponme.com.

Other places with MP4s for PSP
http://www.guba.com/home_free
http://video.connect.com

By Blogger Mal , at Thu Aug 02, 07:21:00 PM PDT  

How do you get the flash player download on your psp? are you able to watch youtube videos on your psp? i am confused.

By Anonymous matt , at Thu Nov 22, 06:23:00 PM PST  

i havent tried this out yet but i know my wii had flash 6 and i could use the internet to watch movies a movieforumz.com

By Anonymous Anonymous , at Sat Dec 15, 07:45:00 PM PST  

I have the PSP version 3.60 and i still can't watch videos from the web. Can some one help me?

By Anonymous Anonymous , at Thu Dec 27, 11:03:00 AM PST  

I have 2.6 but no flash can I download it or something?

ps: if someone knows how to upgrade my psp pleas tell me, I tryd whole day.

By Anonymous Anonymous , at Thu Jan 03, 11:26:00 AM PST  

youtube saysi need a later version of flash. Can somebody please post a link the download site for flash the exact link thx vry much

By Anonymous Anonymous , at Sat Jan 26, 08:06:00 AM PST  

my psp slim doesnt even have an 'enable your flash player' option on the system setting. i cant view videos through youtube. my softwre is updated. version 3.90 pls help. email me at max.masaya@gmail.com

By Anonymous ems , at Sat Feb 09, 10:32:00 PM PST  

my psp ALSO doesnt even have an 'enable your flash player' option on the system setting. i ALSO cant view videos through youtube. my softwre is updated to the lastest version 3.90!! how do i get the 'enable your flash player option' so i can view youtube videos??

By Anonymous Anonymous , at Sun Feb 10, 02:02:00 PM PST  

lmao for all u slim owners i have a slim as well so i can answer this...sooo u don't need to enabled flash because the slim domes enabled already also u guys will all have flash 6 if im correct these is no way to upgrade it also if anyone wants to no ur browser for the psp is a custom netscape 4.0

By Anonymous Anonymous , at Tue Feb 12, 04:17:00 AM PST  

thanx for help :)

By Anonymous ????? ?????? , at Sun Feb 17, 04:22:00 AM PST  

when i go on a website to watch a video it says i need to get the latest flash player i download it go on to the site again and it still gives that message and the video does not come up and this is on a couple of videos on youtube why is tgis and the other videos work why!!!!!!!!!! if you understand what i am saying then plzz help its annoying and i need to watch these important videos help!!!!

By Anonymous Anonymous , at Thu Feb 21, 05:33:00 PM PST  

because youtube is build on as3. and flashplayer 6 is as2. So there is no way to watch youtube on the psp, until sony updates its flashplayer.

By Anonymous Anonymous , at Sun Feb 24, 04:48:00 PM PST  

Hey, PSP Flash developers, I'm having a problem with my project. How can I load text from a separate file into a text box in the PSP Flash Player? My file works fine when testing but on the PSP it won't load even the smallest text files... or if it is I can't see them fgor some reason. I've used plain .txt files.

Thx,
Taerzik

By Anonymous Taerzik , at Fri Apr 04, 05:11:00 AM PDT  

just updated to version 4.0
no ability to enable flash player.
disabled in this update.
need to figure out how to watch videos.
on the road a lot, and i want to be able to use playlist.com and youtube.

By Anonymous Rokky , at Sun Jun 22, 01:24:00 PM PDT  

Hey!
I have the same problem that you have ... e-mail or add msn robbe_94@hotmail.com I really need help. i have the 4.00 ver and i have tried to download different flash players but not worked yet .. please help

Thank you

Rob

By Anonymous Anonymous , at Mon Jun 23, 05:35:00 AM PDT  

ya same problem as above 2. rlly wanna use youtube! plz email me or post on here. i'll be checking every day. thanks! (crueltybroughtthreeorchids@hotmail.com)

By Anonymous Anonymous , at Fri Jul 04, 09:18:00 AM PDT  

ya same problem as above 2. rlly wanna use youtube! plz email me or post on here. i'll be checking every day. thanks! (crueltybroughtthreeorchids@hotmail.com)

By Anonymous Anonymous , at Fri Jul 04, 09:19:00 AM PDT  

ok,
I enabled wma playback thing, but after i did that it didnt have the enable flashplayer. I need an answer and ASAP would be absolutley great!!!!!!!!!!!!!
PLEASE~~~ e-mail me at johnstrandell@gmail.com ASAP!!!!!
IM IN DESPERAT NEED OF VIDEO FLASHPLAYER THING!!!!
THANKS!!!!!

By Anonymous Anonymous , at Sun Jul 20, 04:36:00 PM PDT  

hey man i have psp m33i can't do NETWORK update cuz i'll lose the m33 what should i do?i can't watch youtube videos pls help y id is jadenyuky@yaho.com pls help and i don't have the enable flash player either can someone help?

By Anonymous Anonymous , at Fri Aug 08, 04:33:00 AM PDT  

help. i cant watch videos on the internet.

By Anonymous Anonymous , at Wed Aug 27, 05:29:00 PM PDT  

Hey,
Thanks for link!

By Anonymous flash game design , at Wed Sep 17, 11:17:00 AM PDT  

Hey,
Thanks for link!

By Anonymous flash game programming , at Wed Sep 17, 11:20:00 AM PDT  

Only if they made youtube for psp

By Anonymous Fernando , at Wed Sep 24, 08:52:00 PM PDT  

enabled wma playback thing, but after i did that it didnt have the enable flashplayer. I need an answer and ASAP would be absolutley great!!!!!!!!!!!!!
PLEASE~~~ e-mail me at johnstrandell@gmail.com ASAP!!!!!
IM IN DESPERAT NEED OF VIDEO FLASHPLAYER THING!!!!

By Anonymous Palestine Students forum , at Wed Oct 01, 08:12:00 AM PDT  

i also have the same problem. my psp is updated to the latest version but still there is no enable flash player. help me guys plsss.. email me at my_sonix@yahoo.com

By Anonymous Anonymous , at Wed Nov 05, 07:10:00 AM PST  

can someone get me a link to download psp flash player?
and a tuturial how to instal

please..

By Anonymous Rodas , at Mon Dec 22, 08:57:00 AM PST  

hey the flash player isnt there please tell me what to do what i need to install email me the answer please daniel_v84@ymail.com and my system is a 5.02

By Anonymous Anonymous , at Fri Dec 26, 02:42:00 AM PST  

The solution is here:
http://playstation.custhelp.com/cgi-bin/playstation.cfg/php/enduser/std_adp.php?p_faqid=503

By Anonymous sulzer , at Mon Dec 29, 09:05:00 AM PST  

i need help with enabling flash player on psp and my system version is 5.00

By Anonymous Anonymous , at Sat Jan 03, 12:46:00 PM PST  

where can i get a flash player any version for my psp or a version that i cant watch you tube videos on

By Anonymous Anonymous , at Sun Jan 18, 08:02:00 AM PST  

Maybe we should just what until another update because I have an update of 5.03. and flash still doesn't work, maybe try going on their website and see if that can help you, it didn't help me!

By Anonymous Anonymous , at Mon Feb 16, 12:24:00 PM PST  

Post a Comment