VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



SWF Forge

by enmity (9 Submissions)
Category: Files/File Controls/Input/Output
Compatability: VB Script
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

SWF Forage, a parser/extractor and a compiler of swf file. I found similar codes on VBC but I wish to do it in a more clear and faster way.
Extracting compiled flash(.exe) back to swf file. It is easy to do compile a swf file to a standalone exe without a separate palyer, but it depends on what version Flash you made the swf, because new features with new Flash. If new features used in swf, older player maybe play it correctly. So a workaround solution is to use the latest player:) And I included a small play game as resource and automatically extracted it to "Marshi Maro.exe" since VBC will automatically remove any file with PE headers, no matter what you name the file.
And I make these two functions into a class for handy usage. I used Copymemory for a better performance. Please feel free to leave any comments, bugs or suggestions are welcome!
Next version will feature in automatically list IE cached swf files for users to select. Maybe I will develop a much more robust version in really parsing the frames of a swf file to gifs.
Some basic function classes are found on VBC, but the core swf storage class is written by me.
I strictly follow the coding standard so that I hope you can learn abou it without too much difficult. Sorry for lack of detail code comments, but I think that the method is really simple.

API Declarations
CopyMemory For a better performance

Rate SWF Forge

Download SWF Forge

Download SWF Forge (444 KB)

SWF Forge Comments

No comments have been posted about SWF Forge. Why not be the first to post a comment about SWF Forge.

Post your comment

Subject:
Message:
0/1000 characters