GifDecoder sequences

Aysic4Bandroid

Member
Licensed User
Longtime User
Hi,

I'm just looking for advice on using the GifDecoder library:

I have several animated gifs split-up from a single video file which i wish top play in sequence so it appears as the single video file did before splitting it.

However, i want to use button clicks to trigger the next gif to play so the user can control when the next animated gif plays.

I'm using the modified GifDecoder example and have got the first gif playing well in the 'on resume' sub. I have each animated gif looping continuously but struggling to control the subsequent gifs via calls,

Any help appreciated.
 
Top