Re: [swfmill] swfmill 0.3.0 released

2009-11-30 Thread Mark Winterhalder
On Mon, Nov 30, 2009 at 11:40 PM, Daniel Cassidy wrote: > since the last release > two and a half (!) years ago. Finally, hell froze over! Btw, two and a half years, and no cool release name? Consider this a feature request for 0.3.1. :) Congrats on your first release, Dan! ___

Re: [swfmill] [Fwd: Re: Font Embedding]

2009-01-15 Thread Mark Winterhalder
> What is vera.ttf ? it is the real TrueType file? Yes. > The ID (vera in this case) may be anything? or should be the font name, and > how do you use it in the TextField? Yes, both -- it /may/ be anything, but /should/ be the font name for clarity's sake. What's missing in the tutorial, because

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

2008-05-04 Thread Mark Winterhalder
On Sun, May 4, 2008 at 5:46 PM, mawe <[EMAIL PROTECTED]> wrote: > I think these are jpeg artifacts, though really strong ones. > > Check it out here: > http://typeofundefined.com/stuff/screens/swf_png_low.png Oh, yes. That's /not/ lossless. So, I guess the answer is to use JPGs when you want b

Re: [swfmill] Embedded fonts looks dfferent for flash8 and flash9 and different from Flash CS application

2008-05-04 Thread Mark Winterhalder
Hi Mike, As far as I know, Swfmill only supports DefineFont2, not DefineFont3 as it is used in SWF9 (or 8?). DefineFont3 would be needed to take advantage of the better font rendering settings. I might miss something, so please Dan or Ralf correct me, but it seems the places to look for are:

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

2008-05-04 Thread Mark Winterhalder
> Tested it at work, with a 24 bit PNG with semi-transparent areas, saved for > web out of Photoshop: > > - Original PNG: 858 KB > - SWF output size, with JPEG quality for publishing set to 0 (zero): 177 KB > - SWF output size, JPEG quality set to 100 (hundred): 627 KB > > The low quality ver

Re: [swfmill] Embedded fonts looks dfferent for flash8 and flash9 and different from Flash CS application

2008-05-04 Thread Mark Winterhalder
On Sun, May 4, 2008 at 1:22 PM, Michael Pliskin <[EMAIL PROTECTED]> wrote: > Maybe you can point us to some docs/info on these extra new font > features? We can try adding support ourselves then... How about the official specs, which just had the restrictions removed a few days ago? :)

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

2008-04-24 Thread Mark Winterhalder
On Thu, Apr 24, 2008 at 11:32 PM, Joel Poloney <[EMAIL PROTECTED]> wrote: > On Thu, Apr 24, 2008 at 2:23 PM, Mark Winterhalder <[EMAIL PROTECTED]> wrote: > > > I think the compression setting in Flash only affects JPGs (where > > Swfmill just takes what you pass to it

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

2008-04-24 Thread Mark Winterhalder
On Thu, Apr 24, 2008 at 7:15 PM, Walton, Lynn <[EMAIL PROTECTED]> wrote: > Does swfmill have any options for image compression? Hmm... the reply I just sent to the other thread would have fit better here. :) I think the compression setting in Flash only affects JPGs (where Swfmill just takes what

Re: [swfmill] PNG Compression

2008-04-24 Thread Mark Winterhalder
On Thu, Apr 24, 2008 at 8:58 PM, Axel Huizinga <[EMAIL PROTECTED]> wrote: > Hi Ralph, > that wasn't really an answer to the question. I also asked my self since I > used swfmill if there > any way to achieve compression like for example with the ming library: > $movie->output(9) As far as imag

Re: [swfmill] mp3 import bug

2008-04-11 Thread Mark Winterhalder
Zárate, if you like, I can send you my binary. Not sure if that would work, but it might be worth a shot. It's built on Gentoo for Pentium-M. Mark On Fri, Apr 11, 2008 at 9:49 AM, Zárate <[EMAIL PROTECTED]> wrote: > Yes, we *really* need a new release of SWFMill... > > The version on SVN is

Re: [swfmill] The tag and HaXe / AS3

2008-04-09 Thread Mark Winterhalder
f file as a > library, and without the ability to call a function with > swfmill, it is not possible to add the assets into the > compiled file.) > > Am I right about this, or have I missed anything? > > Andras > > > > Mark Winterhalder wrote: > >>

Re: [swfmill] The tag and HaXe / AS3

2008-04-09 Thread Mark Winterhalder
> All the examples containing the tag seem to refer > to MTASC. Is the tag usable with HaXe if you target > Flash 9? No, it's not usable for anything but AS2. is left over from the very early days of Swfmill, IIRC the problem was that MTASC compiled code executed before the SWF was fully ini

Re: [swfmill] compiling png's to swf with diferent quality settings

