[swfmill] no more implemented ?

2006-04-20 Thread erixtekila
Hi, Seems that is not implemented anymore. I've searched in th src xslt repositry, and found the way it was implemented : __Packages.swfmill.call When decompiling the resultinf swf, no mention of this. Can some confirm ? Thanks. --- erixtekila http://blog.v-i-a.net/

Re: [swfmill] Imbedding Images

2006-04-20 Thread Robert Jonathan Molesa
thanks Steve, that's exactly what I was running into.  I had generated the base64 for an image and pasted that into an xml file's data child of the DefineBitsLossless2 tag and got a very strange looking image. is that to say that DefineBitsLossless2 is expecting binary representation of an ima

[swfmill] device fonts

2006-04-20 Thread erixtekila
Hi list, I didn't find the way to use device fonts outline instead of embedded. Any idea ? Here is something that works. that don't : nor font="_sans" I tried to look inside swfmill-ll, but no clue. It seems that when using no @font for the textfield node, it is not inserted in the output

Re: [swfmill] Imbedding Images

2006-04-20 Thread Steve Webster
Hi Robert, > As some of you know I've been playing around with swfmill quite a bit in an > attempt to document some of the features. I've ran into something I don't > understand. A while back Mark informed me that the image contained in the > tag is in fact base64 encoded. I've successfully t

[swfmill] Imbedding Images

2006-04-20 Thread Robert Jonathan Molesa
As some of you know I've been playing around with swfmill quite a bit in an attempt to document some of the features.  I've ran into something I don't understand.  A while back Mark informed me that the image contained in the tag is in fact base64 encoded.  I've successfully taken some images

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 ! > >

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

2006-04-20 Thread Quentin
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 ! Quite weird !ps : I posted a ticket here : http://mirror1.cvs

Re: [swfmill] include AS1 code in swfmill?

2006-04-20 Thread Hudson Ansley
FYI- I guess it has nothing to do with this dll, swfc just appears to be choking on my script... Regards, Hudson ___ swfmill mailing list swfmill@osflash.org http://osflash.org/mailman/listinfo/swfmill_osflash.org

Re: [swfmill] include AS1 code in swfmill?

2006-04-20 Thread Hudson Ansley
I'm trying to use swfc in the swftools package, but I get an error. I tried two different versions for a test, same error: error signature: AppName: swfc.exeAppVer: 0.0.0.0 ModName: msvcrt.dll ModVer: 7.0.2600.2180Offset: 00032a16 I also tried getting a new copy of msvcrt.dll,

Re: [swfmill] include AS1 code in swfmill?

2006-04-20 Thread Hudson Ansley
>while you are completely right in saying swfmill doesn't compile AS, something as "trivial" as >an object definition could probably validly be constructed out of low-level actions. you'd need >to compile a simple array/object definition with MTASC and have a look at the swf2xml >output to see how

Re: [swfmill] include AS1 code in swfmill?

2006-04-20 Thread Steve Webster
Dan, > ps: steve, are you still fighting with my crappy list implementations? :) Not so much fighting as taking a different approach. I started off trying to rewrite swfmill to use std::list instead of SWFList, but I got a bunch of compile errors since SWFItem has a few abstract methods and std::

Re: [swfmill] include AS1 code in swfmill?

2006-04-20 Thread daniel fischer
"Steve Webster" <[EMAIL PROTECTED]> (on Thu, 20 Apr 2006 08:07:08 +0100): > > Can someone tell me if I can specify an #include file in a swfmill XML file? > > No, unfortunately swfmill doesn't compile AS code. However, you might > be able to use swfc - http://www.swftools.org/swfc/swfc.h

Re: [swfmill] 9-slice scale

2006-04-20 Thread Alexandre LEGOUT
No problem, I sent you a FLA to your mailbox! Thanks again, LAlex Steve Webster a écrit : LAlex, Great! And what a good news to know that it's now on the top of the list! ;oP Waiting for news, and a big thank for your quick answer! :-D Can you send me the SWF/FLA files you are usi

Re: [swfmill] include AS1 code in swfmill?

2006-04-20 Thread Steve Webster
Hudson, > Thanks Steve! I am really impressed with the knowledge and willingness > to share it on this list. You're very welcome. > You are right about the size, a ZIPPED XML is almost as small as the > SWF. However, I am also interested in saving the code and CPU time > parsing the XML. The SWF

Re: [swfmill] include AS1 code in swfmill?

2006-04-20 Thread Hudson Ansley
Thanks Steve! I am really impressed with the knowledge and willingness to share it on this list. You are right about the size, a ZIPPED XML is almost as small as the SWF. However, I am also interested in saving the code and CPU time parsing the XML. The SWFC looks like just the ticket, thanks agai

Re: [swfmill] 9-slice scale

2006-04-20 Thread Steve Webster
LAlex, > Great! > And what a good news to know that it's now on the top of the list! ;oP > > Waiting for news, and a big thank for your quick answer! :-D Can you send me the SWF/FLA files you are using? It would help me if I had an example of a 9-slice clip to work with. Cheers, Steve -- Steve

Re: [swfmill] 9-slice scale

2006-04-20 Thread Alexandre LEGOUT
Great! And what a good news to know that it's now on the top of the list! ;oP Waiting for news, and a big thank for your quick answer! :-D Regards, LAlex Steve Webster a écrit : Hi LAlex, I'm currently new to swfmill, and use it for my new devs. I need to use MM Components, and it's ski

Re: [swfmill] 9-slice scale

2006-04-20 Thread Steve Webster
Hi LAlex, > I'm currently new to swfmill, and use it for my new devs. > > I need to use MM Components, and it's skinning features, and for that > I'm creating an SWF in the Flash IDE, containing 4 clips in its library, > each of it having a linkage ID. Those are the 4 available status of a > butto

[swfmill] 9-slice scale

2006-04-20 Thread Alexandre LEGOUT
Hi there, I'm currently new to swfmill, and use it for my new devs. I need to use MM Components, and it's skinning features, and for that I'm creating an SWF in the Flash IDE, containing 4 clips in its library, each of it having a linkage ID. Those are the 4 available status of a button (fals

Re: [swfmill] Bug when placing a SWF containing a textfield on a frame...

2006-04-20 Thread Steve Webster
Hi Quentin, > No, there was no embedded fonts... This is a "static text" textfield (I > don't really know it is called in english versions of Flash, in french it > says "Texte statique"), so you cannot embedded characters... Using static textfields will embed the font outlines for just the charac

Re: [swfmill] Bug when placing a SWF containing a textfield on a frame...

2006-04-20 Thread Quentin
No, there was no embedded fonts... This is a "static text" textfield (I don't really know it is called in english versions of Flash, in french it says "Texte statique"), so you cannot embedded characters... I'll report it on the Trac thing...Thanks !On 4/19/06, Steve Webster <[EMAIL PROTECTED]> wro

Re: [swfmill] include AS1 code in swfmill?

2006-04-20 Thread Steve Webster
Hudson, > Can someone tell me if I can specify an #include file in a swfmill XML file? No, unfortunately swfmill doesn't compile AS code. However, you might be able to use swfc - http://www.swftools.org/swfc/swfc.html - to construct your simple data SWF and use swfmill for the rest. > I'm trying