swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] Re: scale images when using jpeg2swf?


From: Matthias Kramm
Subject: Re: [Swftools-common] Re: scale images when using jpeg2swf?
Date: Mon, 17 Nov 2003 13:38:04 +0100
User-agent: Mutt/1.4i

On Sun, Nov 16, 2003 at 07:52:32AM +0100, Matthias Kramm wrote:
> swfc is still very much "work in progress". There is a ".jpeg" command
> which, however, isn't implemented yet.  

In the version at
    http://www.quiss.org/swftools/swftools-2003-11-17-1305.tar.gz

it's implemented now.

So to solve your problem, you would do something like this:

-----------------------------------------------------
# jpegs.sc
.flash background=#337799 name="result.swf"

    .jpeg file1 "file1.jpeg"
    .jpeg file2 "file2.jpeg"
    .jpeg file3 "file3.jpeg"
    .jpeg file4 "file4.jpeg"
    
    .frame 0
        .put file1 scale=50%
    .frame 1
        .put file2 scale=50%
    .frame 2
        .put file3 scale=50%
    .frame 3
        .put file4 scale=50%
.end
-----------------------------------------------------

Put that into a file called "jpegs.sc", run

    swfc jpegs.sc

and you should be done. :)

Greetings

Matthias






reply via email to

[Prev in Thread] Current Thread [Next in Thread]