Which software is best to convert image to swf ?

Dani AI

Generated

— since you need an offline solution, there are two practical routes: a GUI authoring app for manual control, or a small command-line tool for fast, repeatable conversion. @rajarajan2017 was right that Flash can do it, but for local/batch work you may prefer one of the options below.

For a quick, scriptable approach use SWFTools (command-line utilities like jpeg2swf / png2swf). Example (run in a shell or Windows CMD):

jpeg2swf *.jpg -o slideshow.swf

That packs the listed images into a single SWF. Try a single test file first, and consult the tool's help to adjust frame rate or ordering.

For manual editing and timing, use Adobe Animate (Flash Professional). Create a new document, import images, place each image on its own frame or convert them to symbols, set the document frame rate, and export/publish to SWF. This gives precise control over size, timing and transitions.

Troubleshooting tips: if images are stretched or clipped, match the stage/document size to your image dimensions; if playback is too fast/slow, adjust the FPS. Important caution: SWF/Flash is deprecated and blocked in modern browsers, so prefer HTML5 Canvas, MP4, or animated GIF for new web projects unless you must support legacy Flash runtimes.

Recommended Answers

All 3 Replies

Member Avatar for Member #334542

Flash (or) Just go to the link and select the image format as input and swf format as output. you can freely conver all the images online.

http://media-convert.com/

I am after software to work offline pleas ?

Member Avatar for Member #334542

Then use flash trail version

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.