Adobe Flash

From OLPC
Revision as of 04:05, 19 December 2008 by Joachimp (talk | contribs) (fixed linking typo)
Jump to: navigation, search

Translate this page with Google -español -български -中文(中国大陆)‎ -中文(台灣)‎ -hrvatski -čeština -dansk -Nederlands -suomi -français -Deutsch -Ελληνικά -हिन्दी -italiano -日本語 -한국어 -norsk -polski -português -română -русский -svenska


  For the general public
This page is part of the XO Support FAQ.     Support Index | Print This Page
<imagemap>

Image:Support-banner-square.png|173px|community support pages rect 0 0 135 204 [1] rect 135 0 345 204 Support FAQ rect 0 205 135 408 [2]

  1. Comment : there's some whitespace here:

rect 135 205 345 408 Other support

  1. maybe desc none is better. testing.

desc none

</imagemap>

This page is about Adobe Flash, a proprietary player for Flash media. For the free software player that comes with each XO, see Gnash.

Overview

This page describes third-party software that does not meet the OLPC standards for software freedom. The use of such software is unsupported; OLPC does not endorse or encourage its use.

Adobe Flash 10, a Restricted Format can be installed for both the Browse Activity and the Opera activity. This installation must be repeated after any Update.

To install the latest version of Adobe Flash, which plays a larger variety of Flash pages, follow the installation instructions.

To check which version of Adobe Flash is installed for your browser, take the Adobe Flash Browser Version Test. The version should show LNX not GSH.

Flash files are not played by default when a website is opened; you need to click on the flash window to load flash. The Click to Play can be disabled.

Installation

Browse Activity

1. Make sure you are connected to the Internet

2. Start the Terminal Activity

3. Retrieve and install latest working version (version 10.0.12.36) of Adobe Flash for the Browse Activity.

sudo su -
wget http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-10.0.12.36-release.i386.rpm
rpm -i flash-plugin-10.0.12.36-release.i386.rpm
exit

4. Check to ensure that Flash is installed properly.

Browse to the Adobe Flash Browser Version Test.

The Version should be LNX not GSH.

See http://www.abdulqabiz.com/blog/archives/flash_and_actionscript/flash_player_trust_f.php for hints on how to disable security questions popping up when using content from the drive rather than the internet.

Alternative: an automatic script

Uninstallation

Linux RPM removal:

rpm -e flash-plugin
  • press Enter and follow prompts

Advanced options

Opera

  • Alternatively, you can also use an installation script to install Adobe Flash v. 9.0.48.0 on your XO. However, this has not been thoroughly tested, and will not install the very latest version.

Flash-intensive Sites

The XO Browse Activity is loaded with Gnash, a Free and Open Source Software that is compatible with Flash Applications to version 8.x, but sites like Webkinz requires at least Adobe Flash version 9.0.

Webkinz.com and other Flash-intensive sites can be accessed with the XO Browse activity after some careful modifications to the XO's Sugar environment. These modifications must be repeated after every upgrade.

Please note that Webkinz.com, Disney.com and other popular children's websites generally require browser computers to have more than 1GB of free disk space, while the XO has a total of 1GB. Please be aware that successive uses of these sites may quickly fill up your free storage.

Also, visting sites like Papervision3D.org which use software 3D engines on Adobe Flash 9 may freeze your browser and your machine. Avoid CPU & memory intensive sites such as those that run on software Flash 3D Engines.

To successfully access sites that require Flash 9:

  1. Close all Activities
  2. Ensure that the XO is connected to the internet
  3. Install Adobe Flash, and follow the advanced instructions to disable Click to Play
  4. Disable Gnash
  5. Reboot the XO

For best performance, wait until the Flash module is fully loaded before using the module.

Webcam Support

Support for the XO's built-in camera seems to be problematic.

In both the Browse Activity and Opera 9.52:

  • Browsing Flash apps that use the webcam will turn on the indicator light above the webcam
  • Flash 9.0.124.0 shows just a black screen
  • Flash 10 Beta shows red and green static which reacts to motion. This means the camera is working, but isn't talking quite correctly with Flash.
  • Tested on Update.1 711

More information may be found here: http://olpcnews.com/forum/index.php?topic=3676.0

Click to Play

To avoid the Click to play prompt when playing flash in the browser, move two files by typing the following in the Terminal Activity:

For current builds i.e. 767
cd /home/olpc/Activities/Browse.activity
mkdir bak
mv agent-stylesheet.css bak/.
mv clickToView.xml  bak/.

To undo using Terminal:

cd /home/olpc/Activities/Browse.activity/bak
cp agent-stylesheet.css ../.
cp clickToView.xml ../.


  • for really old systems: (if this applies to you, you really should update!)
su -l
cd /usr/share/activities/Web.activity
mkdir bak
mv agent-stylesheet.css bak/.
mv clickToView.xml  bak/.

To undo using Terminal:

su -l
cd /usr/share/activities/Web.activity/bak/
cp agent-stylesheet.css ../.
cp clickToView.xml ../.

Notes: (PDS Note in build 703 /usr/share/activities looks like it's moved to /home/olpc/Activities)(Note in build 711 it looks like it's /home/olpc/Activities/Web.activity): NEWBIES (like me): This works like a charm to get rid of the double Flash elements on each page, but remember: text entered in the terminal is CaSe SEnsITiVe.


Older versions of flash are available here:

http://fpdownload.macromedia.com/get/flashplayer/installers/archive/fp9_archive.zip

Information about how to load other restricted formats is found here.

Gnash

See the Gnash article.

Adobe Flash has been reported to conflict sometimes with Gnash; but this has not been reproduced. If you have a site that works for you with Adobe Flash installed but not with both Adobe and Gnash installed, please describe this in detail on the talk page here (after doublechecking the version of flash your browser seems to be running).

  • Gnash 0.8.2 that comes with 711 has problems with AS-driven dynamic text rotation/positioning
  • Gnash 0.8.3 that comes with 8.20 builds the above problem, but still has some Adobe Flash 7 & 8 sound bug incompatibilities.