Re: [swfmill] Embedded fonts

2006-01-26 Thread daniel fischer
[EMAIL PROTECTED] (on Thu, 26 Jan 2006 11:55:27 -0500): WARNING: FreeType does not like /home/kjel/swfmill/arial.ttf WARNING: could not import /home/kjel/swfmill/arial.ttf WARNING: no name property in DefineFont2 element kjel, there's nothing i can see you doing wrong. FreeType does

Re: [swfmill] importing SWF compiled in OpenLaszlo

2006-01-26 Thread daniel fischer
DL [EMAIL PROTECTED] (on Sat, 21 Jan 2006 23:32:05 -): Any ideas why import of OpenLaszlo swf does not render in output.swf? we'd need more details, or a simple testcase. Note that just importing another swf does not place it on stage, it makes it available as an asset. generally it

Re: [swfmill] font rendering issue

2006-01-26 Thread daniel fischer
Robert Marc Wren [EMAIL PROTECTED] (on Mon, 23 Jan 2006 11:08:19 -0700): The font I'm having issues with is fff_corporate.ttf which is a fonts for flash pixel font. It's an 8pt pixel font. If there's anything glaringly obvious that I'm doing wrong please let me know. Otherwise I'll try

Re: [swfmill] Interested in helping

2006-01-27 Thread daniel fischer
Jon, yes, i remember you ;) Do you have a list of remaining features that you'd like to implement? here's something i wrote a while ago as some kind of a plan to someone that expressed interested in a sponsorship (which didnt turn out): I surely would like to see it getting more

[swfmill] swfmill 0.2.11.3 prerelease

2006-04-09 Thread daniel fischer
dear list. thanks for being patient. i finally have some time to give some love to swfmill again. exciting times: we can celebrate a substantial contribution towards flash8 compatibility by Steve Webster, and swfmill just turned 1 on april 6. also, swfmill turns up 100.000 hits on google

Re: [swfmill] Embedded font questions

2006-04-09 Thread daniel fischer
Darren Cook [EMAIL PROTECTED] (on Fri, 31 Mar 2006 16:03:30 +0900): I'm doubly confused here. Why does an add command load the fonts?! And why is 0x47 unknown by swfmill (it has been in the standard since version 5 it seems)? darren, just to clear up that confusion: the add command

Re: [swfmill] Big font embedding bug

2006-04-09 Thread daniel fischer
Darren, as Jon correctly put it, large (or huge :) fonts are an unresolved problem. i managed to reduce memory usage somewhat (check out the 0.2.11.3 prerelease if you like), and actually managed to import kochi-mincho-subst. it still consumed ~1.6GB of memory, obviously became very slow due

[swfmill] ImportAsset2 (was: FileAttributes and Metadata support )

2006-04-09 Thread daniel fischer
Hey Steve, Steve Webster [EMAIL PROTECTED] (on Sun, 9 Apr 2006 23:51:14 +0100): Just wanted to let you all know that I'm almost done on FileAttributes and Metadata support for swfmill. All I need to do is to work Metadat support into the swfmill-s format and I'm done. great. the

[swfmill] swfmill 0.2.11.5 prerelease

2006-04-15 Thread daniel fischer
hey all, here's a prerelease with more work from Steve; for details of what's going on, see http://mirror1.cvsdude.com/trac/osflash/swfmill/timeline (in short: fixes Quentin's bug, and another one that likely only steve noticed) : http://swfmill.org/pre/swfmill-0.2.11.5.tar.gz

Re: [swfmill] Bug with numbers in text fields...

2006-05-11 Thread daniel fischer
Hey Quentin, i found the little bugger responsible for that mistake, and put a lot of bugspray on it. seems fixed in svn. do you need/want a prerelease? -dan Quentin [EMAIL PROTECTED] (on Fri, 21 Apr 2006 11:56:43 +0200): I'll post that bug... On 4/21/06, Steve Webster [EMAIL

Re: [swfmill] Broken SWF file with complex vector graphics

2006-05-11 Thread daniel fischer
Marc, WARNING: unknown fill style type 0x03 that most definitely means that something's fishy in swfmill's parsing/writing code. i've just fixed a bug with DefineShape2/3 that might be related. P.S.: If anybody wants the FLA file I can mail it to him (~ 400 kB). the FLA is of no use to

Re: [swfmill] Unknown fill style type

2006-05-11 Thread daniel fischer
Quentin, i'm happy to report that another of your bugs should be fixed on svn (#12 as of [134]). I could reproduce the error with your caisse.swf, found a missing feature (DefineShape2/3 support was shaky), and now it roundtrips swf2xml2swf just fine. -dan -- http://0xDF.com/

Re: [swfmill] prerelease 0.2.11.6

