I use curl for grabing data from sites, but now i need to grab content from flash objects. i haven't any experience in flash, so could you tell me is it possible in general? if yes, what i need to learn for it?
Thanks
I use curl for grabing data from sites, but now i need to grab content from flash objects. i haven't any experience in flash, so could you tell me is it possible in general? if yes, what i need to learn for it?
Thanks
Everything is possible, depending of how many efforts you could put in it. What content do you need? If you only need images, you could read SWF Format Specification, parse swf into tags, find DefineBitsJPEG ones and save their data.