SWF Re-Sizer
- Started
- Last post
- 4 Responses
- mr_angry
Looking for an app. that can take a .swf and then resize it, while still maintaining the usability of the original.
Is there anything even like that?
Thanks.
- lostnation0
your best bet is the stage.onResize() method:
- mr_angry0
I was thinking that, but there is also a size issue...this stuff is being built at a higher quality, but then I want to be able to resize to reduce file size as it is going to have a web version too.
The SWFs are quite complex, so manually doing it would take a lot of time, and with about 60 of these movies to be produced, you can see why I am looking for a quicker fix.
- jpea0
if it's not just resizing (dimension-wise), there's not much you can do about filesize except for lowering quality of bitmaps/ video/ optimizing AS, etc...
- nosaj0
If I understand what your talking about you want to be able to export .swfs at different dimensions. ie use the same source files to export an 800 by 600 movie and a 300 by 400 movie. Interesting.... like exporting video at different dimensions. I'd be interested to know also.