2006-05-14 Thread daniel fischer
Steve Webster [EMAIL PROTECTED] (on Fri, 12 May 2006 22:50:52 +0100): I think I understand how the whole import mechanism works, and I can see why the 9-slice grid isn't imported (DefineScalingGrid is a sibling of DefineShape, not a child of it) but I haven't had enough time to even

Re: [swfmill] prerelease 0.2.11.6

2006-05-14 Thread daniel fischer
Steve Webster [EMAIL PROTECTED] (on Fri, 12 May 2006 22:50:52 +0100): I think I understand how the whole import mechanism works, and I can see why the 9-slice grid isn't imported (DefineScalingGrid is a sibling of DefineShape, not a child of it) but I haven't had enough time to even

[swfmill] prerelease 0.2.11.7: DefineScaleGrid

2006-05-14 Thread daniel fischer
mostyl thanks to Steve, swfmill now features DefineScaleGrid support, meaning: * scale9grids will get imported correctly * you can define a scale-grid in your swfml-simple file like: scale-grid id=scale9 left=50 top=50 right=150 bottom=150/ although that is of limited use: a scale9

[swfmill] Fw: importing OpenLaszlo clips (was: Re: prerelease 0.2.11.6)

2006-05-14 Thread daniel fischer
forwarded-message Date: Sun, 14 May 2006 16:38:22 +0200 From: daniel fischer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: importing OpenLaszlo clips (was: Re: [swfmill] prerelease 0.2.11.6) DL [EMAIL PROTECTED] (on Fri, 12 May 2006 22:26:59 +0100): Just try importing one file

Re: [swfmill] swfmill + mtasc + emacs (Beginner)

2006-05-19 Thread daniel fischer
Andrew, it depends on your Entry Point Method. You can a) construct the swf containing your assets with swfmill, then use MTASC to compile into the swf, and use mtasc's -main (i'd call this traditional) b) compile the code first, generating classes.swf, then import that using swfmill (clip

Re: [swfmill] swfmill + mtasc + emacs (Beginner)

2006-05-19 Thread daniel fischer
lol- i wonder why a single question suddenly creates a flurry of replies while others might even remain unanswered... :) -- http://0xDF.com/ http://iterative.org/ ___ swfmill mailing list swfmill@osflash.org

Re: [swfmill] font bounding boxes not computed by swfmill

2006-05-21 Thread daniel fischer
Hey Theron- Theron Stanford [EMAIL PROTECTED] (on Sat, 20 May 2006 17:43:52 -0600): These missing bounding boxes make it so I can't use this font library with other SWF tools, such as swfc. you're right, the glyph bounding boxes are (were) not calculated by swfmill. I had this once, but

Re: [swfmill] font bounding boxes not computed by swfmill

2006-05-23 Thread daniel fischer
Theron Stanford [EMAIL PROTECTED] (on Mon, 22 May 2006 16:56:33 -0600): The reason I wanted this is that I have to create thousands of buttons which play sound files and have text labels, so I was looking for a way to automate this. Now I have it -- thanks! your welcome. -d --

Re: [swfmill] Fwd: DefineFonts3 and Font metrics

2006-05-27 Thread daniel fischer
erixtekila [EMAIL PROTECTED] (on Sat, 27 May 2006 00:49:48 +0200): Any thought on this ? yes, but once more no time to explore and express them, sorry. same about the other threads. nice to see people discussing enhancements. i'll get to at least comment somewhen.. -dan --

Re: [swfmill] using swfmill server side from PHP?

2006-06-06 Thread daniel fischer
hey, generate swfml to a text file (or pipe in) invoke swfmill somehow capture output to browser (use php to send the output directly?) you will have to do the full-screen stuff from JS. i dont have a sample, but i know that php can pipe the output of a shell command to the client

Re: [swfmill] process templates?

2006-06-06 Thread daniel fischer
Hudson Ansley [EMAIL PROTECTED] (on Tue, 6 Jun 2006 15:39:32 -0400): woa, is there documentation on the XSLT in swfmill stuff? I use ant in eclipse to run XSLT for a swf creation process. Maybe I could simplify it with swfmill, but not sure what it does with XSLT. # swfmill ... xslt

[swfmill] [ANN] xinf is not flash

2006-06-09 Thread daniel fischer
Dear Communities, i'd like to let you know about a new project - xinf is not flash. The xinf project aims to provide a unified platform for cross-runtime GUI development. It will enable you to develop graphical interfaces and rich internet applications that run on the Adobe Flash Player,

Re: [swfmill] additional basic tags

2006-06-19 Thread daniel fischer
JJ S [EMAIL PROTECTED] (on Mon, 19 Jun 2006 10:02:09 -0300): I was looking into using sounds with SWFMill when I found this old email in the mailing list. Is there any new info on this? I really need proper support for sound. Depends on your definition of proper. the mentioned tags:

[swfmill] future of swfmill

