Re: [swfmill] SWFmill DefineBitsJPEG2 data tag encoding

2012-06-19 Thread Daniel Cassidy
Hi Rahul, You are correct that the data is Base64-encoded. The example you have given looks like a valid JPEG file, so you should be able to Base64-decode that and load it into an image viewer. “object of type Rest” in swfmill means some arbitrary binary data, Base64-encoded. To figure out what

Re: [swfmill] SWFmill installation problems

2012-06-15 Thread Daniel Cassidy
-Rahul Dhodapkar 2012/6/15 Anders Pettersson mr.petters...@gmail.com I can confirm that just putting the dll next to the exe will work. It would however be nice to learn how to create the exe itself, I almost got there using mingw. On Fri, Jun 15, 2012 at 8:45 PM, Daniel Cassidy m

Re: [swfmill] specify text encoding in swf file on mac

2012-04-02 Thread Daniel Cassidy
Hi there, The latest version, 0.3.2, should indeed include that option. Are you using an earlier version? You can get swfmill 0.3.2 for Mac here: http://www.swfmill.org/releases/swfmill-0.3.2-macosx.tar.gz and you can see the current version number by running swfmill --help Regards, Dan. On

Re: [swfmill] swfmill 0.3.1 released

2010-07-16 Thread Daniel Cassidy
Hi Luděk, 2010/7/16 Luděk Janda ludek.ja...@gmx.net: thank you very much for update! I've just downloaded it from swfmill.org and tested on my Mac, I want to report this problem: on my console I have got this output: ludek$ /opt/local/bin/swfmill swfmill 0.3.0.2    XML-based SWF

[swfmill] swfmill 0.3.1 released

2010-07-15 Thread Daniel Cassidy
Hi List, I’ve released swfmill 0.3.1 – thanks to Chris K for bugging me to do another long-overdue release. You can get it from the usual place: http://www.swfmill.org/ New in this release: * Official Mac OS X binaries (Intel-only, sorry!). * Fix bad JPEG parsing code that would often get the

Re: [swfmill] swfmill to HTML

2010-06-09 Thread Daniel Cassidy
Hi Thomas, On 9 June 2010 16:03, i...@microsystools.com wrote: I realize it's a little outside swfmill purpose, but has anyone pondered about adding a swf2html command line to swfmill? It could then act as a dropin replacement for aged old Adobe's swf2html utility?

Re: [swfmill] Shellexecute swfmill.exe from non-GPL application

2010-04-13 Thread Daniel Cassidy
Hi all, On 3 April 2010 12:30, i...@microsystools.com wrote: (Can I by the way recommend that swfmill makes an option to donate, there is none as of now on the website?) There used to be a donation button on the homepage. The money went to the original author of the software, Daniel Turing --

Re: [swfmill] Using netlib's g_fmt/strtod instead of sprintf()/sscanf()

2010-04-04 Thread Daniel Cassidy
On 14 March 2010 17:36, INADA Naoki songofaca...@gmail.com wrote: I've proposed lp:~songofacandy/swfmill/dtoa to lp:swfmill. This branch stores and loads floating point numbers accurately in xml. This branch uses netlib's g_fmt and strtod instead of sprintf and sscanf. see

Re: [swfmill] PATCH: fix import-jpeg

2010-04-03 Thread Daniel Cassidy
Hi Piers, Thanks. I’ve applied this to trunk – finally. Sorry for the delay. Dan. On 23 March 2010 17:34, Piers Haken pie...@hotmail.com wrote: This patch fixes import-jpeg. There’s a bug in the parsing of the JPEG header – it was blindly searching for section headers in the file without

Re: [swfmill] Any documentation yet? ;-)

2010-03-12 Thread Daniel Cassidy
On 12 March 2010 09:25, armen...@gmail.com armen...@gmail.com wrote: I've been using bitmap for raster images. There is a difference - 'bitmap' becomes a BitmapData subclass, while 'clip' becomes MovieClip. There is no need for a MovieClip in an application where a BitmapData will suffice.

Re: [swfmill] MingGW builds

