We generally know that Flash is a famous multimedia production software of Macromedia. It is easy to learn and use, and can generate very small interactive animations, in addition, it can also generate an EXE file that is out of its editing environment, but we find that the icons of the EXE files made with it are the same, in this way, the multimedia program is "the same", so can we change the default icon of the publishing file at will to give our work a little personalized content. After analysis, we find that the image is stored in Flash's runtimefile flashpla.exe. Therefore, we only need a resource editor and an icon editor to complete the modification. The method is as follows:
1. Start exists;
2. Click "Browse" and open the flashpla.exe file (this file is generally stored in the Players folder under the Flash Installation Folder. You must remove its read-only attribute before modification );
3. Click "resource" \ "icon" and find resource No. 102 in the icon resource, which contains six icons of different sizes and colors, by default, it only displays the 32x32, 16-bit color icon. Because excoder is only a hand-made tool, it does not provide the function of Editing Icon resources, therefore, you can click the "Export" button on the toolbar to export it as a standard ICO icon file;
4. Start the icon Editor (which can be obtained from the VC ++, Visual BASIC, or Visual FoxPro installer, or directly use a third-party Program) and call the exported icon file, modify them and save the disk (you can also find several icons of the same size and color without modifying them );
5. Find the 32x32 and 16 color icon sub-Resources in resource No. 102 of the bitmap resource, and click the import button to import them;
6. Click the inventory icon to update the resource in the flashpla.exe file.
Run the Flash program again, and click "file"> "file"> "configure settings". Select the "Windows project (.exefile] (see the attachment figure settings.bmp), click" OK "to save the settings, and then click" file ">" publish ", the icon of the generated EXE file is changed to the modified icon.
Note:You can use the same method to modify other English resources, so that Flash is your Flash and personalized Flash.