[Swftools-common] some additions to swfc

2007-07-10 Thread Huub Schaeks
Hello Matthias I've been hacking at the swftools a bit this week to implement a few features I thought might be nice to have. I added a parameter 'glyphs' to the .font command intended to specify that only the specified glyphs are to be imported. This of course helps keeping file size down.

Re: [Swftools-common] some additions to swfc

2007-07-15 Thread Huub Schaeks
IL PROTECTED]> Reply-To: swftools-common@nongnu.org To: swftools-common@nongnu.org Subject: Re: [Swftools-common] some additions to swfc Date: Sun, 15 Jul 2007 22:32:46 +0200 On Tue, Jul 10, 2007 at 10:39:45PM +0200, Huub Schaeks wrote: > I added a parameter 'glyphs' to the .font com

[Swftools-common] Feature request: import fonts only partially

2007-07-23 Thread Huub Schaeks
Hello I have been using swfc a few times to make small flash animations using separate glyphs to get some text effects. Wanting to keep the file-size small I had to use swfmill and swfextract to build me a swf font file containing just the glyphs I wanted to use in a any particular animation.

RE: [Swftools-common] text with drop shadow

2007-07-31 Thread Huub Schaeks
Hi JaysonCould you provide the .sc file please, or at least the relevant parts of it (filter definition, text definition, text put)?Regards, HuubDate: Tue, 31 Jul 2007 16:17:45 -0400From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [Swftools-common] text with drop shadowI have text with a drop shadow

RE: [Swftools-common] text with drop shadow

2007-07-31 Thread Huub Schaeks
Hello JaysonMy mistake, excuse me, I should have asked you first which of the swf-tools you used to get that incorrectly rendering text. I had been working on swfc so concentratedly I forgot about the other options for a moment. Apart from the fact that I will probably not be of much help my se

RE: [Swftools-common] text with drop shadow

2007-08-01 Thread Huub Schaeks
Let me see if I get this straight now; you have a pdf file which looks fine but renders incorrectly when concerted to swf by pdf2swf? If that's the case I believe Matthias has a list of such pdfs he works through to diagnose these issuesRegards, HuubDate: Wed, 1 Aug 2007 10:35:55 -0400From

RE: [Swftools-common] text with drop shadow

2007-08-02 Thread Huub Schaeks
Well, I suppose Matthias is to decide on that, I guess you _ Jouw nieuws: wereldnieuws! Beleef 't op MSN.nl http://reporter.msn.nl/

RE: [Swftools-common] Please help regarding preloader [ Urgently Required]