2010-03-12 Thread Daniel Cassidy
On 11 March 2010 20:36, Piers Haken pie...@hotmail.com wrote: Actually I didn't build those libraries - I just downloaded those versions from the recommended sites. libxml2: http://www.zlatkovic.com/libxml.en.html libpng: http://sourceforge.net/projects/gnuwin32/files/libpng/ I had to fake

Re: [swfmill] MingGW builds

2010-03-11 Thread Daniel Cassidy
Hi Piers, On 25 February 2010 23:05, Piers Haken pie...@hotmail.com wrote: Is there a list of which versions of the various dependancies are required for building swfmill on windows? I’m using the latest version of libxml2 (2.7.6) and libpng (1.2.37) and I’m getting a bunch of link errors:

Re: [swfmill] JPEG 2000 Support

2010-02-01 Thread Daniel Cassidy
Hi Clint On 1 February 2010 23:32, Clint G clintg+swfm...@gmail.com wrote: I'm wondering if anyone has investigated the use of Jpeg 2000 in swfmill. I'm creating swfs with strict filesize constraints and it would be nice to import images that handle compression better. If someone had a

Re: [swfmill] JPEG 2000 Support

2010-02-01 Thread Daniel Cassidy
On 2 February 2010 00:10, Nick Sabalausky bus_mailingli...@semitwist.com wrote: Is it possible to generate a bitmapped image at runtime in flash? If so, he could embed the JPEG 2000 data directly into his code and manually decompress it at runtime. It is certainly technically possible to do

Re: [swfmill] Flash 8 filter properties in output swfmill SWF has problems

2010-02-01 Thread Daniel Cassidy
Hi Nirav, On 31 January 2010 06:09, Nirav V. Patel [USA] goodb...@gmail.com wrote: I'm using swfmill to combine an existing SWF and some external assets to make a new self-contained SWF. This existing SWF has been exported for the Flash 8 player and has an object with a drop shadow filter.

Re: [swfmill] Extract MovieClips from one SWF and Move to Another

2010-02-01 Thread Daniel Cassidy
Hi Mario, On 17 January 2010 18:36, Mario Cascio mcas...@wi.rr.com wrote: I'm wondering what tools would be required to extract MovieClips with a linkage ID from one SWF and then move it to another new SWF? swfmill will export XML containing all the required information, so you could certainly

Re: [swfmill] Disappearing TextRecord7

2010-01-13 Thread Daniel Cassidy
Hi Russ, 2010/1/12 Russ Adams rad...@cafeid.com: If I change the TextRecord7's to TextRecord6's, do you think swfmill 0.3.0 will retain them? Sorry for the delay responding. The quickest solution to your problem is to convert your xml to swf using swfmill 0.2.6: swfmill xml2swf foo.xml

Re: [swfmill] Disappearing TextRecord7

2010-01-07 Thread Daniel Cassidy
Hi Russ, 2010/1/7 Russ Adams rad...@cafeid.com: I'm attempting convert the XML 'foo.xml' below into a SWF using swfmill 0.3.0.  (given some font foo_font.swf) When I do so, the TextRecord7's are mysteriously dropped.  Does anyone know why? After a brief investigation it seems that swfmill

Re: [swfmill] Disappearing TextRecord7

2010-01-07 Thread Daniel Cassidy
2010/1/7 Daniel Cassidy m...@danielcassidy.me.uk: After a brief investigation it seems that swfmill 0.3.0 is expecting a TextRecord6, not a TextRecord7, but I’m not yet sure why. There has been a relevant change to the swfml format since swfmill 0.2.6, but it shouldn’t affect you since you’re

[swfmill] OS X pre-release build

2009-12-28 Thread Daniel Cassidy
Hi List, I hope everyone had a good Christmas. As a late Christmas present for OS X users, here is a pre-release of swfmill for OS X (Intel only): http://swfmill.org/pre/swfmill-0.3.0.1-macosx.tar.gz. The next full release of swfmil (0.3.1) will include Windows and OSX binaries. I’ve put it

Re: [swfmill] me-too congrats :) And question :)

2009-12-21 Thread Daniel Cassidy
2009/12/21 rodolfo lopez r...@nebular.tv: Hi there! Just to say thank you for this cool new release :) Keep up the good work! I'd like to ask, when importing clips with filters I have the same problems than with prior version. Will this be addressed or it is not a priority? I’m not sure --

