<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.gnu.gnash.devel">
    <title>gmane.comp.gnu.gnash.devel</title>
    <link>http://blog.gmane.org/gmane.comp.gnu.gnash.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1807"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1806"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1805"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1803"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1799"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1796"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1795"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1794"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1793"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1793"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1790"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1788"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1786"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1783"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1781"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1778"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1761"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1759"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1758"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1756"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1807">
    <title>Remove the Play Button</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1807</link>
    <description>&lt;pre&gt;Hello,

I have installed gnash and it works fine with the iceweasel browser. But
when I access a page with flash content, it shows a Play Button. I know
that the page loads faster with the presence of the Play Button. But is it
possible for me to remove that play button and start playing the video with
out an extra button click?

Thanks,
Jos Collin
&lt;/pre&gt;</description>
    <dc:creator>Jos Collin</dc:creator>
    <dc:date>2012-04-16T04:34:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1806">
    <title>Gnash 0.8.10 released</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1806</link>
    <description>&lt;pre&gt;                       Gnash 0.8.10 Released!

  Gnash 0.8.10 has just been released. Gnash is the GNU Flash player, a
free/libre SWF movie player, with all the source code released under
GPLv3 or later. Gnash is available as both a standalone player and
also as a browser plugin for Firefox (and all other Gecko based
browsers), Chromium and Konqueror. Currently Gnash has been ported to
most GNU/Linus distros, embedded GNU/Linux, *BSD, non x86 architectures
- ARM, MIPS, PowerPC, and even 64 bit processors. And yes, Gnash plays
Youtube.