2008-03-27 Thread Mark Winterhalder
On Thu, Mar 27, 2008 at 5:02 PM, Baluta Cristian <[EMAIL PROTECTED]> wrote: > hello list. i'm new to swfmill and i want to use it with haXe. > but i have a question wich does not have importance where i'll use. can i > import many png's to diferent frames into swf, and then set jpg quality of > thi

Re: [swfmill] Rotation attribute

2008-02-07 Thread Mark Winterhalder
On Feb 7, 2008 4:07 PM, Paul Colomiets <[EMAIL PROTECTED]> wrote: > Hi! > > Firstly I've updated swfmill reference on osflash > (http://osflash.org/swfmill), > to reflect SVG import info. I'd be happy if someone look at that since > that info is > based only on my experience. Also I don't know if c

Re: [swfmill] compiling on Linux

2008-01-11 Thread Mark Winterhalder
On Jan 11, 2008 9:24 PM, Will <[EMAIL PROTECTED]> wrote: > Moving from OSX now to Linux, I have a linux server running Fedora core > 5. I got a list of missing things after running autogen.sh: This looks like you need gcc, the GNU Compiler Collection. Mark __

Re: [swfmill] useNetwork bug?

2007-12-19 Thread Mark Winterhalder
On Dec 19, 2007 5:40 PM, Quentin <[EMAIL PROTECTED]> wrote: > Well, I think I'm not skilled enough for that... > I've never used SVN and I'm afraid of doing something wrong! It's not too hard. Try this: (to get svn: sudo apt-get install subversion) cd /tmp svn co http://swfmill.org/svn/trunk swfm

Re: [swfmill] useNetwork bug?

2007-12-18 Thread Mark Winterhalder
On Dec 18, 2007 4:29 PM, Quentin <[EMAIL PROTECTED]> wrote: > Hello, > First of all, sorry to re-post this, but I'm working on a project that > really needs to have this bug (?) fixed in swfmill! > If someone out there has the ability to do it, it'd be a nice > Christmas present... > > Once again,

Re: [swfmill] WARNING: this file is not a valid MP3

2007-12-14 Thread Mark Winterhalder
On Dec 14, 2007 12:21 PM, Ryan van Roode <[EMAIL PROTECTED]> wrote: > I am trying to figure out a way of reducing the size of flash sound files > and these 44100Hz mp3s are still quite large. Is this sampling rate imposed > by flash, or is it some limitation of swfmill? Is it possible for the > swf

Re: [swfmill] wma - mailing list

2007-12-03 Thread Mark Winterhalder
On Dec 3, 2007 8:05 AM, Axel Huizinga <[EMAIL PROTECTED]> wrote: > > Hi, > > 1. > is there a linux tool to use wma audio with swf? No, the FlashPlayer doesn't understand that and Swfmill doesn't convert it, so you need to convert it to mp3 or wav yourself. > 2. > will it be possible to setup

Re: [swfmill] Impossible to compile from sources

2007-12-02 Thread Mark Winterhalder
Hi Zárate, > "swfmill: error while loading shared libraries: libswft.so.0: cannot > open shared object file: No such file or directory" this means Swfmill can't find the library. If you compiled from sources, it should be in /usr/local/lib. If not, run 'locate libswft' (and 'updatedb' before tha

Re: [swfmill] Impossible to compile from sources

2007-11-25 Thread Mark Winterhalder
On Nov 25, 2007 10:20 PM, Joel Poloney <[EMAIL PROTECTED]> wrote: > I would ignore warning messages (I had a few myself). What error messages > are you getting? The dependencies are still fresh in my mind... so I might > be able to point you in the right direction. Here's a list:

Re: [swfmill] Accessing frames in AS3

2007-11-13 Thread Mark Winterhalder
On Nov 14, 2007 5:00 AM, Joel Poloney <[EMAIL PROTECTED]> wrote: > Here's a link to the updated swf's without compression: > http://joel.poloney.com/newswfs.zip. Thanks -- but with my version of Swfmill, I get an identical SWF after the round-trip, down to the last bit. So, it seems that whatever

Re: [swfmill] Accessing frames in AS3

2007-11-13 Thread Mark Winterhalder
AS2 and AS3 movies. And, I'd love to help out with the > documentation of this. At least I could provide some good documentation on > this specific problem :) > > -- Joel > > > > On Nov 13, 2007 1:22 PM, Mark Winterhalder <[EMAIL PROTECTED]> wrote: > > If a SWF

Re: [swfmill] Accessing frames in AS3

2007-11-13 Thread Mark Winterhalder
was reading as AVM1. > > Thoughts? > > -- Joel > > > > On Nov 13, 2007 11:45 AM, Joel Poloney <[EMAIL PROTECTED]> wrote: > > > > On Nov 13, 2007 1:58 AM, Mark Winterhalder <[EMAIL PROTECTED]> wrote: > > > > > > > > > If ever