Re: [swfmill] me-too congrats :) And question :)

2009-12-21 Thread Daniel Cassidy
2009/12/21 rodolfo lopez r...@nebular.tv: Yes I meant that one, and in general any imported clips with filters make those clips (that should be in library) appear onto the stage, without filters... There was some buzz bout this like one year ago.. My workaround was (and is) to force the

[swfmill] Does anyone here need an OSX binary?

2009-12-20 Thread Daniel Cassidy
Hi List, Does anyone here need an OSX binary? If nobody actually needs this then I’ll prioritise my time on bugfixes and documentation improvements. Thanks, Dan. ___ swfmill mailing list swfmill@osflash.org

Re: [swfmill] Bitmap Encoding on data element.

2009-12-02 Thread Daniel Cassidy
2009/12/2 Fred phr...@gmail.com: I've got a swf2xml which contains something like... ...   DefineBitsLossless2 objectID=1 format=5 width=243 height=256        data          dataeNrtnQl8TOf6x3+WCKFS+1ZFaU ...        vn8vWyJshf8B9JqkqA==/data/data      /DefineBitsLossless2 ... What is

Re: [swfmill] Fwd: PATCH : swfmill wont compile on modern GCC

2009-11-30 Thread Daniel Cassidy
2009/11/18 Daniel Turing m...@danielturing.com: unsure if this might be patched in the lp version already... This is definitely already patched in 0.3.0, but thanks for passing it on. when is 0.3 coming? ;P Right now! ;) Cheers, Dan. ___ swfmill

[swfmill] swfmill 0.3.0 released

2009-11-30 Thread Daniel Cassidy
Hi List, At long, long last I have released swfmill 0.3.0. It is available to download right now from http://www.swfmill.org/. There are still known bugs, but I have decided that none of them are sufficiently glaring to warrant holding off a release any longer. Windows binaries and a source code

Re: [swfmill] Windows Builds

2009-11-30 Thread Daniel Cassidy
2009/11/1 Jens-Fabian Goetzmann p...@jefago.de: Once more some feedback to the new version (binary downloaded off your website). The SVG import worked like a charm once I converted it from one-file-multiple-layers to one-file-per-clip. However, it seemed to me that I could no longer change the

Re: [swfmill] Does the make support 'make clean' for 0.2.12.6 ?

2009-11-12 Thread Daniel Cassidy
2009/11/12 armen...@gmail.com armen...@gmail.com: I have an automated script which does ./configure; make; sudo make install; I want it to handle rebuilding swfmill, and wondering does the make clean work? Yes it works. It removes all files generated by 'make'. It does not yet remove XML files

Re: [swfmill] as3compile

2009-11-11 Thread Daniel Cassidy
2009/11/5 Marcin Cieslak sa...@saper.info: as3compile imports only contents of tags 72 (RAWABC) and 82 (DOABC) from the -l *.swf files. It generates a very simple SWF file with DOABC tag only. I had half suspected it might do that... So, what one can do: as3compile -o code.swf code.as

Re: [swfmill] Implement class stubs in swfmill, what would be the best way to go about it?

2009-11-10 Thread Daniel Cassidy
Hi Armencho, 2009/11/9 armen...@gmail.com armen...@gmail.com: So, any suggestions, Daniel? :-) What do you think about implementing class stub generation in swfmill? Sorry for the delay responding. I’ve been trying to get a better idea of what’s going on so I could post a more detailed reply

Re: [swfmill] Implement class stubs in swfmill, what would be the best way to go about it?

2009-11-10 Thread Daniel Cassidy
Hi Armencho, 2009/11/10 armen...@gmail.com armen...@gmail.com: Thank you for replying, I was very very anxious to get a word from you, since I assume you know a good deal more about swfmill code and its implications than me. No problem. Sorry again for being so slow. The nature of volunteer

Re: [swfmill] Implement class stubs in swfmill, what would be the best way to go about it?

