Hello,
I have problem with load animated gif.
ImageEnView1.IO.Aborting := false;
ImageEnView1.IO.LoadFromURL(fileURL);
ImageEnView1.Update;
ImageEnView1.Playing := true;
The image was loaded (first frame), but the animation does not work. If I open local file is OK.