2006-06-27 Thread daniel fischer
hey all, most of you are probably using swfmill happily to produce asset libraries. Some even to do more complex stuff. Some have bugs pending in swfmill's tracker that i haven't had the time to investigate or fix. You might've noticed that i haven't been too busy with swfmill since last summer.

Re: [swfmill] future of swfmill

2006-06-27 Thread daniel fischer
Steve Webster [EMAIL PROTECTED] (on Tue, 27 Jun 2006 17:32:46 +0100): * i've started a rewrite of the core SWF-read/write functionality of swfmill- in haXe/neko. the project is (currently) called hxswf. Interesting. I saw you mentioned this on the xinf list. Is this code

Re: [swfmill] future of swfmill

2006-06-27 Thread daniel fischer
Steve Webster [EMAIL PROTECTED] (on Tue, 27 Jun 2006 17:51:57 +0100): just for some internals, i decided to use a neko-C helper library to do the bitstream reading/writing- the classes for SWF Tags are haXe, though. That probably makes sense. Is haXe even low-level enough to allow bit

Re: [swfmill] future of swfmill

2006-06-27 Thread daniel fischer
Mark Winterhalder [EMAIL PROTECTED] (on Tue, 27 Jun 2006 18:55:04 +0200): Don't know about the name, though... eh, hxswf is just the swf-readwrite-library. if the haxe effort gets to have swfmill-like functionality, it will be swfmill-0.3 (see below). So, is swfmill called final now? :)

Re: [swfmill] additional basic tags

2006-07-01 Thread daniel fischer
JJ S [EMAIL PROTECTED] (on Fri, 30 Jun 2006 19:52:40 -0300): We are considering adding proper support for sound (importing sound from WAVs or MP3s) in swfmill, but I don't know how hard that would be or what I would need to implement. Could you guide me on this? oh- thinking a little

Re: [swfmill] additional basic tags

2006-07-11 Thread daniel fischer
JJ S [EMAIL PROTECTED] (on Tue, 11 Jul 2006 09:23:19 -0300): Now I would like to add an encode tag to swfml (basic or simple) to automate the encoding-copy-pasting part, but I have no idea of how to do it. Any help would be greatly appreciated. I've been working with the source code

Re: [swfmill] additional basic tags

2006-07-19 Thread daniel fischer
JJ S [EMAIL PROTECTED] (on Tue, 18 Jul 2006 18:24:46 -0300): sound id=walkThisWay_snd import=Walk This Way.mp3/ very cool! you *could* prepare a patch (preferably with diff -u) and send it to me. if that's too much to ask, just send along the file(s) you've changed, or even tar/zip up your

[swfmill] SVN/Trac moved

2006-07-20 Thread daniel fischer
Hey, i've moved swfmill's subversion repository and trac interface away from osflash to my own server. The new URLs: http://swfmill.org/trac http://swfmill.org/svn/trunk i've re-entered all open tickets. i hope i made no mistakes with that. please bear with me while things are still

Re: [swfmill] [ANN] prerelease 0.2.11.9

2006-07-21 Thread daniel fischer
Quentin [EMAIL PROTECTED] (on Fri, 21 Jul 2006 15:32:50 +0200): buf is nonzero in byteAlign() @44642 WARNING: end of tag PlaceObject2 is @44642, should be @44646 Don't know if this will help, but I hope so ! oops. yes, i could reproduce this. should be fixed in the next pre

Re: [swfmill] Adding Items to existing SWF

2006-07-21 Thread daniel fischer
Sönke, Sönke Rohde [EMAIL PROTECTED] (on Fri, 21 Jul 2006 15:31:44 +0200): It's the first time I write here and also the first time i am using SWFMill so sorry if the question is ... I have got an existing SWF with a few library items and I want to know if I can add new library

Re: [swfmill] Including Mac PostScript-Fonts?

2006-07-21 Thread daniel fischer
Timo Dinkler [EMAIL PROTECTED] (on Fri, 21 Jul 2006 16:52:15 +0200): did anybody find a way to include Mac-PostScript-Fonts? a workaround, yes: convert to TTF first. PostScript fonts (can) contain cubic beziers, while ttf/flash only supports quadratic ones. That conversion is (IMHO) better

Re: [swfmill] Including Mac PostScript-Fonts?

2006-07-21 Thread daniel fischer
Timo Dinkler [EMAIL PROTECTED] (on Fri, 21 Jul 2006 17:34:20 +0200): how comes the windows-binary converts windows-postscript-fonts? are the mac- and win-formats of postscript-fonts so different? it does? oh :) swfmill just takes what it gets from freetype, so, sorry, i cant answer that

Re: [swfmill] Including Mac PostScript-Fonts?

2006-07-21 Thread daniel fischer
Timo Dinkler [EMAIL PROTECTED] (on Fri, 21 Jul 2006 19:00:46 +0200): maybe you should give it a try and link it to the mac-binary. well-- if it was only a matter of linking... t1lib seems to be a completely different library than freetype, so you'd need to write some more glue code. as i