Re: [swfmill] Resizing Images on Import

2007-11-13 Thread Mark Winterhalder
You can use @scale in , like @x and @y. Actually importing it at 50% size would require image manipulation capabilities that swfmill doesn't have, so you need to do that with a separate program. HTH, Mark On Nov 13, 2007 9:42 PM, Joel Poloney <[EMAIL PROTECTED]> wrote: > Is there any way to res

Re: [swfmill] Accessing frames in AS3

2007-11-13 Thread Mark Winterhalder
On Nov 13, 2007 8:55 AM, Joel Poloney <[EMAIL PROTECTED]> wrote: > Also, getting back to the main part of this thread. Trevor, did you have any > suggestions on the syntax of my swfmill xml? I'm curious why it's not > outputting to flash 9 (Flex seems to think it's an AVM1 movie). I also think > th

Re: [swfmill] How to use swfmill to check the duration of a swf

2007-11-12 Thread Mark Winterhalder
On Nov 13, 2007 5:07 AM, ying lcs <[EMAIL PROTECTED]> wrote: > Is it possible to use swfmill to find out the duration of a swf? > For example how many frames in that swf and how long each frame should play? Sure, when you do swfmill swf2xml infile.swf | less you can see the number of frames a

Re: [swfmill] Accessing frames in AS3

2007-11-12 Thread Mark Winterhalder
On Nov 12, 2007 8:25 PM, Trevor Burton <[EMAIL PROTECTED]> wrote: > I'm not sure how you'd give it the classname in swfmill - cause i've not > used swfmill for compiling AS3 swfs. You just give it an @id like package.ClassName and define a class with that name that extends flash.display.Sprite.

Re: [swfmill] Accessing frames in AS3

2007-11-12 Thread Mark Winterhalder
On Nov 12, 2007 7:52 PM, Joel Poloney <[EMAIL PROTECTED]> wrote: > > What other AS3 compilers are there? > > The haXe compiler will compile AS3 if I'm not mistaken. No, it compiles haXe. :) It can generate AS3 source code (i.e., "compile to AS3") to be compiled with mxmlc or asc afterwards, but wh

Re: [swfmill] error: "input not UTF-8"

2007-11-10 Thread Mark Winterhalder
> When I create the SWF file with swfmill, it says the following: > "error : xmlEncodeEntitiesReentrant : input not UTF-8" This (unresolved) issue from an ancient thread just came up for me: I've just compiled Swfmill off SVN for my new system, and I get the error when I try swf2xml. What is /real

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

2007-10-11 Thread Mark Winterhalder
On 10/11/07, Mehdi Ahmadi @ The JD Project <[EMAIL PROTECTED]> wrote: > Thanks for the response Mark... what about alpha/numeric ranges? is it > possible to define "A...z" or perhaps a char code / UTF code range? No presets that I knew of. But I could be wrong. So far, you have to list all the cha

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

2007-10-11 Thread Mark Winterhalder
On 10/11/07, Mehdi Ahmadi @ The JD Project <[EMAIL PROTECTED]> wrote: > Is there a way specifying glyph=all / all the avalible range in a .ttf? > Seems like with a bit of reverse engineering I am getting closer to my > original need. Mehdi, the default behaviour is to include all glyphs, so, if y

Re: [swfmill] building from svn

2007-09-28 Thread Mark Winterhalder
On 9/28/07, Axel Huizinga <[EMAIL PROTECTED]> wrote: > > Hi, > need some advice on building swfmill from svn on my vserver (strato) Hmm... some ideas: See if you can free some memory yourself: run 'top', press -O, n, . It should now be sorted by memory usage. Maybe there is something you can ha

Re: [swfmill] newbie drawing api

2007-09-21 Thread Mark Winterhalder
Hi Hari, there are two swfml xml dialects, swfml-ll ("low level"/"basic") and swfml-s "simple"). The examples you can find on are for swfml-s, but you can't draw in that one. Normal Swfmill use is to use swfml-s and import pre-existing graphics, the Svn version (Ralf p

Re: [swfmill] Jing like application

2007-08-14 Thread Mark Winterhalder
On 8/14/07, John Aughey <[EMAIL PROTECTED]> wrote: > I gave this a try and it looks like it's going to work great. > > If I have hundreds of frames and clips in a swf file, should I take care to > remove clips when they are no longer visible? Or does it just not matter. > I would think if there ar

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

2007-08-12 Thread Mark Winterhalder
> Your product "swfmill 0.2.12" has been tested by the Softpedia labs and > found to be completely clean of adware/spyware components. Phew -- I feel relieved. :) "swfmill is not only a smart and reliable xml2swf and swf2xml processor, but also easy-to-use despite the fact it is a commandline too

