What tools are recommended for creating flash animations on Linux?

I want to make a fairly simple Flash application that will play slide shows from still images, while the sound plays in sync with the images. The application will need to change the slides according to the playing time. It would also be nice if I could give the user the opportunity to pause and resume work.

The trick is that I am doing my development on Linux. My search queries have appeared SWFTools and f4l , but I do not see the obvious way to choose between them. And it is unclear whether Adobe tools work on Linux.

Which Flash toolkit should be used on Linux to create this simple multimedia application?

Discuss the pros and cons of your preferred toolbox!

+5
source share
4 answers

If you are a developer, I would recommend the open source Flex SDK and Eclipse with Flex Builder for the Linux plugin . You can program an application that does what you want quite easily. To get started with Flex, select Tour de Flex .

+4
source

I agree with James Ward to use the Flex SDK. Unfortunately, the future of FB in Linux is not clear.

Emacs Flex Linux. .

+1

you can purchase codeweavers for $ 39 and install flash MX. If you want to use open source alternatives, try OSFLASH .

0
source

I recommend you use Toufee . Cross-platform and fast development time.

0
source

All Articles