Re: [swfmill] [ANN] prerelease 0.2.11.14 - bug count down to 1

2006-07-25 Thread daniel fischer
MARTIN Pierre [EMAIL PROTECTED] (on Tue, 25 Jul 2006 14:25:09 +0200): What you mean by device fonts? Does it embed the font in the SWF still? .. i thought that was flash lingo :) the device in device fonts relates to the output device- usually some pc running the flash player. device fonts

[swfmill] [ANN] prerelease 0.2.11.16 (sound and svg)

2006-08-02 Thread daniel fischer
yet another prerelease: http://swfmill.org/pre/swfmill-0.2.11.16.tar.gz http://swfmill.org/pre/swfmill-0.2.11.16-win32.zip http://swfmill.org/pre/swfmill-0.2.11.16-macosx.zip contains: * JJ's patch for importing MP3s (slightly modified). This should work: sound id=walkThisWay_snd

Re: [swfmill] [ANN] prerelease 0.2.11.16 (sound and svg)

2006-08-04 Thread daniel fischer
Michael Hansen [EMAIL PROTECTED] (on Thu, 3 Aug 2006 20:57:56 +0200): WARNING: unknown fill style type 0x43 WARNING: end of tag DefineShape is @1419, should be @1437 No file was generated. If I publish for flash7 things are working fine. Is this to be expected? no, it's not

[swfmill] [ANN] prerelease 0.2.11.18

2006-08-17 Thread daniel fischer
latest prerelease contain's JJ's patch for fixing mp3 import with bitrates != 128. the OSX version will be delayed a little (hopefully no longer than tonight), as my compile server is currently being redone. http://swfmill.org/pre/swfmill-0.2.11.18.tar.gz

Re: [swfmill] [ANN] prerelease 0.2.11.18

2006-08-18 Thread daniel fischer
Steve Webster [EMAIL PROTECTED] (on Fri, 18 Aug 2006 01:30:26 +0100): That's exactly what I got every time. To build swfmill dynamically linked to the relevant libraries, edit the Makefile.am files in the src and swft directories and comment out the lines at the top pertaining to

[swfmill] [help needed] release script for OSX universal binaries

2006-08-25 Thread daniel fischer
hi all, it would be great if someone with mac-compilation experience could give me a hand in trying to get the release procedure straight. I'd like to produce universal binaries (ppc/intel) for OSX. i have rather little idea how to approach this. i'm using a friend's OSX server running on

[swfmill] prerelease 0.2.11.18 for OSX

2006-08-25 Thread daniel fischer
is finally here: http://swfmill.org/pre/swfmill-0.2.11.18-macosx.tar.gz (PPC only still) -dan -- http://0xDF.com/ http://iterative.org/ ___ swfmill mailing list swfmill@osflash.org http://osflash.org/mailman/listinfo/swfmill_osflash.org

Re: [swfmill] pixel fonts wrong rendering

2006-09-27 Thread daniel fischer
[EMAIL PROTECTED] (on Wed, 20 Sep 2006 02:21:25 -0700): I'm having the same issue someone faced in the past, I found the threads googling. Basically, with swfmill, pixel fonts seem to be wrongly rendered (they go offset orizzontaly) getting blurred. Based on the threads it seems no one

Re: [swfmill] 0.2.11-18 meta not work

2006-09-27 Thread daniel fischer
Romain Ecarnot [EMAIL PROTECTED] (on Fri, 22 Sep 2006 13:29:46 +0200): I open result in ActionScriptViewer and..SWF meta is incorrect, this is the error message : Hey Romain, your problem, AFAICS, lies with as2ant. swfml-s syntax within ant files has to be understood by as2ant and

Re: [swfmill] Bug with various letter spacings in static textfield.

2006-09-27 Thread daniel fischer
Quentin [EMAIL PROTECTED] (on Fri, 8 Sep 2006 17:25:32 +0200): And I've noticed it's the same with various fonts... Hope someone will find the bug, and smash it! Quentin, i've added a bug in the tracker ( http://www.swfmill.org/trac/ticket/11 ) until i get around to investigate. -dan

[swfmill] prerelease 0.2.11.19 'meta-informations' (was: Re: 0.2.11-18 meta not work)

2006-09-27 Thread daniel fischer
hey, i've managed to properly preserve namespaces in the metadata output, and correctly transform the title and description. also, you can define additional contents in the meta tag a la: meta title=myTitle description=informations dc:somethingblah/dc:something

Re: [swfmill] svg conversion to flash

2006-10-18 Thread daniel fischer
Martin Ficzel [EMAIL PROTECTED] (on Wed, 18 Oct 2006 14:53:10 +0200): PS: shall i send you the svg files wich made swfmill crash yes please, also the ones that dont crash but are invisible. thx, -dan -- http://0xDF.com/ http://iterative.org/ ___