Re: [swfmill] Flash9 support

2007-07-17 Thread Mark Winterhalder
On 7/17/07, Ralf Fuest <[EMAIL PROTECTED]> wrote: > Hello Mark, > you are right. You just use "class Foo extends BytaArray {}". At least > it works in haXe this way, I don't know about AS3. Cool, I will adjust my tool to use that instead. Damn, and I was so proud of my hack. :) Mark

Re: [swfmill] Flash9 support

2007-07-17 Thread Mark Winterhalder
On 7/17/07, Ralf Fuest <[EMAIL PROTECTED]> wrote: > Hello Mark, > I'm sorry to render your tool obsolete. ;) Ah, well. I'll find some uses for it, I'm sure. :) > I hope you like the swfmill internal solution. Yeah, swfmill doesn't even use a hack. My approach was to abuse DefineBitsLossless2 and

Re: [swfmill] Flash9 support

2007-07-16 Thread Mark Winterhalder
On 7/16/07, Ralf Fuest <[EMAIL PROTECTED]> wrote: > Hello, > I just want to write a short update about the things I worked on for the > past days. > > I've added support for some flash 9 tags to swfmill. This includes the > DoABC and DoABCDefine tags and the ABC format that is used to represent > t

Re: [swfmill] Problem with haXe SWF9 library

2007-07-09 Thread Mark Winterhalder
Hi Ralf, > I didn't really understand what you wrote about the bounding boxes. The > SVG import calculates the bounding boxes to fit the paths (at least I > hope it does correctly). it seems like the size of the bounding box is calculated correctly, however, the reference point isn't. Sub-groups

Re: [swfmill] Small tool to help with SWF9 SVG import

2007-07-08 Thread Mark Winterhalder
Now with the new export features, still at: $ swfmillsvglibtool swfmillsvglibtool is a simple tool to help you with preparing an SVG file for Swfmill import, to be used with haXe for SWF9. version 0.0.2 usage: swfmillsvglibtool [options] it will cre

Re: [swfmill] SVG support committed

2007-07-08 Thread Mark Winterhalder
\o/ Ralf -- you rock, thanks! The only downside is that I will have to adjust my tool to have options for that. :) Mark On 7/8/07, Ralf Fuest <[EMAIL PROTECTED]> wrote: > Hello Mark, > I've added a attribute to the clip tag that allows to define which > elements are exported (turned into symbo

Re: [swfmill] Small tool to help with SWF9 SVG import

2007-07-08 Thread Mark Winterhalder
OK, I made a half-proper version for your testing pleasure: The usage has changed: $ swfmillsvglibtool swfmillsvglibtool is a primitive tool to help you with preparing an SVG file for Swfmill import, to be used with haXe for SWF9. version 0.0.1 usage:

Re: [swfmill] SVG support committed

2007-07-07 Thread Mark Winterhalder
On 7/7/07, Mark Winterhalder <[EMAIL PROTECTED]> wrote: > Quick bug report before I'll go drinking: > > It appears that there is an extra anonymous DisplayObjectContainer in > between containers. So, if you have Foo.Bar.Baz, what you get is > Foo.anonymous.Bar.anony

Re: [swfmill] Small tool to help with SWF9 SVG import

2007-07-07 Thread Mark Winterhalder
Here's what I used it for: I used this source map, opened it in Inkscape and hit Ctrl-L a few times to reduce file size: That's the result: Mark ___ swfmill mailing l

Re: [swfmill] SVG support committed

2007-07-07 Thread Mark Winterhalder
Quick bug report before I'll go drinking: It appears that there is an extra anonymous DisplayObjectContainer in between containers. So, if you have Foo.Bar.Baz, what you get is Foo.anonymous.Bar.anonymous.Baz. That's not a new problem, it already existed in the old Swfmill SVG import. Could be my

Re: [swfmill] Problem with haXe SWF9 library

2007-07-07 Thread Mark Winterhalder
Hello Ralf, I decided to give it a shot and began writing a tool to prepare an SVG file (make IDs upper case, remove spaces) and write the class definition. We'll see how it goes. Mark On 7/7/07, Ralf Fuest <[EMAIL PROTECTED]> wrote: > Hello Mark, > I've just did a bit of research myself, but I

Re: [swfmill] Problem with haXe SWF9 library

2007-07-07 Thread Mark Winterhalder
Actually, groups without an ID should just be shapes, not symbols. So, you'd only give IDs to the groups you want to have a class for, and remove it from the rest. In the file that was supposed to be my fun little weekend project, there are >300 MovieClips, as it is now. Mark On 7/7/

Re: [swfmill] Problem with haXe SWF9 library

2007-07-07 Thread Mark Winterhalder
ioned at 0,0 with the visible part being somewhere else (or does it even do that already? I didn't manage to display anything yet, so I don't know). Maybe I'm just doing something wrong, I don't know. Mark On 7/7/07, Mark Winterhalder <[EMAIL PROTECTED]> wrote: &g

