I use curl for grabbing data from sites, but now I need to grab content from Flash objects. I haven’t had any experience in flash, so could you tell me, is it possible in general? If yes, what will I need to learn in order to perform this action?
Share
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.