Re: [swfmill] svg conversion to flash

2006-10-23 Thread daniel fischer
Martin Ficzel [EMAIL PROTECTED] (on Thu, 19 Oct 2006 12:41:23 +0200): Martin, i had a closer look and there are some issues (too many to be fixed all too quickly). your assumptions are quite correct, if you can fix some things please do :) while i don't have the time ATM, i added a ticket so

Re: [swfmill] FileReference + swfmill

2006-10-25 Thread daniel fischer
Helko Lehmann [EMAIL PROTECTED] (on Wed, 25 Oct 2006 09:24:43 +0200): I should have thought of that before ;-) alright, nice. thank's for letting us know. (always good to have a solution in the list archive if someone stumbels over the same thing). -dan -- http://0xDF.com/

Re: [swfmill] jpeg import error

2006-11-02 Thread daniel fischer
Mark Winterhalder [EMAIL PROTECTED] (on Thu, 2 Nov 2006 18:49:36 +0100): Maybe swfmill has problems with progressive jpegs? swfmill doesnt know anything about jpeg but extract the width and height (and maybe strip some header). the bulk of a jpg images is simply copied 1:1 into the swf.

Re: [swfmill] Some glyphs from MSGOTHIC.ttc reshaped angular

2006-12-11 Thread daniel fischer
kazuaki, [EMAIL PROTECTED] (on Fri, 8 Dec 2006 16:39:31 +0900): I hope this patch is considerd for the next revision of the swfmill somethime. definitely, thanks very much for diggin in. -dan -- http://0xDF.com/ http://iterative.org/ ___

[swfmill] prerelease 0.2.11.20

2006-12-11 Thread daniel fischer
hey all, i've integrated Gerrit Karius' latest (september, ahem) SVG patch, and DefineButton2 support into a new prerelease: http://swfmill.org/pre/swfmill-0.2.11.20.tar.gz http://swfmill.org/pre/swfmill-0.2.11.20-win32.zip http://swfmill.org/pre/swfmill-0.2.11.20-macosx.tar.gz it would

Re: [swfmill] Swfmill simple very slow with some SWF...

2006-12-11 Thread daniel fischer
Quentin [EMAIL PROTECTED] (on Mon, 11 Dec 2006 17:22:37 +0100): ps : If you need my swfmill simple stamper XML file, please let me know, I could also share (via email) the SWFs that slow things down, but I'm not allowed to upload it to the Trac site, sorry about that... yea, sorry about

[swfmill] Call for Bugs :)

2006-12-11 Thread daniel fischer
Hey list, are there any other known problems except the ones noted on http://swfmill.org/trac/report/1 ? It's hard to keep track of issues on the mailing list, so please poke me when i forget about something. Putting it into trac tickets helps me find my focus for the next fixing session :)

Re: [swfmill] prerelease 0.2.11.21

2007-01-02 Thread daniel fischer
Hudson Ansley [EMAIL PROTECTED] (on Tue, 2 Jan 2007 11:35:12 -0500): I've posted two example SWFs with issues in a zip file at: http://hlamedia.com/swfmillPlaceObjectError2.zip Thanks Hudson, the files are perfectly small and crashing. I think i found the problem with toimport.swf, seems

Re: [swfmill] Call for Bugs :)

2007-01-09 Thread daniel fischer
Eric Priou [EMAIL PROTECTED] (on Sat, 6 Jan 2007 02:46:20 +0100): unregistered variable useOutlines xmlXPathCompiledEval: evaluation failed indeed. that was broken since revision 171. next prerel should fix it again. -dan -- http://0xDF.com/ http://iterative.org/

Re: [swfmill] Call for Bugs :)