[swfmill] Problem with haXe SWF9 library

2007-07-06 Thread Mark Winterhalder
Hi, I'm trying to use an SVG file as a library item for a haXe generated v9 SWF, as described at . However, when I place the asset on the stage, the Flashplayer gives me a "ReferenceError: Error #1065: Variable foo is not defined", where foo is every single sub-clip o

Re: [swfmill] SVG support committed

2007-07-06 Thread Mark Winterhalder
On 7/7/07, Ralf Fuest <[EMAIL PROTECTED]> wrote: > Hello Mark, > the current SVN version of SWFShapeMaker.cpp is only 399 lines long and > your compile log shows that your file is at least 481 lines long, so > there seems to be a problem with your source files. Try to do a fresh > checkout to fix

Re: [swfmill] SVG support committed

2007-07-06 Thread Mark Winterhalder
Hi Ralf, I tried to test, but got errors during compilation: SWFShapeMaker.cpp:317: error: expected unqualified-id before '<<' token SWFShapeMaker.cpp:398: error: expected unqualified-id before '==' token SWFShapeMaker.cpp:408: error: 'ShapeMaker' has not been declared SWFShapeMaker.cpp: In funct

Re: [swfmill] embed fonts Flash 9

2007-06-01 Thread Mark Winterhalder
Hi, this is a working one I use: Note that @url in must refer to the actual location. I make sure it has finished loading the font SWF before I use it. HTH, Mark On 6/1/07, Javier Gómez Pose <[EMAIL PROTECTED]> wrote: > Hi > > I created

Re: [swfmill] building svn version

2007-05-28 Thread Mark Winterhalder
Thanks for the update, Ralf. Maybe somebody could add what is necessary to build on mac/win? How about asking Dan for svn access? I think it would greatly simplify things, especially during those times when he's hardly ever online (which probably won't change until autumn). Mark On 5/28/07, Ral

Re: [swfmill] building svn version

2007-05-28 Thread Mark Winterhalder
> can you tell me the exact steps for compiling swfmill. Below is what I have to do, on Gentoo. That means I don't have to deal with dependencies, because it's close to impossible to have a working system without having everything swfmill needs already... lucky me. :) What you do need, apart from

Re: [swfmill] Help with mask and bitmaps

2007-05-16 Thread Mark Winterhalder
On 5/16/07, Sebastian Lucas <[EMAIL PROTECTED]> wrote: > Hi, > > Im working on a IDE to make animations. > But I've some problems... Cool. :) > Could anyone tell me how to make a mask with a bitmap? where the PNG is 8bit gray scale (the alpha value per pixel). Mark ___

Re: [swfmill] Unrecognized tags

2007-05-16 Thread Mark Winterhalder
On 5/16/07, Sergei <[EMAIL PROTECTED]> wrote: > Hi, > > Sometimes when I convert swf 2 xml, I see that sme tags were not recognized > by swfmill. These are mosty Flash Lite commands (like fscommand2, etc). In > xml these are named 'UnknowTag' or something like that. > The question is: when I conver

Re: [swfmill] convert a svg file to swf

2007-05-14 Thread Mark Winterhalder
On 5/14/07, Flash Developpeur <[EMAIL PROTECTED]> wrote: >Hello everybody, > > I don't see in the documentation how to convert a svg file to a swf. > > Is anybody can explain me how to make my xml file, please ? Hi Matthieu, simply import it just like everything else: If you have any p

Re: [swfmill] Improved SVG support

2007-05-10 Thread Mark Winterhalder
On 5/3/07, Mark Winterhalder <[EMAIL PROTECTED]> wrote: > I hope to find the time to test it soon, hopefully later tonight. Well, only one week has passed and I finally got around to do some tests -- and I must say I'm very happy with the results. :) Here are Tux and t

Re: [swfmill] Improved SVG support

2007-05-03 Thread Mark Winterhalder
Wow, this is excellent news to wake up to! :) I hope to find the time to test it soon, hopefully later tonight. Proper SVG import is a huge step, IMHO. Maybe we can talk Dan into a fresh release... Thanks for the hard work! Mark On 5/3/07, Ralf Fuest <[EMAIL PROTECTED]> wrote: > Hello, > I've

Re: [swfmill] www.swfmill.org offline

2007-04-30 Thread Mark Winterhalder
On 4/30/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Does anybody know, what happened to the swfmill-project? Did it move? No, there seems to be a problem with the server. I couldn't get hold of Dan (yet), but left a message and sent an SMS. I'm sure it'll be fixed soon if he's somewhere nea

Re: [swfmill] xml2swf (advanced mode)