2009-11-07 Thread Daniel Cassidy
2009/11/7 armen...@gmail.com armen...@gmail.com: That only works for movie clips, and also I am not sure it works at all for SWFs destined for the newer AVM2. Can anybody shed a light on this? Is the class attribute only valid for MovieClip's and does it guarantee actual class generation?

Re: [swfmill] 0.2.12.6 no longer compiles with gcc/g++ 4.4.1

2009-11-03 Thread Daniel Cassidy
2009/11/2 armen...@gmail.com armen...@gmail.com: Should the implicit casting work? Why does 4.4.1 suddenly reject it while earlier gcc accepted it. Perhaps a compiler switch is set wrong? Or is no longer used by the compiler? The compiler is correct. I don’t know why it worked in earlier

Re: [swfmill] Building swfmill from sources, bzr'd from launchpad

2009-11-03 Thread Daniel Cassidy
2009/11/2 armen...@gmail.com armen...@gmail.com: Can't seem to even find the configure script after doing the bzr co lp:swfmill Is the source code missing building scripts? No. The configure script is generated by autoconf, and I don’t check in generated files — not least because they tend to

Re: [swfmill] Metadata support

2009-10-29 Thread Daniel Cassidy
2009/10/20 armen...@gmail.com armen...@gmail.com: Does swfmill support metadata in SWF files? If so, is there some reference/documentation to it? I googled and the only clue was ImportAssets2 tag, which I have no idea what does. Yes, in both the simple and full dialects. Following examples

Re: [swfmill] Metadata support

2009-10-29 Thread Daniel Cassidy
2009/10/29 armen...@gmail.com armen...@gmail.com: Daniel, thank you for this to me very valuable info :-) Is this part of some docs anywhere, by the way? No, I’m afraid not. There is a tool checked in with swfmill’s source code that is supposed to generate documentation but it has been

Re: [swfmill] Metadata support

2009-10-29 Thread Daniel Cassidy
2009/10/29 Daniel Cassidy m...@danielcassidy.me.uk: 2009/10/29 armen...@gmail.com armen...@gmail.com: Daniel, thank you for this to me very valuable info :-) Is this part of some docs anywhere, by the way? No, I’m afraid not. There is a tool checked in with swfmill’s source code

Re: [swfmill] passing a variable onto swfmill SWF

2009-10-29 Thread Daniel Cassidy
2009/10/23 Nirav V. Patel goodb...@gmail.com: I was hoping someone could help me find an elegant solution for importing variables to the outputted swfmill SWF. [ ... ] I'm having swfmill generate a textfield on the stage (the text is '336699').  Then I'm using actionscript within an

Re: [swfmill] Embedding fonts in flash 8 IDE swf using swfmill

2009-10-28 Thread Daniel Cassidy
2009/10/28 Sumeet Kumar sume...@sebiz.net: The problem was in the xml which i was using. I was trying to create a Arial.swf using the command swfmill simple test.xml Arial.swf and in the test.xml i was trying to import Arial.swf. This was working fine in standalone flash player. But not in

Re: [swfmill] Embedding fonts in flash 8 IDE swf using swfmill

2009-10-26 Thread Daniel Cassidy
2009/10/26 Sumeet Kumar sume...@sebiz.net: Hi All, I am trying to dynamically create fonts using swfmill on the clients machine. My flash 8 movie is getting embedded in VB, whenever i try to create fonts using swfmill,using the following .xml [...] The font files get generated, and it

Re: [swfmill] swf2xml question

2009-10-19 Thread Daniel Cassidy
Hi Sebastian, 2009/10/19 Sebastian Lucas delsilu...@gmail.com: I was doing a tool in C with OpenGL to show simple animations on the screen. So far I've got some animations working on it. What I do to show them it's to parse the xml generated by swfmill. It's good speed and it works perfect

Re: [swfmill] accessing swfmill-imported textfields

2009-10-19 Thread Daniel Cassidy
Hi Nirav, 2009/10/16 Nirav V. Patel goodb...@gmail.com: Is there a way to make that copy be a library item that I could access, similar to how I pulled the image from the library?  The way I have it set up now, the copy is put on stage in the swfmill code and I can't control it. Hope to hear

Re: [swfmill] what version of Actionscript and flash feature swfmill supports?