2007-01-09 Thread daniel fischer
[EMAIL PROTECTED] (on Mon, 18 Dec 2006 06:45:38 -0800 (PST)): Here's a 1kb swf that reproduces: http://www.andrewlucking.com/temp/reduced.swf Great, Andrew, thanks. Much easier to fix this way. Turns out Alexis' swf reference was wrong at the time when i added the BitmapFills (now it is

[swfmill] prerelease 0.2.11.22

2007-01-09 Thread daniel fischer
hey all, i'm just uploading swfmill 0.2.11.22. * fixes font import (broken since a while- nobody noticed though :) * adds TiledBitmap2 fill style (0x42) * adds fix for some fonts, courtesy of Kazuaki MATSUHASHI (thanks!) * fixes cacheAsBitmap in PlaceObject3 find the prerelease at:

Re: [swfmill] Encryption questions...

2007-01-09 Thread daniel fischer
Quentin [EMAIL PROTECTED] (on Mon, 8 Jan 2007 17:29:14 +0100): Is it hard for those who develop SwfMill to add a -encrypt option that would act just like Amateya Encrypt (http://www.amayeta.com/software/swfencrypt/)? AFAIK, there is no such thing as proper swf encryption. All tools that

Re: [swfmill] swfmill needs your help.

2007-01-12 Thread daniel fischer
Hey Jon, good to hear you're still in. Basically, what kind of documentation you'd want to write is of course up to you- anything helps. What seems most important to me, though, is geting a comprehensive reference to the swfml-simple functionality, with examples. Very much like Mark's guide or

Re: [swfmill] swfmill needs your help.

2007-01-12 Thread daniel fischer
Hudson Ansley [EMAIL PROTECTED] (on Fri, 12 Jan 2007 13:26:40 -0500): I tested 0.2.11.22 on my problem cases (not the made up ones, but the real ones) and had no problems (yay!). Great, thanks Hudson. That makes four. Now, who's going to contribute the final success report? If possible,

Re: [swfmill] Universal Binary

2007-01-15 Thread daniel fischer
Hi Måns, thanks for the praise :) Måns Sewerin [EMAIL PROTECTED] (on Thu, 11 Jan 2007 13:56:11 +0100): I recently got a new mac with intel processor and was wondering if there is a build of the newest swfmill prerelease that is both for the Intel and the PPC? looks like i finally

Re: [swfmill] swfmill - need help getting started.

2007-01-18 Thread daniel fischer
Hey Gernot, next time, please post your questions to the mailing list. The Answers might be helpful for others, too. Gernot Frisch [EMAIL PROTECTED] (on Tue, 16 Jan 2007 16:16:00 +0100 (MET)): I'm currently writing a very easy to use program for small kids to create stop-motion movies. I

Re: [swfmill] MTASC and SWFMILL

2007-01-24 Thread daniel fischer
Jon Molesa [EMAIL PROTECTED] (on Wed, 24 Jan 2007 09:23:20 +): Wasn't aware it was a hack. For a hack it works great. I found it when I discovered the natural-entry point and for a hack it's truly useful. depends on the definition of hack, i guess :) for me, there's ugly hacks

[swfmill] [ANN] swfmill 0.2.12 'it's a long, long road'

2007-01-25 Thread daniel fischer
Hello, first, let me thank all those that responded to my call for help in various ways. I had two small contractor jobs related to swfmill since then that will keep me warm for a month or even two. Jon promised to work on documentation. Many have tested the late prereleases. Warm thanks to all

Re: [swfmill] MTASC and SWFMILL

2007-01-26 Thread daniel fischer
Christopher Brian Jack [EMAIL PROTECTED] (on Thu, 01 Jan 1998 17:45:18 -0800 (PST)): I'd really like to be able to use SVG properly (ie: more than one in the SWF project). Can't do a proper game without being able to manipulate vectorized shapes. In fact this one thing could make SWF

Re: [swfmill] JPEG with alpha mask

2007-02-04 Thread daniel fischer
Hey Måns, Måns Sewerin [EMAIL PROTECTED] (on Fri, 2 Feb 2007 11:13:37 +0100): transparent parts = 0 white opaque parts = 255 white semitransparent parts = 1-254 white depending on alpha value it's just the other way round- black is transparent (opacity/alpha 0), while 255 is opaque

Re: [swfmill] mix simple and lower level tags

2007-02-28 Thread daniel fischer
Benjamin Campin [EMAIL PROTECTED] (on Mon, 26 Feb 2007 14:56:03 -0500): I was not able to get the expected results, I am not able to mix the 2 formats. My font is not included in the result. Perhaps I missed something ? can you send me a sample of this? maybe i can get it to work :) -dan

Re: [swfmill] alternative vector sources

2007-02-28 Thread daniel fischer
Christopher Brian Jack [EMAIL PROTECTED] (on Wed, 28 Feb 2007 08:21:24 -0800 (PST)): Yes. So if I went to flash, drew a star, then run the above what would I be getting in the XML? Why not just try it? This is how i started understanding the SWF format. I don't own

Re: [swfmill] alternative vector sources

2007-02-28 Thread daniel fischer
Christopher Brian Jack [EMAIL PROTECTED] (on Wed, 28 Feb 2007 09:13:29 -0800 (PST)): Am I catching that right? Flash just imports everything to a bunch of actionscript? With the only difference being the stuff in DefineShape supports multiple frames whereas runtime AS doesn't? There

Re: [swfmill] mix simple and lower level tags

2007-02-28 Thread daniel fischer
Benjamin Campin [EMAIL PROTECTED] (on Wed, 28 Feb 2007 15:34:02 -0500): Dan, correct me if I am wrong, This works if we use the swfmill simple foo.xml foo.swf However it is not working with swfmill xml2swf foo.xml foo.swf no correction here, you're exactly

Re: [swfmill] swfmill-0.2.12.2 prerelease doesn't find libswft.so.0

