Nausica wrote:
> Let's say I have a serie of pictures (whatever format) and I want to put them together and turn them into a Flash (SWF) file, anyone knows a delphi code/component/DLL to do this?
>
> Does Macromedia have a SDK to allow externals developpers to create applications?
>
> I've checked but I'm not sure.
>
> Nausica
Well, you will probably have to use multiple components. Something to
read in a picture and then use a pre-made SWF library component like (a
quick Google search turned this up):
http://www.delphiflash.com/
You could also download the specifications for the SWF file format:
http://www.adobe.com/licensing/developer/
And roll your own.
IIRC, you can only display PNGs in SWF. So you'll have to load in
whatever images and convert them to PNG before writing the data stream out.
--
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197
Safe C++ Design Principles (First Edition)
Learn how to write memory leak-free, secure,
stable, portable, and user-friendly software.
Learn more and view a sample chapter:
http://www.CubicleSoft.com/SafeCPPDesign/
.