Flash player: Difference between revisions

From OLPC
Jump to navigation Jump to search
mNo edit summary
m (Brushed away some of the dust, integrated some info from Firefox page.)
Line 1: Line 1:
{{stub}}
{{stub}}
{{cleanup}}
{{cleanup}}
== 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.
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.


Line 9: Line 9:
As an individual, you can download and install Adobe's Flash plugin to view all Flash content. Instructions are on the [[Adobe Flash]] page.
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 ==
== Gnash ==


* 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]].
See [[Gnash]].


* Start the [[Terminal_Activity]].
== Codecs ==


* 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:
Flash uses video codecs to decode and show video. Some have patent issues, so it isn't legal for us to ship them. YouTube, for instance, apparently uses h.263.
* 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
= The rest of this page is rather old... =


* Download the plugin file using [[wget]]:
Will the OLPC have a [http://www.gnu.org/software/gnash/ Flash Player], RealPlayer or [http://www.openquicktime.org/ OpenQuicktime]?
''wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz''
* Unpack the file using [[tar]]:
''tar xzvf install_flash_player_9_linux.tar.gz''
* Run the ''flashplayer-installer'' and follow instructions:
''./flashplayer-installer''
* Exit from "superuser" mode:
exit


== Non-macromedia readers ==
* The OLPC will offer [[SVG]] support.

* The OLPC will include gstreamer (which may include OpenQuicktime), see: [[Software components#Libraries and Plugins]]
* See [[Gnash]] - http://www.gnu.org/software/gnash/ Flash Player
* The OLPC will include [https://player.helixcommunity.org/ helix] (which can play Flash, among other formats), see: [[Software components#Applications (and ports) under development for B2]]

== 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 ==
== See also ==

* RealPlayer
* [http://www.openquicktime.org/ OpenQuicktime]?

* gstreamer (which may include OpenQuicktime), see: [[Software components#Libraries and Plugins]]
* [https://player.helixcommunity.org/ helix] (which can play Flash, among other formats),
* see: [[Software components#Applications (and ports) under development for B2]]



* [[Ask OLPC a Question about Software#Include Flash Player?]]
* [[Ask OLPC a Question about Software#Include Flash Player?]]
Line 31: Line 52:
* [[Web Browser#Flash in the default web browser]]
* [[Web Browser#Flash in the default web browser]]


[[Category:Feedback]]
[[Category:Linux Software]]

[[Category:Software]]
{{cleanup}}

Revision as of 22:17, 15 February 2008

This article is a stub. You can help the OLPC project by expanding it.


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

  • 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://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
  • Unpack the file using tar:
tar xzvf install_flash_player_9_linux.tar.gz
  • 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