2007-03-05 Thread daniel fischer
Mark Winterhalder [EMAIL PROTECTED] (on Mon, 5 Mar 2007 11:59:24 +0100): swfmill: error while loading shared libraries: libswft.so.0: cannot open shared object file: No such file or directory hum, did make install install a libswft.so[.0[.0.0]]? it should've. if it indeed did, try adding

Re: [swfmill] Bitmap filter effects on buttons

2007-04-10 Thread daniel fischer
Ralf Fuest [EMAIL PROTECTED] (on Tue, 10 Apr 2007 22:31:27 +0200): the current swfmill version doesn't support filters and blend modes for buttons. I've written a patch to add support for this features. great, thanks! it's in 0.2.12.4. got any more of these up your sleeve? -dan --

Re: [swfmill] prerelease 0.2.12.4

2007-04-11 Thread daniel fischer
Ralf Fuest [EMAIL PROTECTED] (on Wed, 11 Apr 2007 01:50:53 +0200): swft_import_ttf.cpp:52: error: invalid conversion from 'int (*)(FT_Vector*, void*)' to 'int (*)(const FT_Vector*, void*)' on svn trunk, i've re-added the consts and am casting the functions to (FT_Outline_*ToFunc)... works

Re: [swfmill] prerelease 0.2.12.4

2007-04-11 Thread daniel fischer
Ralf Fuest [EMAIL PROTECTED] (on Wed, 11 Apr 2007 01:50:53 +0200): swft_import_ttf.cpp:52: error: invalid conversion from 'int (*)(FT_Vector*, void*)' to 'int (*)(const FT_Vector*, void*)' on svn trunk, i've re-added the consts and am casting the functions to (FT_Outline_*ToFunc)... works

Re: [swfmill] prerelease 0.2.12.4

2007-04-11 Thread daniel fischer
Tobias Hinz [EMAIL PROTECTED] (on Wed, 11 Apr 2007 19:17:56 +0200): So this means we have to wait a few more hours or days until the new release is usable? if you're using the binary release, you should be allright. the problem was related to freetype versions, it's fixed on svn. -dan

[swfmill] readpng license incompatibility; swfmill distribution (temporarily) stopped.

2007-04-30 Thread Daniel Fischer
Dear List, i have been made aware of a small license breach in swfmill's use of Greg Roelof's sample code for using libpng to read PNG files. It was published under a 3-clause BSD license requiring advertisement of the author's copyright with all distribution, which is incompatible with the GPL,

Re: [swfmill] readpng license incompatibility; swfmill distribution is back.

2007-04-30 Thread Daniel Fischer
Daniel Fischer [EMAIL PROTECTED], on Mon, 30 Apr 2007 15:40:18 +0200: Until the situation has cleared up, i have stopped distribution of swfmill's source and binary archives. I have asked Greg for permission/relicensing of the code, to allow me to put the stuff back online. So, Greg has

Re: [swfmill] Bounding boxes for glyphs bug?

2007-06-19 Thread Daniel Fischer
Ralf Fuest [EMAIL PROTECTED], on Tue, 19 Jun 2007 16:57:36 +0200: I have svn access since yesterday. I've already fixed some things in svn and committed the gradient patch a few minutes ago. and thanks very much in the name of all swfmill users for your work! I'm sorry i can't spend more time

Re: [swfmill] Dependancy problem during ./config

2007-06-26 Thread Daniel Fischer
Hey Izak, izak marais [EMAIL PROTECTED], on Tue, 26 Jun 2007 02:57:45 -0700 (PDT): I checked the package manager for libxml, but there is no package named 'libxml-2.0' only 'libxml2' which is obviously (?) the same but with the wrong name? libxml2 was already installed. on debian-derived

Re: [swfmill] FW: Resize and Scale SWF file

2007-07-09 Thread Daniel Fischer
On Mon, 9 Jul 2007 18:53:32 +0300 Magen-Shaked Tamar [EMAIL PROTECTED] wrote: But when I'm changing the scaleX and/or scaleY in the Transform element, The all size is getting bigger, and my purpose is to stay with a fixed size and just zoom into specific object in the frame. of course, yes.

[swfmill] Fw: swfmill 0.2.12 - Softpedia 100% CLEAN Award

