Program | optimization
Today, I saw someone ask Reshacker how to use the change. Just. I did something a little bit earlier. Accumulated a little experience. Bold to write out for the rookie to share. The masters are not to laugh at me, ah ...
First, the preparation before changing the document
Make the flash that you want to change into an EXE file. Presumably everyone should be. No more nonsense. As shown in figure:
Second, change the icon
Run Reshacker. Turn on: File-> open-> Select just use Flash to make good EXE file.
Then click the-> Replace icon to open the new icon file in the pop-up dialog box ...-> Select a prepared ico icon. You can also select an existing EXE or DLL file. The corresponding icon selection appears in the list below. Some exe or DLL file will have many icons. You can select from the point ordinal. As pictured.
Then select the icon to replace in the list of icons you want to replace. Point "Replace".
and then save. Sometimes the icons do not display correctly. This is a refreshing look. EXE file is not the icon has changed?
Third, personalized resources
The corresponding resources for subkeys are:
401 about.
403 Open.
602 Menu
604 Right-click menu
601 Text Options Right-click menu (Copy, cut, paste)
613 Open. Copy link
There are 9 corresponding key values in all options, such as menu and dialog boxes. They are the kinds of corresponding languages respectively. As shown in figure:
The penultimate subkey for each key value is the Chinese content. We have to change the Chinese character part of it. After the change is completed. Click Compile Script. Then you can see the effect when you open the file. Is it easy? Personalized dialog box:
Expand the directory tree, and then click 401->2052. Visual resource editing will pop up. To edit a text method in a visual window: Right-click the text you want to edit. The pop-up dialog box selects Edit control to eject the control editor. The title is what we want to change. My personality flash is in the following style options. Yellow is in the selected format. If left, center, right, sag, gray ... Wait, wait ...
If we only want to use one line of text, then you can select other text. Press Del to delete the other. So what do I want to do with the line?
Presumably the person who wrote the program should know. Just type \ nplease in the text, and if you want to edit the title of the dialog box, right-click the dialog box. Edit the dialog box, and then make sure you have the compile script. Then save. Then run your program.
If I don't want the extra menu. What do you want? I mean, I just want a button with a dialog box in the menu. A closed button implementation method:
Copy the bottom of the script box
MENUITEM "Only my personality.", 20017
To
POPUP "I love You" in the {}
and remove other code, and the last of all code is
602 MENU
LANGUAGE Lang_chinese, 0x2
{
POPUP "I Love You"
{
MENUITEM "Only my personality.", 20017
MENUITEM SEPARATOR
MENUITEM "Exit (&x) \tctrl+q", 20007
}
}
That's how it works.
Said for a long time. How to change the title of the whole program? hehe. I almost forgot.
The secret to changing the title is in the list of strings:
String Table 1
2, "Macromedia Flash Player 7"//The title of this behavior player,
3, "Macromedia Flash Movie (*.swf) |*.swf;*.spl| All Files (*.*) |*.*| |"//player default supported file types
4, "player (*.exe) |*.exe| |"//create player exported file type
String Table 2
104, "a script in the movie caused the Macromedia Flash Player 7 to slow down." If you continue to run, the computer will not respond for some time. Do you want to terminate this script? "
Prompt before action script in Flash causes computer to not respond
"Macromedia Flash Player 7"//Row title for this dialog box
Iv. Write version information .
The following code corresponds to the version information. Just change the value in the corresponding "". I don't have a screenshot to demonstrate.
VALUE "CompanyName", "Macromedia, Inc."
Company
VALUE "FileDescription", "Macromedia Flash Player 7.0 R14"
Describe
VALUE "FileVersion", "7,0,14,0"
File version
VALUE "InternalName", "Macromedia Flash Player 7.0"
Internal name
VALUE "Legalcopyright", "Copyright?" 1996-2003 Macromedia, Inc. "
Copyright
VALUE "Legaltrademarks", "Macromedia Flash Player"
Legal trademarks
VALUE "OriginalFilename", "SAFlashPlayer.exe"
Source file name
VALUE "ProductName", "Shockwave Flash"
Product Name
VALUE "ProductVersion", "7,0,14,0"
Product version
Basic personalization features That's all I'm saying. More personalized methods also need to rely on their own to ponder. Oh.... Wordy for a long time also do not know whether we can read. Although some software can be made into EXE file flash. But most of the software does not have the ability to make dialog boxes and menus. If you want to write some sweet words to mm in the form of a dialog box to play out. How can not let mm happy?