Ok, so I may have over-reacted a bit yesterday. It turns out setting up the adobe flash player instead of the Gnash player on the OLPC isn’t as tricky as I thought it might be! Here’s a step-by-step guide on how to get it working. Going through these steps will fix a lot of issues with flash-based web content / video / animations – all that fun stuff out there:
-
Go into the Gnome environment by clicking on the little foot icon
-
Open up the Terminal
-
Login as root by typing in “su” – press enter
-
Get the flash player linux package – type in: “wget http://fpdownload.macromedia.com/get/flashplayer/
current/flash-plugin-9.0.115.0-release.i386.rpm” – press enter -
This downloads the file to your computer. Next install the package by typing in:
“rpm -i flash-plugin-9.0.115.0-release.i386.rpm” – press enter
That’s it! The default browser will now use the adobe flash player instead of the gnash one. BTW, OLPC already thought of this, and had a page – I just didn’t search long enough to find it…also, their instructions didn’t work (for me) – I had to get the file locally first before it installed:
