Is it possible? If so, how can I write such code?
E.g. I have files called image.gif, image2.gif, someother.gif etc. and these files are all animated gifs.
I would like to import it somehow in flash using actionscript, so actionscript grab all gifs in the folder he is located and display them below each other automatically.
The problem is is it possible so they are doing they own animation inside flash?
I would like to make a protected flash container for my gif banners.
thanks for any suggestion how can I do such thing.
I recommend using Thibault Imbert’s GIF Player library.
Follow the examples/documentation that come with the library, it’s fairly straight forward:
I’ve used it about 4 years ago for a uni project and remember it was easy to pickup.
Regarding the use, it doesn’t look like fun:
be easy to monitor the browser’s network activity(files downloaded)
or use any sort of swf decompiler or simply the path to the gifs. I imagine it might be possible to write an image scrambler which would convert your .gif before loading on the server and in the swf you’d use code to unscramble the image, but you’d also need to scramble the actionscript code as well which would make this task a bit harder, but not impossible. Overall sounds overkill for something as ‘exciting’ as gif banners.