How to insert files into flash format or animated Gif in B4A

mauri74doc

Member
Licensed User
Longtime User
Hello to all. Follow carefully all your precious advice on forums. This gave me the idea to insert a flash file (with little animation and SWF or animated GIF) to the application I'm working to make it more lively and interesting. So, my question is, can you put a file in flash B4A, and if so, how? What is the code?
Thanks for your help and best wishes for the New Year!
 

NJDude

Expert
Licensed User
Longtime User
Flash and animated GIFs are not natively supported by Android, to use animated GIF's you could use THIS library, Flash in the other hand will be very difficult since now newer versions of Android do not support Flash anymore.

You will have to use other ways to create your animations, depending on what you have in mind.
 
Upvote 0
Top