开发者

Is there a way to easily resize a flash project?

开发者 https://www.devze.com 2023-02-18 16:09 出处:网络
I need to resize a flash project (or a swf, doesn\'t matter. whatever works best). But the only down-fall is I nee开发者_如何学运维d to do it FAST, so are there any efficient ways I could \"scale\" th

I need to resize a flash project (or a swf, doesn't matter. whatever works best). But the only down-fall is I nee开发者_如何学运维d to do it FAST, so are there any efficient ways I could "scale" the application?


Well flash is quite good in scaling, even bitmaps if they have their smoothing property set to true. If you load a swf inside another swf with your new width and height and then scale it by setting the width and height properties it should work just fine.

0

精彩评论

暂无评论...
验证码 换一张
取 消