Jos Collin | 16 Apr 06:34
Picon

Remove the Play Button

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

Rob Savoye | 15 Feb 17:03
Favicon

Gnash 0.8.10 released

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

Sandro Santilli | 2 Aug 10:18
Gravatar

Fundraising for windowless mode plugin

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 & Flash consultant/developer
  /\   http://strk.keybit.net/services.html

Chris Jones | 25 Jun 03:41
Picon

Gnash Plugin

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

Sandro Santilli | 3 Apr 00:23
Gravatar

GSoC 2011: looking for students

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 & Flash consultant/developer
  /\   http://strk.keybit.net/services.html

黄腾 | 25 Mar 16:41
Picon

about SWF 10?

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? 

--
-huang teng-
Rob Savoye | 19 Mar 15:22
Favicon

Gnash 0.8.9 released!

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

Simone Deidda | 19 Feb 15:45
Picon

Simone Deidda desidera rimanere in contatto su LinkedIn

LinkedIn

Vorrei aggiungerti alla mia rete professionale su LinkedIn.

- Simone Deidda

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

Conferma che conosci Simone

© 2011, LinkedIn Corporation

simone deidda | 23 Oct 09:36
Picon

no download

hi, I can not using firefox, download gnash for content, Flash Player

Rob Savoye | 22 Aug 21:19
Favicon

Gnash 0.8.8 Released!

			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@... 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

Ronaldinho | 15 Aug 13:20
Picon

Gnash package manager

  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


Gmane