I have a Flash object in a SWF file. It contains an image that I need to extract, so I can use it directly for devices not supporting Flash.
How can I extract the image from the SWF? What tools should I use?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well it depends on the situation, at any case you’ll need a way to identify that image inside the file aka a symbol.
Case 1. Embed
Case 2. Runtime
(this code is executed once the loader has loaded your swf source file)
Hope it helps