<?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://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1678"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1677"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1675"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1674"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1673"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1672"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1671"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1670"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1669"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1668"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1667"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1666"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1665"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1664"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1663"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1662"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1661"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1660"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1659"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1658"/>
      </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://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1678">
    <title>Gnash 0.8.4 released</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1678</link>
    <description>The third beta release of Gnash has just been made at version
0.8.4. Gnash is a GPL'd SWF movie player and browser plugin for
Firefox, Mozilla, and Konqueror. Gnash supports many SWF v7 features
and ActionScript 2 classes. with growing support for SWF v8 and
v9. Gnash also runs on many GNU/Linux distributions, embedded
GNU/Linux, FreeBSD, NetBSD, OpenBSD, non x86 processors, and 64 bit
architectures. Ports to Darwin and Windows are in progress for a
future release. The plugin works best with Firefox 1.0.4 or newer, and
should work in any Mozilla based browser using NPAPI. There is also a
standalone player for GNOME or KDE based desktops.

Improvements since 0.8.3 release are:

    * Keep Adobe happy with our users and our users happy with us by
      changing "Flash player" into "SWF player" everywhere.  Adobe
      claims "Flash" as a trademark and had asked a Linux distributor
      to fix it.
    * The popular SWF Twitter badge now renders correctly.
    * Fix parsing of urls containing multiple question marks
    * Fix support for movies embedding multiple sound streams
    * Support for loading PNG and GIF images added.
    * Improved rendering of SWF movies because of the less visible
      changes listed below.
    * Support for writing RGB/RGBA PNG images and JPEG images.
    * Works with Potlatch OpenStreetMap editor
    * New 'flvdumper' utility for analyzing FLV video files.
    * XPI packaging support for Mozilla &amp; Firefox.

See the NEWS file for more improvements.

Gnash supports the majority of Flash opcodes up to SWF version 7, and 
a wide sampling of ActionScript 2 classes for SWF version 8.5. Flash
version 9 and ActionScript 3 support is being worked on.  All the
core ones are implemented, and many of the newer ones work, but may be
missing some of their methods. If the browser only displays a blank
window, it is likely because of an unimplemented feature. All
unimplemented opcodes and ActionScript classes and methods print a
warning when using -v with gnash or gprocessor. Using gprocessor -v is
a quick way to see why a movie isn't playing correctly.

You can grab the Gnash sources from ftp://ftp.gnu.org/pub/gnu/gnash/0.8.4,
or from Gnash Bzr from the branch .../gnas-0.8.4 .  Binary packages for
Debian or RPM based systems will be available from your GNU/Linux
distribution, and from whatever BSD variant you are using. Experimental
binary packages built by the Gnash team are also available at
http://www.getgnash.org, along with source snapshots. Please
report packaging bugs upstream to your distribution. If you think you
have found a bug in Gnash, then you should file as complete a report
as possible at https://savannah.gnu.org/bugs/?group=gnash. Patches are
always preferred to bug reports, as this is a community project. You
can submit patches at https://savannah.gnu.org/patch/?group=gnash, or
email them to gnash-dev-0jIIvIziipk&lt; at &gt;public.gmane.org

Please include the operating system name and version, compiler
version, and which gnash version you are using, in your bug
reports. For bugs in the plugin, please also add the browser and
it's version. Gnash does not support Firefox versions below 1.0.4.

Questions about Gnash or offers of help can go to the developers email
list at gnash-dev-0jIIvIziipk&lt; at &gt;public.gmane.org

b47a7ed4b7c66b8c2ebacc2286ef0d4b  gnash-0.8.4.tar.bz2
3100e8d669795c03167a171937897c83  gnash-0.8.4.tar.gz

</description>
    <dc:creator>Russ Nelson</dc:creator>
    <dc:date>2008-10-14T00:09:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1677">
    <title>Re: [Gnash-dev] gnash 0.8.3 compile issue</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1677</link>
    <description>
Please try with Gnash trunk.
See gnashdev.org/dev_snapshot for latest revision (most recent by date).

--strk;
</description>
    <dc:creator>strk</dc:creator>
    <dc:date>2008-10-03T16:48:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1675">
    <title>Re: resizing flash while it is displayed not in standartwindow.</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1675</link>
    <description>
I'm not sure kde gui supports resizing, and 
can't currently check (all machines catastrophed)

Take a look at the code under gui/

--strk;
</description>
    <dc:creator>strk</dc:creator>
    <dc:date>2008-09-23T18:57:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1674">
    <title>Re[2]: [Gnash] resizing flash while it is displayed not in standart window.</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1674</link>
    <description>no I am using qt 4 (kde-gnash)

</description>
    <dc:creator>Иван Васильев</dc:creator>
    <dc:date>2008-09-23T17:56:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1673">
    <title>Re: resizing flash while it is displayed not in standartwindow.</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1673</link>
    <description>
Which GUI are you using ?
If you're using GTK, is GtkGui::configure_event method being invoked ?

--strk;
</description>
    <dc:creator>strk</dc:creator>
    <dc:date>2008-09-23T06:06:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1672">
    <title>Re[2]: [Gnash] resizing flash while it is displayed not in standart window.</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1672</link>
    <description>It looks like the rezing of the flash dosn`t work than it displayed not in player window (-x option).

</description>
    <dc:creator>Иван Васильев</dc:creator>
    <dc:date>2008-09-22T21:00:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1671">
    <title>Re[2]: [Gnash] resizing flash while it is displayed not in standart window.</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1671</link>
    <description>
It looks like the rezing of the flash dosn`t work than it displayed not in player window (-x option).

