flash - Converting GIF to SWF in Flex -


so wanted convert gif file swf format, without using exe file (there's bunch available free downloads). make in php/flex if possible. know php can execute linux commands, way go (there tools linux), wondering if there library flex can - let else's computer on client side :)

anyone got experience this?

thx

the as3gif library allows display gif images in flash applications.

an approach export resulting displayobject bytearray.

var data:bytearray = new bytearray(); data.writeobject(gif); 

you can send raw data server or let user save file (at least air).


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -