[Swftools-common] small improvement required in swfextract

2009-12-07 Thread jean-michel.voicechat_fan
hello matthias i suggested you a very small simple change which can be usefull in swfextract.c line 9 in function handlejpeg replace filename =output.jpg ; by filename =name ; like that each jpeg file will be named differently picXX.jpg same in line 85 in function handlelossless (

Re: [Swftools-common] Really basic AS3 question

2009-12-07 Thread Matthew Ayres
I've made some changes to swfc to support export objects (sprites and buttons) to as3. Patch against git and samples attached I had chengedthe syntax of commads: .flash - added a maincalss=      If you do not include this mainclass parameter your mainclass should be the first public class.

Re: [Swftools-common] SWFtools Documentation

2009-12-07 Thread Matthias Kramm
On Mon, Dec 07, 2009 at 10:33:53AM +0530, Ramya SriRamakrishnan ramyasriramakrish...@hotmail.com wrote: Is there any functional specification or technical document is available for entire swftools PDF2SWF conversion functionality?. I able to see few lines of documention on www.swftools.org,

Re: [Swftools-common] Text selection fails

2009-12-07 Thread Matthias Kramm
On Mon, Dec 07, 2009 at 11:44:26AM +0530, Rahul Mahurkar rahulmahur...@gmail.com wrote: But, I'm facing a bit weird problem. I'm able to highlighted text most of the times but sometimes few characters just refuse to get highlighted. I use: pdf2swf -f -T9 file.pdf -o out.swf Is anyone

Re: [Swftools-common] Text selection fails

2009-12-07 Thread Sean Laurent
Thanks. That solved my first problem. Now text selection works in that I can call setSelected() and getSelectedText() returns the selection as expected. Woo woo! Unfortunately, highlighting is not working. I can select text just fine, but the expected border doesn't appear around the selected

[Swftools-common] compiling swftools 0.9.0 on Fedora Core 12 - invalid conversion from const char* to char* errors

2009-12-07 Thread Dr. Stephen S Kelley
The changes below enabled me to compile swftools 0.9.0 on a fedora core 12 system. I don't yet know if these changes have any unintended consequences. diff -r swftools-0.9.0/lib/gfxsource.h swftools-0.9.1/lib/gfxsource.h 37c37 struct _gfxdocument* (*open)(struct _gfxsource*src, const

Re: [Swftools-common] SwfTool Install - CentOS5.4 - no way to define 64 bit integer problem

2009-12-07 Thread Ricardo Pedroso
On Mon, Dec 7, 2009 at 3:46 PM, Kevin Callahan ke...@mapmyfitness.com wrote: Good Morning, Thanks for the quick reply.  I verified that I do have libjpeg.  To ensure that it wasn’t corrupt I reinstalled it using yum. Removed:   libjpeg.i386 0:6b-37 Installed:   libjpeg.i386 0:6b-37

Re: [Swftools-common] Really basic AS3 question

2009-12-07 Thread Ricardo Pedroso
On Mon, Dec 7, 2009 at 11:32 AM, Matthew Ayres solar.granulat...@gmail.com wrote: I've made some changes to swfc to support export objects (sprites and buttons) to as3. Patch against git and samples attached I had chengedthe syntax of commads: .flash - added a maincalss=      If you do not

Re: [Swftools-common] SwfTool Install - CentOS5.4 - no way to define 64 bit integer problem

2009-12-07 Thread Kevin Callahan
I did a build from the src ... worked fine although I had to change some paths in the Makefile and the make test failed with some of the cmps. The paths I changed where the following tests: ./djpeg -dct int -ppm -outfile testout.ppm testorig.jpg to djpeg -dct int -ppm -outfile testout.ppm