</description>
    <dc:creator>Иван Васильев</dc:creator>
    <dc:date>2008-09-22T20:59:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1670">
    <title>Re: resizing flash while it is displayed not in standartwindow.</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1670</link>
    <description>
Add debugging output in gui/gtk.cpp ?

--strk;
</description>
    <dc:creator>strk</dc:creator>
    <dc:date>2008-09-22T07:40:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1669">
    <title>Re[2]: [Gnash] resizing flash while it is displayed not in standart window.</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1669</link>
    <description>How it can be checked?

</description>
    <dc:creator>Иван Васильев</dc:creator>
    <dc:date>2008-09-21T20:15:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1668">
    <title>Re: Undefined symbols</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1668</link>
    <description>The undefined symbols are coming from Totem, not Gnash.

Bastiaan

On Sun, 21 Sep 2008, Harald Weis wrote:

</description>
    <dc:creator>Bastiaan Jacques</dc:creator>
    <dc:date>2008-09-21T14:38:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1667">
    <title>Undefined symbols</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1667</link>
    <description>Hello All,

firefox crashes when trying to open
http://www.france5.fr/la-grande-librairie/
with the message inserted hereafter.
Is there a way to correct this?
If not, is there another way to download onto _this_ system videos
offered in the Archive of ''la-grande-librairie''?

Thank you in advance for any help.
Harald Weis
</description>
    <dc:creator>Harald Weis</dc:creator>
    <dc:date>2008-09-21T14:27:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1666">
    <title>Re: resizing flash while it is displayed not in standartwindow.</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1666</link>
    <description>
Are you sure gnash is receiving the configure event ?

--strk;
</description>
    <dc:creator>strk</dc:creator>
    <dc:date>2008-09-20T22:52:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1665">
    <title>Re[4]: [Gnash] resizing flash while it is displayed not in standart window.</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1665</link>
    <description>But when I rezise the gtk-gnash player the flash is also resized .

</description>
    <dc:creator>Иван Васильев</dc:creator>
    <dc:date>2008-09-20T19:40:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1664">
    <title>Re: Re[2]: resizing flash while it is displayed not instandart window.</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1664</link>
    <description>_______________________________________________
Gnash mailing list
Gnash-mXXj517/zsQ&lt; at &gt;public.gmane.org
http://lists.gnu.org/mailman/listinfo/gnash
</description>
    <dc:creator>Benjamin Wolsey</dc:creator>
    <dc:date>2008-09-20T19:10:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1663">
    <title>Re[2]: [Gnash] resizing flash while it is displayed not in standart window.</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1663</link>
    <description>I tried to use them but the background resizes but the flash is steal little.

</description>
    <dc:creator>Иван Васильев</dc:creator>
    <dc:date>2008-09-20T19:02:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1662">
    <title>Re: resizing flash while it is displayed not in standartwindow.</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1662</link>
    <description>_______________________________________________
Gnash mailing list
Gnash-mXXj517/zsQ&lt; at &gt;public.gmane.org
http://lists.gnu.org/mailman/listinfo/gnash
</description>
    <dc:creator>Benjamin Wolsey</dc:creator>
    <dc:date>2008-09-20T18:28:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1661">
    <title>Re: resizing flash while it is displayed not in standartwindow.</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1661</link>
    <description>
  -j,  --width &lt;width&gt;     Set window width
  -k,  --height &lt;height&gt;   Set window height

- rob -
</description>
    <dc:creator>Rob Savoye</dc:creator>
    <dc:date>2008-09-20T18:20:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1660">
    <title>resizing flash while it is displayed not in standart window.</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1660</link>
    <description>I use gnash with -x option to display flash in my window.
Window is big and flash is litlle. What option can be used to resize flash to fite my window?

</description>
    <dc:creator>Иван Васильев</dc:creator>
    <dc:date>2008-09-20T18:17:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1659">
    <title>Re: youtube status on ppc in bzr</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1659</link>
    <description>No, the missing instruction is a Valgrind bug.

http://www.nabble.com/-Bug-135264--New:-dcbzl-instruction-missing-td6697340.html


Bastiaan

On Sat, 20 Sep 2008, Markus Gothe wrote:

</description>
    <dc:creator>Bastiaan Jacques</dc:creator>
    <dc:date>2008-09-20T01:38:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1658">
    <title>Re: youtube status on ppc in bzr</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1658</link>
    <description>_______________________________________________
Gnash mailing list
Gnash-mXXj517/zsQ&lt; at &gt;public.gmane.org
http://lists.gnu.org/mailman/listinfo/gnash
</description>
    <dc:creator>Markus Gothe</dc:creator>
    <dc:date>2008-09-19T22:13:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1657">
    <title>Re: youtube status on ppc in bzr</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.gnash.devel/1657</link>
    <description>_______________________________________________
Gnash mailing list
Gnash-mXXj517/zsQ&lt; at &gt;public.gmane.org
http://lists.gnu.org/mailman/listinfo/gnash
</description>
    <dc:creator>Miklos Vajna</dc:creator>
    <dc:date>2008-09-19T17:11:44</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>