2009-10-19 Thread Daniel Cassidy
Hi Rovi, 2009/10/13 rovi_ophone rovi_oph...@163.com: I am very excited to find out swfmill can convert between swf and xml. It is a great tool! I have hard time to find the relevent document listed the features it supports, can someone let me know does it support actionscript 2/3, flex and

Re: [swfmill] What is the latest release?

2009-10-05 Thread Daniel Cassidy
2009/10/5 armen...@gmail.com armen...@gmail.com: I find it tragic that the source is almost three years old, and that one has to google to find the unpublished http://www.swfmill.org/pre URL. I am pretty sure it has been worked on since 2007 and that it was packaged into some form of source

Re: [swfmill] What is the latest release?

2009-10-05 Thread Daniel Cassidy
2009/10/5 armen...@gmail.com armen...@gmail.com: This is great news. I really like the premise of swfmill and to expect its 0.3.0 release makes me glad :-) I assume your build was compiled from sources different than vanilla 0.2.12.6? Something probably more updated and patched? Yes, it’s

Re: [swfmill] Reduce the size of my library

2009-09-11 Thread Daniel Cassidy
2009/9/10 Benjamin Wolsey b...@benjaminwolsey.de: Am Donnerstag, den 10.09.2009, 13:21 +0100 schrieb Daniel Cassidy: 2009/9/9 dolphinling li...@dolphinling.net: Jean Christophe DA COSTA wrote: I use swfmill to compile my library. All my images are PNG format because all have a transparency

Re: [swfmill] SamHaXe: swfmill alternative

2009-08-28 Thread Daniel Cassidy
I read about this the other day on the mindless labs website. It sounds like a good idea, probably better suited to many projects than is swfmill, although i haven't tried it out yet because i am away from home this week. I was a little bit disappointed to read that all code still resides on the

Re: [swfmill] xml to svg?

2009-08-21 Thread Daniel Cassidy
2009/8/21 Icey Shard iceysh...@gmail.com: Use the xml2swf option. ...That would be for converting XML to _SWF_ :). Dan. ___ swfmill mailing list swfmill@osflash.org http://osflash.org/mailman/listinfo/swfmill_osflash.org

Re: [swfmill] xml to svg?

2009-08-21 Thread Daniel Cassidy
2009/8/21 li...@x-mail.de: Daniel Cassidy wrote: 2009/8/21 Icey Shard iceysh...@gmail.com: Use the xml2swf option. ...That would be for converting XML to _SWF_ :). a xml2svg would be nice :) It shouldn't be too difficult to write an XSLT that can do a basic conversion

Re: [swfmill] Windows Builds

2009-08-19 Thread Daniel Cassidy
2009/8/19 Nick Sabalausky bus_mailingli...@semitwist.com: It looks like the 409165 patch was not applied in the build you uploaded. This is the patch, correct?: http://bazaar.launchpad.net/%7Edjcsdy/swfmill/fix-409165/revision/255/src/xslt/simple-elements.xslt If you open the swfmill.exe you

Re: [swfmill] New Linux builds

2009-08-19 Thread Daniel Cassidy
Hi Juan, 2009/8/19 Juan Delgado zzzar...@gmail.com: Just trying to compile in Ubuntu the trunk branch: https://code.launchpad.net/~djcsdy/swfmill/trunk But it doesn't go very far (see log below). Then I try to run configure but, no surprise, stops as well. It looks it's a problem related

Re: [swfmill] Are these bugs?

2009-08-19 Thread Daniel Cassidy
Hi Nick, 2009/8/19 Nick Sabalausky bus_mailingli...@semitwist.com: Some things I wanted to check on before actually filing bug reports (and these all seem to be common to all of the 0.2.12.x versions, as far as I could tell. Ie, including your custom ones, but not exclusive to them): - When

Re: [swfmill] Are these bugs?

2009-08-19 Thread Daniel Cassidy
2009/8/20 Daniel Cassidy m...@danielcassidy.me.uk: If you mean that the *contents* of each frame have the same depth then yes, that's intended behaviour and a feature of the SWF format. Ugh, my wording here is dreadful and wrong. I meant to say that objects will be carried over from one frame

