Adobe Flash

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m
Line 7: Line 7:
 
http://www.gnashdev.org/images/kif_5699.jpg.
 
http://www.gnashdev.org/images/kif_5699.jpg.
  
 +
==== Installation ====
 +
 +
NOTE: The version linked to is outdated and therefore not recommendable.
  
 
Ipk packages of Gnash for the Openmoko are available from:
 
Ipk packages of Gnash for the Openmoko are available from:
Line 12: Line 15:
 
http://www.getgnash.org/packages/releases/openmoko/
 
http://www.getgnash.org/packages/releases/openmoko/
 
</pre>
 
</pre>
If you want to install Gnash, you can follow this instruction:
+
If you want to install Gnash, here's how:
  
1.Download Gnash:
 
 
<pre>
 
<pre>
wget http://www.getgnash.org/packages/releases/openmoko/gnash_0.8.1-r0_armv4t.ipk
+
opkg install http://www.getgnash.org/packages/releases/openmoko/gnash_0.8.1-r0_armv4t.ipk
 
</pre>
 
</pre>
  
Note: You may need libagg 2.5 which I was unable to find in a standard repository. I was able to install after adding a new repository. Heres how to add the repository:
+
==== Troubleshooting ====
 +
 
 +
In case opkg complains about libagg2 missing, you'll have to add the angstrom repository. Here's how to add the repository and have opkg install gnash with all neccesary dependencies:
  
 
<pre>
 
<pre>
 
echo "src/gz angstrom-armv4t http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv4t/base/" > /etc/opkg/angstrom-feed.conf
 
echo "src/gz angstrom-armv4t http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv4t/base/" > /etc/opkg/angstrom-feed.conf
 
opkg update
 
opkg update
 +
opkg install http://www.getgnash.org/packages/releases/openmoko/gnash_0.8.1-r0_armv4t.ipk
 
</pre>
 
</pre>
  
2.put this ipk file on you Neo
+
In case opkg only complains about gtk+-fastscaling, you can ignore this error and install with:
  
3.Install this package:
 
 
<pre>
 
<pre>
opkg install gnash_0.8.1-r0_armv4t.ipk
+
opkg --force-depends install http://www.getgnash.org/packages/releases/openmoko/gnash_0.8.1-r0_armv4t.ipk
 
</pre>
 
</pre>
  
 
[[Category:Graphics Applications]]
 
[[Category:Graphics Applications]]

Revision as of 00:26, 15 April 2009

TODO: This page is a stub. (See: To-Do List)

Adobe Flash is not supported on Openmoko. We recommend Gnash. Gnash is a free software swf file player that supports up to swf version 8, with swf v9 currently under heavy development. It fully supports streaming video from popular web sites, and most flash based animations. On the Openmoko, Gnash has to use 100% software rendering, so some things, like streaming video over the internet has performance issues at this time.


A screenshot of Gnash on the NEO 1973 is here: http://www.gnashdev.org/images/kif_5699.jpg.

Installation

NOTE: The version linked to is outdated and therefore not recommendable.

Ipk packages of Gnash for the Openmoko are available from:

http://www.getgnash.org/packages/releases/openmoko/

If you want to install Gnash, here's how:

opkg install http://www.getgnash.org/packages/releases/openmoko/gnash_0.8.1-r0_armv4t.ipk

Troubleshooting

In case opkg complains about libagg2 missing, you'll have to add the angstrom repository. Here's how to add the repository and have opkg install gnash with all neccesary dependencies:

echo "src/gz angstrom-armv4t http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv4t/base/" > /etc/opkg/angstrom-feed.conf
opkg update
opkg install http://www.getgnash.org/packages/releases/openmoko/gnash_0.8.1-r0_armv4t.ipk

In case opkg only complains about gtk+-fastscaling, you can ignore this error and install with:

opkg --force-depends install http://www.getgnash.org/packages/releases/openmoko/gnash_0.8.1-r0_armv4t.ipk
Personal tools
TODO: This page is a stub. (See: To-Do List)

Adobe Flash is not supported on Openmoko. We recommend Gnash. Gnash is a free software swf file player that supports up to swf version 8, with swf v9 currently under heavy development. It fully supports streaming video from popular web sites, and most flash based animations. On the Openmoko, Gnash has to use 100% software rendering, so some things, like streaming video over the internet has performance issues at this time.


A screenshot of Gnash on the NEO 1973 is here: http://www.gnashdev.org/images/kif_5699.jpg.

Installation

NOTE: The version linked to is outdated and therefore not recommendable.

Ipk packages of Gnash for the Openmoko are available from:

http://www.getgnash.org/packages/releases/openmoko/

If you want to install Gnash, here's how:

opkg install http://www.getgnash.org/packages/releases/openmoko/gnash_0.8.1-r0_armv4t.ipk

Troubleshooting

In case opkg complains about libagg2 missing, you'll have to add the angstrom repository. Here's how to add the repository and have opkg install gnash with all neccesary dependencies:

echo "src/gz angstrom-armv4t http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv4t/base/" > /etc/opkg/angstrom-feed.conf
opkg update
opkg install http://www.getgnash.org/packages/releases/openmoko/gnash_0.8.1-r0_armv4t.ipk

In case opkg only complains about gtk+-fastscaling, you can ignore this error and install with:

opkg --force-depends install http://www.getgnash.org/packages/releases/openmoko/gnash_0.8.1-r0_armv4t.ipk