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
Post a Comment