2007-08-12 Thread Daniel Fischer
Begin forwarded message: Date: Sat, 11 Aug 2007 22:01:16 +0300 (EEST) From: Softpedia Editorial Team [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: swfmill 0.2.12 - Softpedia 100% CLEAN Award Hello, Your product swfmill 0.2.12 has been tested by the Softpedia labs and found to be

Re: [swfmill] Tag Fields, Types swfmill simple tags...

2007-10-13 Thread Daniel Fischer
On Fri, 12 Oct 2007 14:49:22 +0200 Ralf Fuest [EMAIL PROTECTED] wrote: Version 0.2.12 is the latest official release. But there are more current prereleases. You can find them here: http://swfmill.org/pre/ (or http://pereluk.de/swfmill/swfmill-0.2.12.5-win32.zip if you use windows) Ralf:

Re: [swfmill] useNetwork bug?

2007-12-18 Thread Daniel Fischer
On Tue, 18 Dec 2007 17:54:58 +0100 Quentin [EMAIL PROTECTED] wrote: I use an XML file (with the 'simple' syntax in it) that imports SWFs in the library and place them on the stage. This XML file has FileAttributes hasMetaData=0 useNetwork=1 / just after the movie tag. In some

Re: [swfmill] useNetwork bug?

2007-12-19 Thread Daniel Fischer
On Wed, 19 Dec 2007 10:39:02 +0100 Quentin [EMAIL PROTECTED] wrote: /bin/sh: line 1: xsltproc: command not found you'll need xsltproc- it's usually part of libxslt (maybe sth like libxslt-dev?). also, it would be much better to start from the svn sources than 0.2.12.4... -dan

Re: [swfmill] useNetwork bug?

2007-12-19 Thread Daniel Fischer
On Wed, 19 Dec 2007 18:16:32 +0100 Quentin [EMAIL PROTECTED] wrote: Sorry about that! no need to be sorry.. you do have xsltproc installed now? it's needed from autogen.sh, too. you can also try manually # cd swfmill.../src/ # xsltproc codegen/mk.xsl codegen/source.xml # cd .. # ./configure

Re: [swfmill] New SWFMILL build?

2008-01-17 Thread Daniel Fischer
On Thu, 17 Jan 2008 14:52:29 +0100 Quentin [EMAIL PROTECTED] wrote: it would push new fixes to a wider audience... well, i agree. i can likely compile a windows build, but for OSX, the server i had access to no longer exists-- anyone running an OSX server and willing to install developer

Re: [swfmill] Patch: Specify text encoding for string in swf

2008-01-21 Thread Daniel Fischer
On Mon, 21 Jan 2008 21:36:19 +0900 INADA Naoki [EMAIL PROTECTED] wrote: Do anyone want this option? I want this patch applied to swfmill. But if no one wants this option, making swfmill Japanese branch is better for me, maybe. That should be fine; i'll review your patch when i find some time.

Re: [swfmill] CentOS problem:

2008-01-21 Thread Daniel Fischer
On Mon, 14 Jan 2008 10:27:21 -0800 (PST) denny shimkoski [EMAIL PROTECTED] wrote: XPath error : Undefined variable compilation error: element Symbol Denny, sorry for the long delay. I just had a similar problem on RedHat RHEL4. It seems their libxslt package doesnt include libxslt in a

Re: [swfmill] CentOS problem:

2008-01-21 Thread Daniel Fischer
On Mon, 21 Jan 2008 22:28:27 +0100 Daniel Fischer [EMAIL PROTECTED] wrote: I just had a similar problem sorry, i still have it. update when it's solved. -dan ___ swfmill mailing list swfmill@osflash.org http://osflash.org/mailman/listinfo

Re: [swfmill] SWFMill bug with filters applied to movieclips and importing (version 0.2.12.4 and earlier)

2008-01-26 Thread Daniel Fischer
On Fri, 25 Jan 2008 11:16:26 -0500 Alex H [EMAIL PROTECTED] wrote: It seems that having any type of filter applied to a movieclip at design time breaks SWFMILL's import routines. Hey Alex, thanks for the detailled bug report. First question: i assume you are using the latest release version,

[swfmill] maintainer-wanted (was: Re: mp3 import bug)

2008-04-11 Thread Daniel Fischer
quoting Zárate [EMAIL PROTECTED]: What about SWFMill 0.4?? 0.3 is first ;) for me, i wouldn't mind just promoting the current SVN to 0.3, to communicate the steps and stability improvement it made recently. thing is, my compile-to-windows setup broke and is not easily recreatable. also, the

Re: [swfmill] mp3 import bug

2008-04-11 Thread Daniel Fischer
quoting Zárate [EMAIL PROTECTED]: Yes, we *really* need a new release of SWFMill... The version on SVN is a lot more advanced than the current release. There are quite a few of us using swfmill on a daily basis and not all people is capable of compiling from sources. Last time i tried in

Re: [swfmill] Does swfmill have any options for image compression?

2008-05-05 Thread Daniel Fischer
quoting mawe [EMAIL PROTECTED]: I want to add that the PNG preserve its full alpha capabilities, though it had been grilled by this lossy compression. Means I can put something under it and this will show through. I can even animate the whole thing, continuous transparency still works.

Re: [swfmill] Extract static text from a SWF using swfmill?

2008-09-16 Thread Daniel Fischer
whops, sorry for the double posting. me and technology... -dan ___ swfmill mailing list swfmill@osflash.org http://osflash.org/mailman/listinfo/swfmill_osflash.org