i need it for a flas website as i cannot put (dunno yet) in action script to
make
page.loadMovie("file.swf");
page._width = 400;page._height = 566; // << this doesn't work at all :(
where file.swf was converted with pdf2swf and loads bad in flash movie
(the size is not good and i cannot change it using as2 when using loadMovie
or addClip directive)
2008/8/21 Matthias Kramm <[EMAIL PROTECTED]>
> On Thu, Aug 21, 2008 at 10:30:21AM +0300, Camin Camin <[EMAIL PROTECTED]>
> wrote:
> > I am trying to output the pdf2swf the output is fine but i have some
> issues
> > on resizing the swf.
> >
> > How can I output to a specified width and height ?
> >
> > The zoom option is ok but i need to be more precise.
>
> Afraid that scaling that doesn't maintain the aspect ratio
> is not supported yet.
> This question has popped up a couple times in the last weeks-
> may I ask what you need this feature for?
>
> Greetings
>
> Matthias
>
>
>
>
>