Re: [swfmill] Windows Builds

2009-08-19 Thread Daniel Cassidy
2009/8/19 Jens-Fabian Goetzmann p...@jefago.de: I'm using swfmill for the development of Flourish Player (http://flourishplayer.sourceforge.net), and for one of my use cases (import one multi-layered SVG as clips named according to their layer id) it doesn't work like the old version (0.2.12)

Re: [swfmill] Windows Builds

2009-08-18 Thread Daniel Cassidy
2009/8/18 Nick Sabalausky bus_mailingli...@semitwist.com: I've uploaded a new unofficial build of swfmill to my personal website: http://www.danielcassidy.me.uk/swfmill. If you could confirm that this latest unofficial build works well for you that would be a big help for me. That's the

Re: [swfmill] Windows Builds

2009-08-18 Thread Daniel Cassidy
2009/8/19 Daniel Cassidy m...@danielcassidy.me.uk: If you aren't seeing the newest build then perhaps you're looking at an outdated cached copy somehow? Here's a direct link to help guard against possible confusion: http://www.danielcassidy.me.uk/swfmill/swfmill-2009-08-14.zip

Re: [swfmill] Windows Builds

2009-08-18 Thread Daniel Cassidy
2009/8/19 Nick Sabalausky bus_mailingli...@semitwist.com: Ahh, you're right. I was looking at a cached copy of the page. Forced a reload and now the new link is there. I've tried this new version now, and everything I said in my long earlier email still holds true, except that my wavs now

[swfmill] Code and bug tracking moved to Launchpad

2009-08-05 Thread Daniel Cassidy
Hello All, As many of you have already figured out, I have moved active development of swfmill to Launchpad. This includes code hosting and bug/feature tracking. The swfmill project page is at http://launchpad.net/swfmill. You can branch the current swfmill trunk by installing Bazaar

Re: [swfmill] Does it support the DefineBinaryData tag?

2009-07-07 Thread Daniel Cassidy
2009/7/7 armen...@gmail.com armen...@gmail.com: Just checked, yes it is. Am surprised website does not list it for download. Coming soon :). Dan C. ___ swfmill mailing list swfmill@osflash.org http://osflash.org/mailman/listinfo/swfmill_osflash.org

Re: [swfmill] swfmill maintainer, progress

2009-06-24 Thread Daniel Cassidy
2009/6/24 Benjamin Wolsey b...@benjaminwolsey.de It seems nothing came of the thread about finding a new maintainer for swfmill, and there hasn't been any discernible progress for about a year. I actually sent an e-mail to the other Dan a couple of weeks ago to volunteer. He accepted and

Re: [swfmill] swfmill maintainer, progress

2009-06-24 Thread Daniel Cassidy
2009/6/24 Daniel Cassidy m...@danielcassidy.me.uk Just to annoy you, I've been working in a private Bazaar branch. I've integrated Robin Palotai’s wav and mp3 patches, and fixed an undefined-behaviour bug when attempting to import invalid MP3s. I've got a long list of features and changes I

Re: [swfmill] Please help!

2009-06-18 Thread Daniel Cassidy
2009/6/18 Simon Symeonidis lethaljellyb...@gmail.com I've been trying to compile the sources for many hours but to no avail. I even downloaded the older versions and tried to compile those as well, but nothing worked. Can anybody lend a helping hand? I'm running Fedora 11 (Leonidas). This

[swfmill] Generated name attributes in PlaceObject2 with swfmill simple

2008-02-27 Thread Daniel Cassidy
Hi all, I'm working on a project with haXe and swfmill targetting Flash 9. So far I'm just importing a few graphics in SVG format, and animating them in code, but I must say that I am already highly impressed by the power and flexibility of swfmill's SVG import -- kudos to all involved.

[swfmill] SVG import

2008-02-25 Thread Daniel Cassidy
Hi Dan, List, When importing this SVG: svg width='512' height='512' path d='M0,0 h512 v256 h-256 v256 h-256 z fill=#ff/ /svg I get this message: WARNING: shape not closed; closing (0.00/10240.00). DEBUG: accumulated rounding error (0.00/0.00). The meaning is fairly