summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Kramm <kramm@quiss.org>2011-11-29 17:56:58 -0800
committerMatthias Kramm <kramm@quiss.org>2011-11-29 17:57:57 -0800
commit2b6c77a002dc9abb68bf984414a1623db5d0eef7 (patch)
tree8c7d3c71c672e2ffa792232b79630e0fc62a4708
parent7d2170699f1e1beb26357d914e9e155e02d8d375 (diff)
applied patches from Vicente Jimenez Aguilar
-rw-r--r--ChangeLog1
-rw-r--r--src/swfdump.c2
-rwxr-xr-xwx/pdf2swf.gui.old.py2
-rw-r--r--wx/viewers/rfx.py2
-rw-r--r--wx/viewers/technoargia.py2
5 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 15876db9..4570eb8a 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
diff --git a/src/swfdump.c b/src/swfdump.c
index 07bb86ba..1500d0b5 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 3657a309..42aa4d75 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 adcb9cf9..dd95b191 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 f55c40bc..9d0a495d 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>