I resend those patches because: * I haven't receive any answer * and I couldn't find any reference in the mailing list archives. There's a strange month hole between March and October in Archives http://lists.gnu.org/archive/html/swftools-common/
Cheers, vicente ---------- Forwarded message ---------- From: Vicente Jiménez <[email protected]> Date: Sun, Sep 11, 2011 at 8:06 PM Subject: small patches To: [email protected] I contribute with two small patches to thank you for this great software. [PATCH 1/2] Updated pluginspage URL Replaced "http://www.macromedia.com/go/getflashplayer" with "http://get.adobe.com/flashplayer/" Not critical because URL gets redirected. [PATCH 2/2] Mention in ChangeLog that swfc added font glyphs selection Smaller size swf files as a result I think it worth mentioning This was my main reason for swithing from 0.8.1 to 0.9.1 but I was forced to search in the source code to find it Personally I'm not a big fan of Flash. But I must admit that there's still things that only Flash can do. With SWFTools and swfc in particular, you make handling swf files more fun (and productive) than using any GUI. Text to swf without using tedious XML syntax (I'm looking at you Flex). That definitely rocks. Cheers vicente -- saludos vicente
From 8f806b9c0123b08867556a2427faf83f0621f034 Mon Sep 17 00:00:00 2001 From: Vicente Jimenez Aguilar <[email protected]> Date: Sun, 11 Sep 2011 19:41:16 +0200 Subject: [PATCH 1/2] Updated pluginspage URL Replaced "http://www.macromedia.com/go/getflashplayer" with "http://get.adobe.com/flashplayer/" Not critical because URL gets redirected. --- src/swfdump.c | 2 +- wx/pdf2swf.gui.old.py | 2 +- wx/viewers/rfx.py | 2 +- wx/viewers/technoargia.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/swfdump.c b/src/swfdump.c index 07bb86b..1500d0b 100644 --- a/src/swfdump.c +++ b/src/swfdump.c @@ -1239,7 +1239,7 @@ int main (int argc,char ** argv) " PLAY=\"true\" ALIGN=\"\" LOOP=\"true\" QUALITY=\"high\"\n" " TYPE=\"application/x-shockwave-flash\"\n" " ALLOWSCRIPTACCESS=\"always\"\n" - " PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\">\n" + " PLUGINSPAGE=\"http://get.adobe.com/flashplayer/\">\n" " </EMBED>\n" "</OBJECT>\n", xsize, ysize, fileversions[swf.fileVersion], filename, filename, xsize, ysize); diff --git a/wx/pdf2swf.gui.old.py b/wx/pdf2swf.gui.old.py index 3657a30..42aa4d7 100755 --- a/wx/pdf2swf.gui.old.py +++ b/wx/pdf2swf.gui.old.py @@ -63,7 +63,7 @@ HTMLTEMPLATE = """<html> play="true" ALIGN="" loop="true" quality="high" type="application/x-shockwave-flash" flashvars="%(flashvars)s" - pluginspage="http://www.macromedia.com/go/getflashplayer"> + pluginspage="http://get.adobe.com/flashplayer/"> </embed> </object> </body> diff --git a/wx/viewers/rfx.py b/wx/viewers/rfx.py index adcb9cf..dd95b19 100644 --- a/wx/viewers/rfx.py +++ b/wx/viewers/rfx.py @@ -64,7 +64,7 @@ html_template = """<html> play="true" ALIGN="" loop="true" quality="high" type="application/x-shockwave-flash" flashvars="%(flashvars)s" - pluginspage="http://www.macromedia.com/go/getflashplayer"> + pluginspage="http://get.adobe.com/flashplayer/"> </embed> </object> </body> diff --git a/wx/viewers/technoargia.py b/wx/viewers/technoargia.py index f55c40b..9d0a495 100644 --- a/wx/viewers/technoargia.py +++ b/wx/viewers/technoargia.py @@ -64,7 +64,7 @@ html_template = """<html> play="true" ALIGN="" loop="true" quality="high" type="application/x-shockwave-flash" flashvars="%(flashvars)s" - pluginspage="http://www.macromedia.com/go/getflashplayer"> + pluginspage="http://get.adobe.com/flashplayer/"> </embed> </object> </body> -- 1.7.3.4
From 7a28dea8cd09c27f5f0d288d0c4b05419ea45c09 Mon Sep 17 00:00:00 2001 From: Vicente Jimenez Aguilar <[email protected]> Date: Sun, 11 Sep 2011 20:06:27 +0200 Subject: [PATCH 2/2] Mention in ChangeLog that swfc added font glyphs selection Smaller size swf files as a result I think it worth mentioning This was my main reason for swithing from 0.8.1 to 0.9.1 but I was forced to search in the source code to find it --- ChangeLog | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 15876db..4570eb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -287,6 +287,7 @@ * lib/python/gfx: New python module for accessing pdf2swf functionality * as3compile: New tool, for compiling ActionScript 3.0 * swfc: added AS3.0 support + * swfc: added font glyphs selection 0.9.1: * pdf2swf: bugfixes, speedups -- 1.7.3.4
--------------- SWFTools-common is a self-managed list. To subscribe/unsubscribe, or amend an existing subscription, please kindly point your favourite web browser at:<http://lists.nongnu.org/mailman/listinfo/swftools-common>
