Flash player: Difference between revisions

From OLPC
Jump to navigation Jump to search
(rebuild Gnash for youtube)
 
(13 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{obsolete|link=[[Adobe Flash]]}}
{{stub}}

{{linux software}}
{{rightTOC}}
== Introduction ==
== 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.


== Official Adobe Flash ==
== 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 [[OLPC_on_open_source_software|open software]]. Instead, the XO ships with '''[[Gnash]]''', an open source Flash plugin that can play some (but not all) Flash content. As shipped on the XO, it cannot play YouTube videos. Skilled users can rebuild it to include that functionality.
Adobe makes a Flash plugin, but OLPC cannot ship it on the XOs because it is legally restricted and doesn't meet the OLPC's standards for [[OLPC_on_open_source_software|open software]]. Instead, the XO ships with [[Gnash]], an open source Flash plugin that can play some (but not all) Flash media. As shipped on the XO, it cannot play YouTube videos, because YouTube has not worked to make this happen.


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 the plugin. For details, see [[Adobe Flash]].

== Installing Flash 9 plugin ==

=== Automatic script ===

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

=== RPM install method ===
* One long command line:
''sudo rpm -vi http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-9.0.48.0-release.i386.rpm''

=== 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]].

* Start the [[Terminal_Activity]].

* 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 ==

* See [[Gnash]] - http://www.gnu.org/software/gnash/ Flash Player

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


* [[Projects/Flash_Gamedev|Game Development with Flash on the XO-1]]
* RealPlayer
* RealPlayer
* [http://www.openquicktime.org/ OpenQuicktime]?
* [http://www.openquicktime.org/ OpenQuicktime]?

* gstreamer (which may include OpenQuicktime), see: [[Software components#Libraries and Plugins]]
* gstreamer (which may include OpenQuicktime), see: [[Software components#Libraries and Plugins]]
* [https://player.helixcommunity.org/ helix] (which can play Flash, among other formats),
* [http://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?]]
* [[Ask OLPC a Question#RealPlayer in OPLC and applications download]]
* [[Ask OLPC a Question#RealPlayer in OPLC and applications download]]
* [[Web Browser#Flash in the default web browser]]
* [[Web Browser#Flash in the default web browser]]


[[Category:Browser plugins]]
{{cleanup}}

Latest revision as of 03:45, 30 September 2013

542-stopicon.png This page has a more up-to-date location: Adobe Flash


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 a 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 media. As shipped on the XO, it cannot play YouTube videos, because YouTube has not worked to make this happen.

As an individual, you can download and install the plugin. For details, see Adobe Flash.

See also