1
votes

I want to load a swf into a Flex application and scale it down into a thumbnail-size.

I've looked at dimensions of loaded swf's stage, but it does not really address my need: I want to size it and keep all the pieces inside a container.

Thanks

1

1 Answers

0
votes

You just need to scale the container that the SWF is in. For example, in vanilla AS3 you'd load into a Loader object. You'd just have to set the scaleX and scaleY properties of that object to scale it down.