Improvements &amp;amp; fixed bugs since 0.8.10 release are:

  * Qt4 GUI supports mouse wheel, clipboard, and screen resolution.
  * Enhanced UI support for script limits (abort popups, user prefs).
  * BitmapData functions copyPixels(), copyChannel(), perlinNoise()
    and noise() implemented.
  * Node id mapping in ActionScript XML class implemented (XML.idMap).
  * Fix dispatching of Sound.onLoad event, fixing google dict audio.
  * Fix support for control tags found after last expected frame
    (#33176).
  * Fix support for uncompressed sound with gstreamer media handler.
  * Implement Button.getDepth(), fix button key events.
  * Fixes to startDrag and stopDrag opcodes.
  * Implement onSoundComplete() for event sounds (#23020).
  * Fix MovieClip.onLoad event dispatching and constant pools handling,
    fixing support for movies generated by the evil Adobe Captivate
    tool (#33521).
  * Fix unattached Sound.stop() semantic (#33888) enjoy Super Mario!
  * OpenVG renderer added.
  * Improved framebuffer GUI and touchscreen support.
  * Framebuffer now supports using multiple renderers.
  * Refactored input device support.
  * Fix parsing of lossless 16bit bitmaps, fixing support for movies
    generated by the evil TechSmit Camtasia tool (#34625).
  * Improved double buffering support for AGG in a framebuffer.
  * Thumbnailer for SWF files and GNOME2 desktop config for it.

  You can grab the Gnash sources from
http://ftp.gnu.org/pub/gnu/gnash/0.8.10, or from Gnash Git using the
release_0_8_10 branch. Experimental binary packages built by the Gnash
team are also available at http://www.getgnash.org/packages, along with
source snapshots. Binary  packages for Debian or RPM based systems will
be available from your GNU/Linux distribution, and from whatever BSD
variant you are using.

       - rob -


&lt;/pre&gt;</description>
    <dc:creator>Rob Savoye</dc:creator>
    <dc:date>2012-02-15T16:03:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1805">
    <title>Fundraising for windowless mode plugin</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1805</link>
    <description>&lt;pre&gt;I've submitted a project on pubsoft.org for implementing a Gnash
windowless mode plugin [1]. Pubsoft is a no-profit corporation with
501(c)(3) status. All donations to the fund are tax-deducible on US
federal taxes.

[1] https://www.pubsoft.org/pubsoft.py/project?proj=GnashWindowlessPlugin

A windowless mode plugin would be an in-process plugin, now possible
thanks to the re-entrant interface Benjamin worked on.

Windowless plug-ins extend the possibilities for web page design and
functionalities [2].  Any web site relying on these extensions currently
fails with Gnash [3].

[2] https://developer.mozilla.org/en/Gecko_Plugin_API_Reference/Plug-in_Basics#Windowed_and_Windowless_Plug-ins
[3] https://savannah.gnu.org/bugs/?23435

Thanks in advance to anyone willing to contribute to focused development.

--strk; 

  ()   Free GIS &amp;amp; Flash consultant/developer
  /\   http://strk.keybit.net/services.html


&lt;/pre&gt;</description>
    <dc:creator>Sandro Santilli</dc:creator>
    <dc:date>2011-08-02T08:18:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1803">
    <title>Gnash Plugin</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1803</link>
    <description>&lt;pre&gt;Well after many year of following the Gnash development, I can successfully
say that by me getting fed up with Adobe Flash Player, I've migrated to
Gnash Plugin for my Firefox and Chromium browsers on Ubuntu. And Gnash has
finally come to a point where it's a suitable replacement for the
aforementioned.
So well done to the whole Gnash Development Team and Community. Nice effort!
I'm a happy IcedTea+Gnash Plugin user. ;-)


Cheers

Chris Jones
&lt;/pre&gt;</description>
    <dc:creator>Chris Jones</dc:creator>
    <dc:date>2011-06-25T01:41:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1799">
    <title>GSoC 2011: looking for students</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1799</link>
    <description>&lt;pre&gt;We're on board for GSoC 2011:
http://www.gnu.org/software/soc-projects/ideas-2011.html#gnash

Students willing to candidate please use:
http://www.google-melange.com/gsoc/homepage/google/gsoc2011

A few ideas are here:
http://wiki.gnashdev.org/Google_Summer_Of_Code_2011

More ideas are welcome.
Thanks for partecipating !

--strk; 

  ()   Free GIS &amp;amp; Flash consultant/developer
  /\   http://strk.keybit.net/services.html


&lt;/pre&gt;</description>
    <dc:creator>Sandro Santilli</dc:creator>
    <dc:date>2011-04-02T22:23:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1796">
    <title>about SWF 10?</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1796</link>
    <description>&lt;pre&gt;hi,all:
    I have a stupid question: why gnash can not support the SWF 10？Whether
we have not do than or we can not anything about it?

&lt;/pre&gt;</description>
    <dc:creator>黄腾</dc:creator>
    <dc:date>2011-03-25T15:41:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1795">
    <title>Gnash 0.8.9 released!</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1795</link>
    <description>&lt;pre&gt;Gnash 0.8.9 Released!

 Open Media Now! and the Gnash community are happy to announce the
release of Gnash v0.8.9. Gnash the GNU Flash player is a free/libre SWF
movie player, with all the source code released under GPLv3. Gnash is
available as both a standalone player and also as a browser plugin for
Firefox (and all other Gecko based browsers), Chromium and Konqueror.
Currently Gnash has been ported to most GNU/Linus distros, embedded
GNU/Linux, *BSD, non x86 architectures - ARM, MIPS, PowerPC, and even 64
bit processors. And yes, Gnash plays Youtube!!

 The last few months have been pretty eventful, and Gnash has made
several important advances.  

Improvements since 0.8.8 release are:

 * Avoid drawing operations when the window is obscured, including when
   Gnash is used as a plugin, starting with Firefox 4.0 (GTK GUI).
 * NPAPI plugin: fix relative urls resolution in presence of &amp;lt;base&amp;gt; tag
   and "base" parameter; improved robustness and compatibility with
   chromium browser. Avoid blocking the parent process.
 * Support SWF with embedded ScreenVideo when using FFMPEG or
   gstreamer-ffmpeg &amp;gt;= 0.10.12.
 * Fixed playback of uncommon MPEG4 streams when using GStreamer.
 * Fix playback of SWF-embedded ADPCM audio when using Gstreamer.
 * Fix playback of SWF-embedded PCM audio when using FFMPEG.
 * Fixes for several crashes, with better automated testing of the
   entire ActionScript API for input sanitization.
 * Improved ActionScript performance processing, especially
   for interactive applications.
 * Improved SWF8 support with BitmapData.draw, BitmapData.loadBitmap,
   and other bitmap functions.
 * Re-entrant core libraries. Now Gnash is no longer dependent on a
   singleton Virtual Machine and Garbage Collector.
 * RTMP remoting support.
 * Support for PNG and GIF files in all DefineBitsJpeg tags; support
   for DefineBitsJpeg4 tags, and fix display of some GIFs with
   multiple records.
 * Restore support for mingw32.
 * dump-gnash: improved speed, sync and flexibility.
 * JPEG screenshot output.
 * Support for linear RGB interpolation mode in gradient fills.
 * Clipboard setting (GTK only).
 * More flash.geom.Rectangle functions.
 * Improved OpenBSD compatibility.

You can grab the Gnash sources from http://ftp.gnu.org/pub/gnu/gnash/0.8.9,
or from Gnash Git using the release_0_8_9 branch. Experimental binary
packages built by the Gnash team are also available at
http://www.getgnash.org/packages, along with source snapshots. Binary
packages for Debian or RPM based systems will be available from your
GNU/Linux distribution, and from whatever BSD variant you are using. 

- rob -



&lt;/pre&gt;</description>
    <dc:creator>Rob Savoye</dc:creator>
    <dc:date>2011-03-19T14:22:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1794">
    <title>Simone Deidda desidera rimanere in contatto su LinkedIn</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1794</link>
    <description>&lt;pre&gt;LinkedIn
------------

   
Vorrei aggiungerti alla mia rete professionale su LinkedIn.

- Simone Deidda

Simone Deidda
commerciale settore rinnovabili &amp;amp; fotovoltaico presso nessuna 
Cagliari, Italia

Conferma che conosci Simone Deidda
https://www.linkedin.com/e/-nege5p-gkcn510w-6d/isd/2361357761/FpiUPq8K/


 
&lt;/pre&gt;</description>
    <dc:creator>Simone Deidda</dc:creator>
    <dc:date>2011-02-19T14:45:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1793">
    <title>no download</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1793</link>
    <description>&lt;pre&gt;hi, I can not using firefox, download gnash for content, Flash Player


&lt;/pre&gt;</description>
    <dc:creator>simone deidda</dc:creator>
    <dc:date>2010-10-23T07:36:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1793">
    <title>no download</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1793</link>
    <description>&lt;pre&gt;hi, I can not using firefox, download gnash for content, Flash Player


&lt;/pre&gt;</description>
    <dc:creator>simone deidda</dc:creator>
    <dc:date>2010-10-23T07:36:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1790">
    <title>Gnash 0.8.8 Released!</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1790</link>
    <description>&lt;pre&gt;Gnash 0.8.8 Released!

We just released an improved GNU Flash player, Gnash 0.8.8.  Gnash
plays SWF (Shockwave Flash) files compatible with the Adobe Flash
player.  Gnash is portable software released under the GNU GPLv3.  It
runs on GNU/Linux, embedded GNU + Linux systems, and BSD, including
x86, ARM, MIPS, PowerPC, and 64-bit systems.  It comes with a
standalone player as well as a browser plugin compatible with
Firefox, Chrome, Konqueror, and all Gecko-based browsers.

Improvements since the 0.8.7 release are:

    * 100% of all YouTube videos should work. If you have problems,
      delete all YouTube cookies and refresh.
    * Gnash can switch at runtime between the Cairo, OpenGL, and AGG
      renderers.
    * Gnash can switch media handlers at runtime, too, between FFmpeg
      and Gstreamer,
    * Gnash can now decode video quickly on hardware compatible with the
      VAAPI library (a few NVidia, ATI, and Intel graphics processors).
    * Gnash now compiles faster due to reduced internal dependencies.
    * Scriptable Plugin support so Javascript in the browser can
      work with ActionScript in Gnash.
    * Improved input device handling when using a raw framebuffer.

See the NEWS file for more improvements.

You can grab the Gnash sources from
http://ftp.gnu.org/pub/gnu/gnash/0.8.8, or from Gnash Git using the
release_0_8_8 branch. Experimental binary packages built by the Gnash
team are also available at
http://www.getgnash.org/packages, along with source snapshots. Binary
packages for Debian or RPM based systems will be available from your
GNU/Linux distribution, and from whatever BSD variant you are using.

Questions about Gnash or offers of help can go to the developer's email
list at gnash-dev-0jIIvIziipk&amp;lt; at &amp;gt;public.gmane.org Free sofware doesn't exists without your
support, for donation information, please please go to
http://www.openmedianow.org/?q=node/32.

Checksums:

aec414ee3bebb8901054818fae735214  gnash-0.8.8.tar.gz
ce57f66e222f7eb1adf7f7b4a1274612  gnash-0.8.8.tar.bz2
2dab24bf90e4312db9cd3e5645d81164  gnash-0.8.8.tar.gz.sig
151a16f614e899458ef9ef758585169b  gnash-0.8.8.tar.bz2.sig


&lt;/pre&gt;</description>
    <dc:creator>Rob Savoye</dc:creator>
    <dc:date>2010-08-22T19:19:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1788">
    <title>Gnash package manager</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1788</link>
    <description>&lt;pre&gt;  Hello!
Where I can find Gnash package manager for Win XP with plugin which 
integtate Gnash to Firefox?
After downloading the source code I can not understand how install it 
therefore I need installation wizard. Does it exist?

Thank you in advance


&lt;/pre&gt;</description>
    <dc:creator>Ronaldinho</dc:creator>
    <dc:date>2010-08-15T11:20:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1786">
    <title>gnash-bzr12206 error when opening Gmail (ICEcat andChromium)</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1786</link>
    <description>&lt;pre&gt;Hi everyone!

following error is displayed when running icecat(firefox):

terminate called after throwing an instance of
'boost::exception_detail::clone_impl&amp;lt;boost::exception_detail::error_info_injector&amp;lt;boost::io::bad_format_string&amp;gt;
  what():  boost::bad_format_string: format-string is ill-formed
/usr/lib/icecat-3.5.7/run-icecat.sh: line 131:  4141 Abortado
 "$prog" ${1+"$&amp;lt; at &amp;gt;"}

and the following error is displayed when running chromium:

fail plugin : /usr/lib/mozilla/plugins/libgnashplugin.so

I hope will be the proper channel to submit bugs. if not, correct me :P

Best Regards.

&lt;/pre&gt;</description>
    <dc:creator>Carlos Sánchez</dc:creator>
    <dc:date>2010-06-09T16:23:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1783">
    <title>Gnash and YouTube cookies</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1783</link>
    <description>&lt;pre&gt;For the last few months Gnash has had a problem, with cookies on
YouTube. The issue was you always get a "an error occurred, try again
later" message instead of the video. This required the user to block all
YouTube cookies as a workaround.

For the curious, the problem turned out to be the cookie YouTube sends
had regional information setts in it that required those same values to
be retransmitted with the HTTP headers, or Google's server's wouldn't
handle the redirect correctly. This used to work correctly in Gnash
using XPCOM, but XPCOM has been depreciated. So the new support uses
NPAPI to do the same thing in a much less complex manner.

I finally fixed this a few days, (revno #12202). New deb &amp;amp; rpm snapshot
packages without this problem are on our http://www.getgnash.org site.
This used to work correctly in Gnash using XPCOM, but XPCOM has been
depreciated. So the new support uses NPAPI to do the same thing in a
much less complex manner.

Also Gnash should now work with all YouTube videos, thanks to some help
from the YouTube developers at Google. :-)

- rob -


&lt;/pre&gt;</description>
    <dc:creator>Rob Savoye</dc:creator>
    <dc:date>2010-05-28T17:20:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1781">
    <title>Gnash mention by Adobe</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1781</link>
    <description>&lt;pre&gt;Guys, take a look at the end of this page!

http://www.adobe.com/choice/flash.html
&lt;/pre&gt;</description>
    <dc:creator>Tiago Jacobs</dc:creator>
    <dc:date>2010-05-15T17:17:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1778">
    <title>Mac?</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1778</link>
    <description>&lt;pre&gt;Hi. I am not a subscriber, but I simply have a question: is Gnash  
available for Mac OS X? The whole website doesn't mention anything  
about what platforms will run it. TIA.

Fred Jacobowitz

CASE CLOSED Musical Instrument Case Repair Service

You don't get harmony when everybody sings the same note.
~Doug Floyd






&lt;/pre&gt;</description>
    <dc:creator>fbjacobo</dc:creator>
    <dc:date>2010-04-07T19:10:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1761">
    <title>Websites gnash support?</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1761</link>
    <description>&lt;pre&gt;Hi, I just installed Gnash onto my gentoo linux box. However, youtube
doesn't work under firefox. Is that the problem of my configuration, or
because of the youtube? May anyone give me a website which gnash is surely
able to play?

Thank you very much!

Xianwen

&lt;/pre&gt;</description>
    <dc:creator>Xianwen Chen</dc:creator>
    <dc:date>2009-12-29T00:41:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1759">
    <title>Why does gnash force me to install 150 MByte of gnome files?</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1759</link>
    <description>&lt;pre&gt;Hello,

I am developing a TablePC using  a  high  peformance  ARM1176JZF-S  with
1200MHz and I have a 1 GByte NAND Flash plus 256 MByte of DDR2 Memory.

The prototype is now running Debian GNU/Linux 5.0 Lenny (arch  ARM)  but
if I try to install gnash and  the  mozilla  plugin,  it  sucks  arround
150 MByte of gnome files, even if I do not want to use GNOME.

I have debuged the memory usage and the 18 GNOME libs are  sucking  more
then 130 MByte of memory.

Is it possibel, to compile gnash without this crap?

Note 1: I like to use gnash on the system, because my own website
        will use streaming OGG medias and no proprietary crap.

        Also I am NOT INTERESTED to support the needs for Windows
        users since they can freely install Open Source Tools and
        are not forced to pay 1000 of US$ of licences.

Note 2: I have already spend 5000 US$ for a mp4 license which  is
        definitively enough or better TOO much.

And of course, uswsusp and fam are crashing my system which mean, I  can
currently not run gnash on a Debian/ARM system.

Thanks, Greetings and nice Day/Evening
    Michelle Konzack
    Systemadministrator
    Electronic Engineer
    Tamay Dogan Network
    Debian GNU/Linux Consultant

&lt;/pre&gt;</description>
    <dc:creator>Michelle Konzack</dc:creator>
    <dc:date>2009-11-29T14:36:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1758">
    <title>Problems creating Flash stuff</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1758</link>
    <description>&lt;pre&gt;Hello Geeks and *,

I am using Debian GNU/Linux 5.0 Lenny and have installed version 0.8.4-2
of "mozilla-plugin-gnash" package.

Now I like to customise the player, but the docs are very complicate and
I do not understand it (maybe because I am not native english speaker)

Is there a more simple HOWTO how to create customized  Flash-Player  and
the swf/flt files under Debian please?

Thanks, Greetings and nice Day/Evening
    Michelle Konzack
    Systemadministrator
    Tamay Dogan Network
    Debian GNU/Linux Consultant

&lt;/pre&gt;</description>
    <dc:creator>Michelle Konzack</dc:creator>
    <dc:date>2009-11-29T14:14:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1756">
    <title>Seamonkey and Gnash does not work - help</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1756</link>
    <description>&lt;pre&gt;Hi,

Using Seamonkey 2.0. Xubuntu 9.10. Synaptic  installs for Gnash, mozilla-
plugin-gnash, ffmpeg, gstreamer0.10-ffmpeg. Initially Youtube played
but was erratic and shakey, not really watchable(my internet connection is fast and the non-free plugin works OK). But now after a few trys
Youtube does work at all, the flash embedded window is a black area
that does nothing.

I would really like not to use the non-free plugin even though it
works OK.

Is there anything I can do to fix? The non-free is not installed.

Thanks,

Lee G. 

&lt;/pre&gt;</description>
    <dc:creator>Lee Gold</dc:creator>
    <dc:date>2009-11-29T04:54:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1755">
    <title>gnash on OpenBSD</title>
    <link>http://comments.gmane.org/gmane.comp.gnu.gnash.devel/1755</link>
    <description>&lt;pre&gt;Is anybody running gnash on OpenBSD (I'm on a Nov 21 snapshot) and
seeing anything besides webads?

&lt;/pre&gt;</description>
    <dc:creator>Ed Ahlsen-Girard</dc:creator>
    <dc:date>2009-11-22T18:00:59</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.gnu.gnash.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnu.gnash.devel</link>
  </textinput>
</rdf:RDF>