2007-04-13 Thread Mark Winterhalder
On 4/13/07, Christian Giordano <[EMAIL PROTECTED]> wrote: > Hi guys, I would need to generate a swf with embedded an image and > rotated/colored texts. I presume the latter is not possible to do in > simple mode (I read about the rotation patch but I would need also to > set some text formatting, a

Re: [swfmill] newbie: creating animation from a series of jpg files various timings

2007-03-23 Thread Mark Winterhalder
On 3/23/07, XIX <[EMAIL PROTECTED]> wrote: > The frame rate you ask for and the frame rate flash actually runs at > seldom seem to be the same. I don't mean frame dropping due to > rendering time. From personal tests I've seen a request for 30fps > actually yield 25fps even when nothing is being dr

Re: [swfmill] Bug introduced in rev. 203?

2007-03-11 Thread Mark Winterhalder
On 3/12/07, Alex Midgley <[EMAIL PROTECTED]> wrote: > In revision 203, the first character of src/xslt/simple-tools.xslt is an > 'h', so it doesn't compile. Is this a bug, or are my tools reading a > byte order mark wrong or something? Looks like your tools work properly, it's also there on Trac:

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

2007-03-05 Thread Mark Winterhalder
On 3/5/07, daniel fischer <[EMAIL PROTECTED]> wrote: > "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

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

2007-03-05 Thread Mark Winterhalder
Hi, after running ./configure, make, make install I'm getting... [EMAIL PROTECTED] ~/.swfmill/swfmill-0.2.12.2 $ swfmill swfmill: error while loading shared libraries: libswft.so.0: cannot open shared object file: No such file or directory ...when I try to run swfmill. Any help would be appreci

Re: [swfmill] newbie: creating animation from a series of jpg files various timings

2007-03-05 Thread Mark Winterhalder
> So what happens in between each > frame... if file1.jpg is captures at 10seconds before file2.jpg, I just > stick (10x10) 100 tags as filler in between the two images. There > must be a better way than this. Also, since I'm converting from > milliseconds to frames per second... I think I'm lo

Re: [swfmill] Question about swfmil output

2007-03-04 Thread Mark Winterhalder
On 3/4/07, ying lcs <[EMAIL PROTECTED]> wrote: > I am trying to investigate why certain swf files (the ones find in > public sites) can't play on the gnash (an opensource flash player). That's /very/ legitimate. :) That tag (PlaceObject) places an object on the stage -- it does /not/ define that

Re: [swfmill] Question about swfmil output

2007-03-04 Thread Mark Winterhalder
On 3/4/07, Joseph Donth <[EMAIL PROTECTED]> wrote: > Pardon the question but as a newcomer to this list I'm not sure what the > "rules" are yet. > > Mark's comment "...you won't get any meaningful help here unless you come up > with a convincing story that explains why you need to do it." prompted

Re: [swfmill] Question about swfmil output

2007-03-04 Thread Mark Winterhalder
> Can the object 'player' have a property called 'movie'? Yes, you'd have to check wherever object 131 is defined. But as Bob already said in your OSFlash thread about decompiling, you won't get any meaningful help here unless you come up with a convincing story that explains why you need to do i

Re: [swfmill] Not understanding the command (I think)

