Flash player

From OLPC
Revision as of 00:52, 5 April 2008 by 76.21.111.81 (talk) (Manually)
Jump to: navigation, search
This article is a stub. You can help the OLPC project by expanding it.
This command is run in the standard Linux environment via the Terminal Activity. The GUI will probably not integrate comfortably with the XO Laptop's Sugar environment. Your user experience may vary considerably depending on the established environment and the other programs running on the laptop, may need re-installation after an OS Update. See the Linux software category for other commands.

Introduction

Flash is a popular format for interactive online content, including animation, video, and games. The Browse activity on the XO can display Flash content embedded in web pages, provided that an appropriate Flash plugin is installed.

Official Adobe Flash

Adobe makes the official Flash plugin, but OLPC cannot ship it on the XOs because it is legally restricted and doesn't meet the OLPC's standards for open software. Instead, the XO ships with Gnash, an open source Flash plugin that can play some (but not all) Flash content; in particular, it can't play YouTube videos.

As an individual, you can download and install Adobe's Flash plugin to view all Flash content. Instructions are on the Adobe Flash page.

Installing Flash 9 plugin

Automatic script

You can use this installation script to install Flash on your XO. Note that although this script has worked for others, it hasn't been thoroughly tested.

Manually

  • Get the XO's WiFi connected to a wireless access point so the XO can download Firefox from the internet. Read more about how to do this at Wifi_Connectivity.
  • When you see a prompt that looks roughly like "[olpc@xo-NN-NN-NN]$", start typing the following commands, pressing the <enter> key after each one:
  • First, use the 'su' command to go into "superuser" mode. Be careful in this mode, as you can mess up your XO if you make a mistake.
su
  • Download the plugin file using wget:
wget     http://tinyurl.com/4fzmra
  • Unpack the file using tar:
tar xzvf install_flash_player_9_linux.tar.gz
  • Go into the installation directory:
cd install_flash_player_9_linux
  • Run the flashplayer-installer and follow instructions:
./flashplayer-installer


  • Exit from "superuser" mode:
exit

Non-macromedia readers

Codecs

Flash uses video codecs to decode and show video. Some have patent issues, so not included with basic shipped system.

YouTube, for instance, apparently uses h.263.

See also