Read an animated GIF file

Hello community. Help me to play this animated gif file at the initialization of the screen.This works in the design but not once the application is built.I tell you big thank you in advance!
Flower.aia (229.1 KB)

Use a webviewer to display an animated gif. You cannot display an animated gif in an image or canvas component (even though it appears to work in the designer)

https://puravidaapps.com/snippets.php#2ani

2 Likes

Hello
I tried your solution but it does not work with me. I do not know why.Please, help me again.Thank

If your gif file is in your assets (Media folder) then use this path:

http://localhost/ani.gif

This will work in companion and compiled modes

Try

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.