Animated gif library

Status
Not open for further replies.

prokli

Active Member
Licensed User
Longtime User
Hello!
I found this library including an example:

I moved jar and xml file to Additional folder!
When I rund the demo I get the error:
File "Traffic.gif" not found in Asset folder
B4X:
    gif.DisposeFrames
    gif.Load(File.DirAssets, "Traffic.gif")
    'gif.Load(File.DirAssets, "traffic.gif")
    'gif.Load(File.DirAssets, "arrow.gif")
 

derez

Expert
Licensed User
Longtime User
Of course. If you open the zip file in the post you'll find the file in the "files" directory and you should also put it in your application's file directory.
 

prokli

Active Member
Licensed User
Longtime User
I run the "GifDecoderDemo.b4a" directly from the unzipped folder. Furthermore I have checked the content of "/files" folder and there are all gif files.
So I don't have to copy these files!
Are there any permission issues??
 

DonManfred

Expert
Licensed User
Longtime User
files in assets must be lowercased
 
Status
Not open for further replies.
Top