I have some swf files (games) which I play using Swiff player…
Is there any way to save the state of the swf file ?? so that I don’t have to start the game all over from level 1 again !!
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.
From a programming standpoint the only way that you can save the state of a flash game is if the developer wrote code to allow state to be saved.
If I understand you right, it sounds like you are looking to duplicate the behavior you might find in, for instance, a super nintendo emulator – but that level of control there, that allows you to save state in any given ROM, is operating at the runtime level.
Unless you write your own Flash Player that gives you the ability to save state in a similar way you’re not going to find the same functionality.
I hope that makes sense, let me know if you have any other questions.