How to modify Flash SWF files in web pages

How to modify Flash SWF files in web pages
I think this is a problem that many people have encountered. In fact, many people are now talking about the problem of downloading and modifying FLASH from web pages. Today I will summarize the problem of how to download good-looking FLASH from web pages and convert swf into fla files for modification.

Last time I told you how to peel the skin of a website, mainly targeting HTML type web pages, and this time I will mainly talk about how to peel the skin of a FLASH website. Similarly, after you learn this trick, you can not only modify any FALSH website you like into your own, but you can also modify some flash animations.

Step 1: How to download FLASH from a web page? There are several methods.

1: Find the .swf file in the source code of the web page (View - Source File), and then copy the address with .swf to the download tool.

2: Download flash animations from the Internet through the browser's own functions. This method is the easiest to master and the most convenient; browsers such as Maxthon, Firefox, and GreenBrowser can also download them. The download address is indicated on the webpage (right click and save as)

3: Use download tools such as Xunlei and FLASHGET, and there will be a FLASH download prompt.

4: Download flash animations online through third-party software. For example: "Flash Catcher", "GetFlash", "Web FLASH Grabber".

Step 2: Decompile the downloaded SWF file into a modifiable FLA file.

Sothink SWF Decompiler is a tool for converting SWF to FLA that Lu Songsong often uses. I also recommend it to everyone here. It can completely decompose the basic elements in flash animation, such as pictures, vectors, fonts, texts, buttons, movie clips, frames, etc. It can also parse flash movie actions and clearly display the codes of the actions. The method of use is to use SWFDecompiler to open the downloaded FLASH file, and then click to export the FLA file. The operation is very simple. Note: After exporting the FLA file, you need to open it with FALSH 8 and CS version software to make corresponding modifications.

Download list of tools mentioned in the article:
Firefox FLASH download plug-in (download embedded): http://www.oschina.net/p/download+embedded
SWF to FLA conversion tool: http://down.lusongsong.com/Soft/10014.html
Flash animation production software (flash8): http://down.lusongsong.com/Soft/10008.html
Flash Catcher: http://www.skycn.com/soft/8032.html
Web Flash grabber: http://www.onlinedown.net/soft/47431.htm
GetFlash: http://www.greendown.cn/soft/1181.html

Here are some recommended FLASH source code sites:
http://www.51fla.com/
http://www.3lian.com/down/flash/
http://www.flash8.net/fla/
http://www.mbsky.com/SoftList/Catalog_85_SoftTime_Desc_1.html
http://sc.52design.com/list_flash.shtml
http://www.68design.net/Download/Flash-resources/list-1.html
http://www.citk.net/Soft/flash/Index.htm

<<:  CSS implements a pop-up window effect with a mask layer that can be closed

>>:  The url value of the src or css background image is the base64 encoded code

Recommend

Detailed explanation of node.js installation and HbuilderX configuration

npm installation tutorial: 1. Download the Node.j...

Vue project implements file download progress bar function

There are two common ways to download files in da...

Example of implementing translation effect (transfrom: translate) with CSS3

We use the translate parameter to achieve movemen...

htm beginner notes (must read for beginners)

1. What is HTML HTML (HyperText Markup Language):...

Detailed explanation of CSS style sheets and format layout

Style Sheets CSS (Cascading Style Sheets) is used...

Solution to define the minimum height of span has no effect

The span tag is often used when making HTML web pa...

Tips on setting HTML table borders

For many people who are new to HTML, table <ta...

Details on macrotasks and microtasks in JavaScript

Table of contents 1. What are microtasks? 2. What...

Vue realizes the function of book shopping cart

This article example shares the specific code of ...

Examples of common Nginx misconfigurations

Table of contents Missing root location Off-By-Sl...

Examples of using the Li tag in HTML

I hope to align the title on the left and the dat...

Optimized record of using IN data volume in Mysql

The MySQL version number is 5.7.28. Table A has 3...