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 description of component-based front-end development process

Background <br />Students who work on the fr...

Detailed explanation of the use of filter properties in CSS3

Recently, when I was modifying the intranet porta...

jQuery implements HTML element hiding and display

Let's imitate Taobao's function of displa...

Universal solution for MySQL failure to start under Windows system

MySQL startup error Before installing MySQL on Wi...

Vue integrates PDF.js to implement PDF preview and add watermark steps

Table of contents Achieve results Available plugi...

I have sorted out some domestic design websites that I think are good.

<br />I have compiled some domestic design w...

React sample code to implement login form

As a Vue user, it's time to expand React. Fro...

How to install mysql in docker

I recently deployed Django and didn't want to...

Linux system (Centos6.5 and above) installation jdk tutorial analysis

Article Structure 1. Preparation 2. Install Java ...

Detailed explanation of four types of MySQL connections and multi-table queries

Table of contents MySQL inner join, left join, ri...

Getting Started with CSS3 Animation in 10 Minutes

Introduction Animation allows you to easily imple...

Zabbix implements monitoring of multiple mysql processes

Three MySQL instance processes are started on one...

A brief discussion on the implementation of fuzzy query using wildcards in MySQL

In the MySQL database, when we need fuzzy query, ...