Re: [swfmill] FW: Resize and Scale SWF file

2007-07-09 Thread Magen-Shaked Tamar
I would like to rephrase my question:

Is it possible to zoom in into a given SWF file (by changing its
appropriate XML),

without changing its original size on the display?

 

Regards,

Tamar

 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Magen-Shaked Tamar
Sent: Monday, July 09, 2007 2:41 PM
To: swfmill@osflash.org
Subject: [swfmill] FW: Resize and Scale SWF file

 

Hi All,

I'm a new user with the swfmill executable and code, 

and actually to All SWF world.

My application wishes to resize and/or scale a given SWF file.

1. The initiated SWF file is with Rectangle left=0 right=5000
top=0 bottom=7000/ // twip unit

Since 20 twips = 1 pixel the size in pixels is 250x350.

2.  If I want the frame to be 200x200pixels (from the top left) I guess
I need to change Rectangle left=0 right=4000 top=0
bottom=4000/

BUT I'm getting a larger SWF file. (I'm looking through the Internet
Explorer)

3. after some experiences I figure that -  as far as those values are
smaller the image is getting bigger, and vice versa

I also play with the Transform element defined under the
/swf/Header/tags/PlaceObject2 with the MAIN tag.

In order to manipulate the scaling, and I notice its also influence the
size.

 

What is the correct way to resize a frame?

What is the correct way to scale a fixed size frame?

I really appreciated a useful links that explain those issue

(already has Alexis' SWF Reference)

Thanks a lot

T.M.

___
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org


Re: [swfmill] FW: Resize and Scale SWF file

2007-07-09 Thread Magen-Shaked Tamar
Thanks! 
But when I'm changing the scaleX and/or scaleY in the Transform element,
The all size is getting bigger, and my purpose is to stay with a fixed
size and just zoom into specific object in the frame.

I'm not familiar with action script, But I'll check it

10x

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Daniel Fischer
Sent: Monday, July 09, 2007 6:36 PM
To: swfmill@osflash.org
Subject: Re: [swfmill] FW: Resize and Scale SWF file

On Mon, 9 Jul 2007 18:17:29 +0300
Magen-Shaked Tamar [EMAIL PROTECTED] wrote:

 I would like to rephrase my question:
 
 Is it possible to zoom in into a given SWF file (by changing its
 appropriate XML),
 
 without changing its original size on the display?

Hey,

the easiest way is probably to import the SWF into a new one with clip
import=foo.swf/ and then place it with a specific transformation..

regards,
-dan

___
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

___
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org


Re: [swfmill] FW: Resize and Scale SWF file

2007-07-09 Thread Daniel Fischer
On Mon, 9 Jul 2007 18:53:32 +0300
Magen-Shaked Tamar [EMAIL PROTECTED] wrote:

 But when I'm changing the scaleX and/or scaleY in the Transform
 element, The all size is getting bigger, and my purpose is to stay
 with a fixed size and just zoom into specific object in the frame.

of course, yes. So the object in question doesnt fill the SWF stage
area? You'd need some kind of clippath... hmm.. unsure if thats
possible with swfmill (easily). :/

-dan

___
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org