2007-08-07 Thread Huub Schaeks
Hello DeepI just did a Google search for 'preloader swftools' and that got me a few links that might be useful, though I cannot be sure.Regards, HuubDate: Tue, 7 Aug 2007 20:09:07 -0700From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [Swftools-common] Please help regarding preloader [ Urgently

RE: [Swftools-common] Please help regarding preloader [ Urgently

2007-08-08 Thread Huub Schaeks
ch. if > you have found something specific please email me > On 8/7/07, Huub Schaeks <[EMAIL PROTECTED]> wrote: > Hello Deep > I just did a Google search for 'preloader swftools' and that got me a few > links that might be useful, though I cannot be sure. > Regards

RE: [Swftools-common] .change problems & blendMode="5" frame skipping

2007-08-20 Thread Huub Schaeks
PROBLEMS: 1. Scale doesn't change as I'd expectIt seems that .change is being calculated with (n-1) frames rather than (n) frames. Or are my expectations incorrect?frameexpectedobserved1:100%100% 2:95%92.5%3:90%85%4:85%

RE: [Swftools-common] Annoying flicker [swftools 0.8.1]

2007-09-12 Thread Huub Schaeks
Hello Vladimir I have tested your sc file with some dummy png's using a version of swfc that I compiled from a recent current cvs version. The resulting swf file looks fine to me. You may want to try compiling swftools from cvs and test that; please report any strange behaviour you may find.

RE: [Swftools-common] Bug in 0.8.1 with negative x/y changes < 1

2008-04-07 Thread Huub Schaeks
Jon Looking at your example .sc file the box should move to the left between frame 1 and frame 50 then just a little bit more to the left until frame 100 then just a little back to the right until frame 150 and to the right again back to it's starting position. If I read your description corre

RE: [Swftools-common] Bug in 0.8.1 with negative x/y changes < 1

2008-04-08 Thread Huub Schaeks
obbler.uni.cc/changenegativebug.swf I haven't been able to test it on 0.9 since I'm using windows and can't get it to compile. Huub Schaeks <[EMAIL PROTECTED]> wrote: Jon Looking at your example .sc file the box should move to the left between frame 1 and frame 50 then just a little bi

RE: [Swftools-common] _x and _y move everything? (bug?)

2008-04-14 Thread Huub Schaeks
Hello Jon I'm no actionscript expert myself, but my guess is that if you put the ".filled person" on the stage like you did, it's just a shape, not a movieclip. Only movieclips have onEnterFrame events and shapes don't have onLoad events either, so I think that when you specify handlers for th

RE: [Swftools-common] partial font embedding not working

2008-05-21 Thread Huub Schaeks
actionscript to put anything into it) so the whole font is included. If you use .text in stead of .edittext only the glyphs that are actually used are included. Regards Huub Schaeks > Date: Tue, 20 May 2008 22:25:34 +0200 > From: [EMAIL PROTECTED] > To: swftools-common@nongnu.org > Subjec

RE: [Swftools-common] partial font embedding not working

2008-05-21 Thread Huub Schaeks
s that are used by .text or .textshape Regards Huub > Date: Wed, 21 May 2008 19:45:17 +0200 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: [Swftools-common] partial font embedding not working > > Hi Huub, > > thanks for your fast reply. > > Huub

RE: [Swftools-common] partial font embedding not working

2008-05-24 Thread Huub Schaeks
; To: swftools-common@nongnu.org > Subject: Re: [Swftools-common] partial font embedding not working > > On Wed, May 21, 2008 at 07:53:37PM +0200, Huub Schaeks <[EMAIL PROTECTED]> > wrote: > > How about this logic: > > > > If a glyphs parameter is specified then >

RE: [Swftools-common] issues with a loader

2008-06-09 Thread Huub Schaeks
Hello Pablo I played around a bit with implementing a running counter with swfc (cvs version) and afterwards tried to apply that to your loader. Since I don't have access to all the files you use, I cannot really test it, but you may want to try this: change the first part of your loader scrip

RE: [Swftools-common] issues with a loader

2008-06-10 Thread Huub Schaeks
8 07:58:12 +0200 > From: [EMAIL PROTECTED] > To: swftools-common@nongnu.org > Subject: Re: [Swftools-common] issues with a loader > > Hi Huub, > > thanks for your reply. > > Huub Schaeks wrote: > > Hello Pablo > > > > I played around a bit with impl

RE: [Swftools-common] help with loader (please)

2008-06-16 Thread Huub Schaeks
> > thanks to the help of Huub Schaeks, I have tried to put a loader in a > presentation script > (http://ousia.justfree.com/loader-orphanworks-script.txt), but the > loading variable only counts when the file is fully downloaded > (http://ousia.justfree.com/orphanworks.swf). The

RE: [Swftools-common] help with loader (please)

2008-06-16 Thread Huub Schaeks
> > Hi everybody, > > [I have sent unknowingly a private reply to Huub, because I forgot that > when replying to his messages the reply-to field is his email address, > although when replying to others on this list, the reply-to field is set > to the mailing list.) >

RE: [Swftools-common] optional context menu

2008-06-21 Thread Huub Schaeks
Hello Pablo Just add 'version=7' to the first line. (no quotes) Swfc defaults to version 6 which does not support ContextMenu. Regards Huub > Date: Sat, 21 Jun 2008 13:30:47 +0200 > From: [EMAIL PROTECTED] > To: swftools-common@nongnu.org > Subject: [Sw

RE: [Swftools-common] Mailing List

2008-06-29 Thread Huub Schaeks
No problem here. > Date: Sun, 29 Jun 2008 21:50:11 +0200 > From: [EMAIL PROTECTED] > To: swftools-common@nongnu.org > Subject: Re: [Swftools-common] Mailing List > > On Sat, Jun 28, 2008 at 07:09:49PM +1200, Elliot Pahl wrote: >> Is it just me, or is ever

RE: [Swftools-common] positioning of objects, swfc, linux

2008-08-19 Thread Huub Schaeks
Hello Peter I have tested your script and found that x<0 indeed did not get a shift to the left, regardless of .pin settings by the way. But after building swfc again from CVS that works fine, so I guess what ever it was, it's fixed now. The position at 0,0 seemed fine to me. If you look at th

RE: [Swftools-common] debugging actionscript in sc

2008-09-04 Thread Huub Schaeks
Hello Peter I usually put some trace calls into the actionscript and use the standalone flash player (sorry, don't remember where exactly i got that from, it's adobe though) to look at what these spit out. I beleive you can use as2 within scwfc, but I'm not quite sure on that. Regards Huub --

RE: [Swftools-common] Simple question

2008-09-19 Thread Huub Schaeks
Hello EricThe message you got first was just a warning. The resulting .swf file should work just fine. The x and y parameters were moved to a separate .move command because there are a few commands (.move, .smove and .sweep (whose name may change in a new official release)) that change only the

RE: [Swftools-common] Mp3 SWF

2008-09-20 Thread Huub Schaeks
Hello Jan There is some extra information here: http://www.swftools.org/swfc-fileformat.txt. Regards Huub > Date: Fri, 19 Sep 2008 16:13:57 -0400 > From: [EMAIL PROTECTED] > To: swftools-common@nongnu.org > Subject: [Swftools-common] Mp3 SWF > > Is there a command manual for SWFTOOLS avail

RE: [Swftools-common] Simple question

2008-09-20 Thread Huub Schaeks
Hello Eric Sorry about the messy layout in my previous response. I hope this works better: The message you got first was just a warning. The resulting .swf file should work just fine. The x and y parameters were moved to a separate .move command because there are a few new commands (.move, .s

RE: [Swftools-common] change text in textfield in child swf generated by swfc

2008-09-26 Thread Huub Schaeks
The .text command should be an .edittext: .edittext myedittext font=Fontname text="set from child" variable=_root.textcontent should work Regards, Huub Date: Fri, 26 Sep 2008 21:19:21 +0200 From: [EMAIL PROTECTED] To: swftools-common@nongnu.org Subject: Re: [S

RE: [Swftools-common] change text in textfield in child swf generated by swfc

2008-09-27 Thread Huub Schaeks
; On Fri, Sep 26, 2008 at 10:06 PM, Eddie Adams <[EMAIL PROTECTED]> wrote: > oh yeah, it is working, sweet. > > Thanks Matthias > > > On Fri, Sep 26, 2008 at 9:58 PM, Huub Schaeks <[EMAIL PROTECTED]> wrote: > > The .text command should be an .edittext:

RE: [Swftools-common] on swfc and pdf2swf

2008-09-28 Thread Huub Schaeks
Hello Pablo The only change I have to make to the AS example to have swfc compile it is remove the type specification from function(active:Boolean) , so that changes to function(active). This seems to be a general rule: type specifications are flagged as syntax errors and are not needed. I hav

RE: [Swftools-common] Image blinking issue with swfc

2008-11-11 Thread Huub Schaeks
ation of position > that it isn't an exact integer value. I have tried using FPS=56 and FPS=560, > but I have the same behavoir. > > Jorge > > - Original Message - > From: "Huub Schaeks" <[EMAIL PROTECTED]> > To: "swftools mailinglist&q

RE: [Swftools-common] Image blinking issue with swfc

2008-11-11 Thread Huub Schaeks
gth borders of > the two images are of the same color. > > For example, if you replace, the two jpeg images in the .sc script with the > unique attached image, you have the animation without blinking effect. > > Jorge > > - Original Message - > From: "Hu

RE: [Swftools-common] Image blinking issue with swfc

2008-11-11 Thread Huub Schaeks
Hello Jorge I have attached a modified .sc file that removes the blinking. It may not be what you want though, as it changes the scroll speed. As far as I can deduce the blinking is due to some sort of anti aliasing flash does when it renders an image that is not positioned at an integer pixel

RE: [Swftools-common] Matthias joins Scribd

2009-06-01 Thread Huub Schaeks
Congratulations Matthias I hope you will enjoy it as much as you seem to be looking forward to it. Best of luck Huub > Date: Mon, 1 Jun 2009 13:36:23 +0200 > From: kr...@quiss.org > To: swftools-common@nongnu.org > Subject: [Swftools-common] Matthias joins Scribd > > Hey folks, > > new job! S

RE: [Swftools-common] Fonts and .edittext

2009-08-02 Thread Huub Schaeks
Hello I cannot reproduce this with a fresh git checkout; i.e. your test script generates an .swf that looks as expected. So either Matthias fixed it already or it seems something else is wrong. Do font1.swf and fonts2.swf look alright? Are they in the same directory as the script? Regards, H

RE: [Swftools-common] Fonts and .edittext

2009-08-04 Thread Huub Schaeks
pected. > > > > The swfc program áI used was I built from the last source release. > > I'll try a git checkout áand see if that fixes it. It would be nice > > not to have to build my banners in inkscape :) > > > > > > On 8/3/09, Huub Schaeks wrot

[Swftools-common] swfc noinstancename?

2011-04-05 Thread Huub Schaeks
It appears that a new parameter '@noinstancename' was added to the 'put' and 'startclip' commands in swfc in the current git version. This is implemented in such a way that swfc complained about not setting that parameter for 'change' and 'jump' commands in a script I made. I got rid of the co