hi
i don't have any error because this command

swfc file.sc with into this

.flash filename="box.swf"
    .box b1 100 100 color=yellow fill=red
    .frame 1
    .put b1 pin=center scale=0%
    .frame 2
    .change b1 alpha=200%
    .frame 100
    .change b1 pin=center scale=100%
    .frame 200
    .change b1 pin=center scale=0%
.end

creates a file.sw that does not work. practically no player reads the format

and same with:

pdf2swf file.pdf -o file.swf
NOTICE  processing PDF page 1 (612x792:0:0) (move:0:0)
NOTICE  File contains links
NOTICE  processing PDF page 2 (612x792:0:0) (move:0:0)
NOTICE  processing PDF page 3 (612x792:0:0) (move:0:0)
NOTICE  File contains forms
NOTICE  processing PDF page 4 (612x792:0:0) (move:0:0)
NOTICE  processing PDF page 5 (612x792:0:0) (move:0:0)
NOTICE  processing PDF page 6 (612x792:0:0) (move:0:0)
NOTICE  processing PDF page 7 (612x792:0:0) (move:0:0)
NOTICE  processing PDF page 8 (612x792:0:0) (move:0:0)
NOTICE  processing PDF page 9 (612x792:0:0) (move:0:0)
NOTICE  processing PDF page 10 (612x792:0:0) (move:0:0)
NOTICE  Writing SWF file file.swf

file.swf created but does not work, the format is not read

2010/8/26 Chris <[email protected]>

> From the ls command output given, they're installed.
> ( you might try ls -al as well to check if they all
> have the executable bit set.  It should be )
>
> And /usr/local/bin is in PATH ( echo $PATH ), right?
>
> What happens *exactly* when you type a command on
> it's own, say,
>
>  swfc
>
>  pdf2swf
>
> Help screen?  Error response?  If the latter, what
> does it say?
>
> Have you also tried Mattias' suggestions?
>
> Regards,
>
>
> Chris.
>
> >On Thu, 26 Aug 2010 21:43:03 +0200
> >edmond <[email protected]> wrote:
>
> > here
> > $ ls /usr/local/bin
> > as3compile  font2swf  jpegtran  rdjpgcom  swfcombine  swfrender
> wrjpgcom
> > cjpeg       gif2swf   pdf2swf   swfbbox   swfdump     swfstrings
> > djpeg       jpeg2swf  png2swf   swfc      swfextract  wav2swf
> >
> > i have all in the path. I don't know
> >
> > 2010/8/26 Chris <[email protected]>
> >
> > > >On Thu, 26 Aug 2010 15:54:15 +0200
> > > >edmond <[email protected]> wrote:
> > >
> > > > on my debian squeeze swftools do not works
> > > > this my step
> > > > i have installed all library  thereafter no errors
> > > > wget http://www.swftools.org/swftools-0.9.1.tar.gz
> > > > cd swftools-0.9.1
> > > > ./configure --prefix=/usr/local
> > > > make
> > > > sudo checkinstall
> > > >
> > > > now i have made this step
> > > >
> > > > swfc file.sc
> > > > not even pdf2swf file.pdf -o file.swf work
> > > >
> > > > I do not understand where is the problem, compile went alright
> > >
> > > Did you do 'make install' to copy the executables you created
> > > with make into /usr/local/bin/bin?
> > >
> > > Check!
> > >
> > > Is /usr/local/bin in your system Path?
> > >
> > > Check!
> > >
> > > Fix one or both of the above, then issue both commands on their
> > > own, and see what happens.
> > >
> > > HTH.
> > >
> > > Regards,
> > >
> > >
> > > Chris.
> > >
> > >
>
>
> --
> Chris <[email protected]>
>
>
>

Reply via email to