So one programmer maded a flash app, but when i open it whit adobe flash, i’can find any code inside, but the application works, i’ve tried to see in the frames actions, but nothing, the library is only with movieclips, any ideas please?
Share
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.
SWC libraries contains AS classes as well. There are some explorers for SWC files, for example Flash Builder 4.6 supports it. You can also rename *.swc file to *.zip and check the catalog.xml file for class names and use any swf decompiler for browsing library.swf for sources.