2007-03-01 Thread Mark Winterhalder
> The SWF file that is being created (after MTASC and SWFMILL) consists of ONE > frame i.e. Flash.totalFrames = 1 (where as if I use the original file from > the pdf2swf program I get the actual 12 frames. That is correct -- you're importing a 12 frame MovieClip (SWF) into a 1 frame SWF. The one i

Re: [swfmill] URL for supported tags

2007-02-26 Thread Mark Winterhalder
On 2/26/07, Benjamin Campin <[EMAIL PROTECTED]> wrote: > Is there a place where all the supported tags and attributes to be used by > swfmill xml2swf are listed ? Hmm... the ultimate, definitive place, AFAIK, is this: Maybe this helps

Re: [swfmill] SWFMill & no-anti aliased text + wiki

2007-01-26 Thread Mark Winterhalder
Hi Roxlu, it seems like Flash does the aliasing of the fonts. IIRC, when you include a font with anti-aliasing switched off the SWF will get smaller. So, it seems not to be a setting but actually different glyphs, ant swfmill can't do that. As for the wiki, I think it would be best to use the one

Re: [swfmill] MTASC and SWFMILL

2007-01-24 Thread Mark Winterhalder
On 1/2/98, Christopher Brian Jack <[EMAIL PROTECTED]> wrote: > On Wed, 24 Jan 2007, daniel fischer wrote: > > 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 thin

Re: [swfmill] Error with compiling textfield with "><" characters

2007-01-24 Thread Mark Winterhalder
On 1/24/07, Roxlu <[EMAIL PROTECTED]> wrote: > Hi there, > > I tried to compile this line: > > Have you tried < and > yet? HTH, Mark ___ swfmill mailing list swfmill@osflash.org http://osflash.org/mailman/listinfo/swfmill_osflash.org

Re: [swfmill] jpeg import error

2006-11-02 Thread Mark Winterhalder
> http://relivethefuture.com/work/test.jpg jpeginfo says it's progressive: [EMAIL PROTECTED] ~ $ jpeginfo test.jpg test.jpg 301 x 113 24bit JFIF P 11187 Maybe swfmill has problems with progressive jpegs? Mark On 11/2/06, Martin Wood-Mitrovski <[EMAIL PROTECTED]> wrote: > I've got a prob

Re: [swfmill] swfmill error

2006-10-18 Thread Mark Winterhalder
On 10/19/06, Myriam <[EMAIL PROTECTED]> wrote: > same problem: my xml ist in the main folder of my project. Here ist my > prompt > > C:\Programme\swfmill>swfmill simple > C:\MyProjects\Myfirstproject\application.xml > C:\MyProjects\Myfirstproject\application.swf > > runtime error: element apply-t

Re: [swfmill] swfmill error

2006-10-18 Thread Mark Winterhalder
On 10/19/06, Myriam <[EMAIL PROTECTED]> wrote: > sorry i tryed that first and it didn't work: Here the error with > another jpeg and the right path: > swft:import-jpeg() : failed to read file '../library/test.jpg' Hmm. If you leave it as "library/test.jpg", and move the XML into the Myfirstprojec

Re: [swfmill] swfmill error

2006-10-18 Thread Mark Winterhalder
On 10/19/06, Myriam <[EMAIL PROTECTED]> wrote: > My path to the library is C:\MyProjects\Myfirstproject\library > My swfmill is C:\Programme\swfmill > > I call in the prompt: > C:\Programme\swfmill>swfmill simple > C:\MyProjects\Myfirstproject\src\application > .xml C:\MyProjects\Myfirstproject\src

Re: [swfmill] swfmill error

2006-10-18 Thread Mark Winterhalder
Hmmm... the XML looks OK. Does it work with a different PNG? If not, I'm not sure what the path is relative to -- the location of the XML, or from where you launch swfmill. Does it work when you launch swfmill from the directory where you keep the XML and the library folder? Mark On 10/19/06,

Re: [swfmill] svg conversion to flash

2006-10-18 Thread Mark Winterhalder
> - - the importing of files created with autotrace caused no errors but > nothing was visble afterwards and the filesize was just 70bytes As an experiment, try to open the SVG with Inkscape, select-all, then do a Path -> Object to Path. Maybe it works, and maybe it can be used to batch convert so

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

2006-08-25 Thread Mark Winterhalder
On 8/25/06, Steve Webster <[EMAIL PROTECTED]> wrote: > My new employer have blessed me with a new Intel MacBook Pro (dodgy, > explosive battery included free of charge) so I can take a look at > trying to get an intel build out. Our designer just had his MBP recalled from the vendor, for a new mot

Re: [swfmill] RecursionLimit tag 65

2006-08-22 Thread Mark Winterhalder
On 8/22/06, daniel fischer <[EMAIL PROTECTED]> wrote: > i didn't include the tag in swfmill since alex describes it as (quote) > "totally useless". It can have its uses -- one is to increase the VM's default recursion limit of 256 if you need it to be deeper and know what you're doing, another is

Re: [swfmill] (flash8) add linkage to jpg/png directly - *STILL* possible ? + Fonts (Text version of previous post)

2006-07-21 Thread Mark Winterhalder
Hi, from memory (no Flash IDE to test, sorry), the difference between aliased and non-aliased fonts is really the outlines that get embedded. To verify this (as I'm really not sure), simply make two otherwise similar SWFs with an embedded font and compare the size, then have a closer look at the s

Re: [swfmill] Adding Items to existing SWF

2006-07-21 Thread Mark Winterhalder
Hi, welcome, good question, you'll have to experiment :) You can't do it with swfml-s ("simple", what most people use and which has some documentation), but at least in theory it should be possible with swfml-ll ("low level", what swf2xml gives you and xml2swf converts back). Just convert your SW

Re: [swfmill] (flash8) add linkage to jpg/png directly - *STILL* possible ? + Fonts (Text version of previous post)

2006-07-21 Thread Mark Winterhalder
> P.S.: My previous mail is a bit huge (680k) because i prefered to give you > non compressed movies, maybe it will make you the task easier... Tell me > whatever is the best. FYI: I just blocked it as the issue seems to be resolved and Dan gets it anyway (as a moderator approval request, includi

Re: [swfmill] simple dialect and creating data.

2006-07-06 Thread Mark Winterhalder
> Do tags that arent specifically part of the simple dialect get passed through > the transform or are they discarded? They get passed through. Mark On 7/6/06, Martin Wood <[EMAIL PROTECTED]> wrote: > Is there an (easy) way to declare an array using the simple dialect? > > OR, maybe what i nee

Re: [swfmill] Using Fonts with SharedLibraries

2006-06-29 Thread Mark Winterhalder
On 6/29/06, janosch <[EMAIL PROTECTED]> wrote: > Hello > > i am trying to create font-librarys with swfmill, but i wonder, how i > can embed all chinese characters. > Do i have to write all characters into the glyphs-attribute? No, just leave the @glyphs away. If you don't specify any glyphs, swfm

Re: [swfmill] future of swfmill

2006-06-27 Thread Mark Winterhalder
On 6/27/06, daniel fischer <[EMAIL PROTECTED]> wrote: > "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". > > > > Int

Re: [swfmill] install trouble...

2006-06-07 Thread Mark Winterhalder
> > > > There is also an english version that use slightly the same technique : > http://www.deja-vue.net/blog/2006/05/26/as2-sharedfonts-datagrid- > example-the-last-stand/ Yeah, if you had actually read the post on your own blog ( ::big grin comme

Re: [swfmill] install trouble...

2006-06-07 Thread Mark Winterhalder
On 6/7/06, Hansi Raber <[EMAIL PROTECTED]> wrote: > Allright, to know what i'm talking about you should maybe play once > at http://www.benettonplay.com/toys/oddoneout/pair/Kashmir Cool :) And yeah, I've had problems with loadMovie, too, way before swfmill came along. There's one problem I have

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

2006-05-19 Thread Mark Winterhalder
Ah, easy: replace with Hth, Mark On 5/19/06, Andrei Stebakov <[EMAIL PROTECTED]> wrote: > > The code of the main class is: > > > > class Application extends MovieClip > { > var tfCaption:TextField; > > // Clips attached dynamically from Swfmill library > var mcSpheres:MovieClip; > > var

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

2006-05-19 Thread Mark Winterhalder
Hi Andrei, This looks correct, is the resulting SWF smaller if you the part? If so, it gets imported as it is supposed to. (It doesn't have to be inside a tag, btw.) The way it is now, it assumes you have a class Main with a static method main() in your classes.swf. If so, it should get called

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

2006-05-19 Thread Mark Winterhalder
Hi Andrei, basically, there are two methods: - make swfmill swf first, then tell mtasc to compile the code /into/ it, or - compile mtasc swf first, then have a somewhere in your swfml-s Personally, I have always used the latter. It has the advantage of being able to link classes to assets (so t

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

2006-05-08 Thread Mark Winterhalder
On 5/8/06, Ian Thomas <[EMAIL PROTECTED]> wrote: > I had this issue with a graphic published as Flash 8 - republished for > Flash Player 7 and it worked fine. Which version are you using (Marc, too)? Steve made some improvements regarding Flash 8 support, there's a pre-release (0.2.11.5, i think)

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

2006-04-21 Thread Mark Winterhalder
On 4/21/06, Quentin <[EMAIL PROTECTED]> wrote: > Here is what I did, according to what you suggested : > > Put together a FLA with only a dynamic textfield on the stage with an > instance name "tf" > Wrote an ActionScript class that simply sets the textfield content to 9.8 > Injected the code via M

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

2006-04-21 Thread Mark Winterhalder
On 4/21/06, Quentin <[EMAIL PROTECTED]> wrote: > No, no quotes ! I sent a FLA on the Trac site, but if you are on Linux you > might not be able to open it, but the only actionscript line in it is what I > posted before ( tfVal.text = 9.8;) ! > The textfield was not created by actionscript, but with

Re: [swfmill] no more implemented ?

2006-04-21 Thread Mark Winterhalder
Solved on IRC (#osflash @ freenode.net) -- class must be imported for swfmill to call it. Compiling with mtasc later won't work. Mark On 4/21/06, erixtekila <[EMAIL PROTECTED]> wrote: > Hi, > > > Seems that method="main"/> > is not implemented anymore. > > I've searched in th src xslt repositry

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

2006-04-21 Thread Mark Winterhalder
On 4/21/06, Quentin <[EMAIL PROTECTED]> wrote: > Thanks for the link ! > Sorry to bother, but how can you explain the SWF generated by the Flash IDE > works fine, but the one rendered via swfmill has this floating point problem > ? The one generated by the IDE does *not* have this problem? I have

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

2006-04-20 Thread Mark Winterhalder
On 4/20/06, Quentin <[EMAIL PROTECTED]> wrote: > Hi ! > I have a very simple FLA with only a dynamic textfield on the stage, and > some actionscript that says tfVal.text = 9.8; but when I placed the > generated SWF with swfmill the textfield is not filled with 9.8 but with > 9.8019073486 ! > >

  1   2   >