The steps are as follows: 1. First, start flash, create a new flash file, and use the default settings for all settings.
2. Execute the File-Import-Import to Library command. After finding the video to import in the Open dialog box, click the Open button to import the video into the library.
3. Enter the Import Video dialog box, select the first item "On your computer" in this dialog box, and then click Next.
4. In the deployment, select the option of embedding the video into the swf and playing the video on the timeline, and then click Next.
5. In the Embedding tab, set the video to the matching embedding type, select the integrated audio track, and select Embedding the whole video.
6. On the Coding tab, select flash-Medium quality, and then click Next until the import is completed.
7. Then click the Finish button, and the system will display the progress of flash video coding. Wait for the progress to be completed and the video will be imported. Then save the file and close the flash memory.
8. Start flashcs5 and create a new document. All settings can be set by default. At the same time, execute the file-import-import external library command.
9. Open the dialog box, find the file just saved, click the "Open" button, and drag the video from the external library to the library.
10. This video can be imported into flashcs5 and can be used after other corresponding operations.
How to use ezflash2?
Asus EZFlash supports external USB flash drive to update BIOS, so please be sure to prepare a USB flash drive. The specific steps to update the BIOS of ASUS motherboard through EZFLASH2 are as follows:
1. First go to the official website driver download page to download the latest BIOS files, usually compressed files. After decompression, you need to put it in the root directory of the USB flash drive. After copying the file, please insert the USB flash drive into the ASUS motherboard.
2. Then we turn on the computer and press the Del or F2 key on the keyboard to enter the BIOS of the motherboard. You can see that the current version is1602;
3. Press the Del key to enter the EZ mode of the motherboard BIOS. First, we need to enter the advanced mode of BIOS, and we need to press F7 to switch. After the switch, we can also see that the current BIOS version of this motherboard is 1602 in the main menu.
4. Use the left and right keys on the keyboard to move to the tools menu, and you can see the tools of ASUSEZFlash3;
5. Select ASUSEZFlash3Utility and press Enter on the keyboard to enter. You can see two update modes. The first mode is to update from the storage, that is, from the device, and then select Next.
6. After selection, you can see the basic screen for updating the BIOS. Here you can see the USB flash drive you connected and all the files in it, and you can also see the BIOS document of version 1702 that we put at the beginning.
7. You can select the file z 170-a-ASUS- 1702 with the keyboard or mouse. After the capital presses enter, EZFlash will ask you first, do you want to see this document? Doyouwanttoreadthisfile, select Yes; ;
8. At this time, there will be a risk warning. Do you really want to update the BIOS? Here, you can display the model of the motherboard and the updated version of the target BIOS. If you are sure to update, select Yes; ;
9. after selecting yes, EZFlash will automatically update the BIOS.
10, it will automatically restart after the update is completed. When you restart for the first time, the following screen will appear at startup due to the need to re-read the BIOS. Please don't worry, this screen is normal. You need to press F 1 to enter the BIOS to read again. Of course, in this picture, we can see that the BIOS is already version 1702. The latest BIOS version of the motherboard can be updated through the above steps.
Flashas2.0 code details?
//AS2.0
varmc = this . createemptymovieclip(" MC ",0); //Create a blank mc at level 0.
for(vari = 0; I
varmf=mc.attachMovie("mf "," mf"+i,I); //Create 40 blank MCs named mf0-mf39 in the MC loop.
MF . VR = 0; //The custom attribute vr of //mf instance is similar to vysdysdxvx, etc.
MF . vy = 0;
MF . sdy = math . random()/2;
MF . sdx = math . random();
MF . VX = 0;
random(2)==0? MF . SJ = 1:MF . SJ =- 1; //Generate a random value to judge whether it is 0, and assign the custom attribute sj of mf instance as plus or minus 1 according to the situation.
mf。 _ x = random(550); //Set the xy coordinates of mf instance randomly.
mf。 _ y = random(300);
mf。 _xscale=mf。 _ y scale = random(70)+20; //The random scaling ratio is %20-%90.
mf.sj
mf.mcl = 0.8
mf.swapDepths(mf。 _ xscale * 1000+I); //Set the level of mf instance within the level of plus or minus 1000+(0 to 39).
mf.onEnterFrame=function(){
this . VR+= 0.03;
This. _ y+= math . cos(this . VR)* this . vy * this . SJ;
This. _ x-= this . VX * this . SJ;
this . vy * = this . MCL;
this . VX * = this . MCL;
this . vy+= this . sdy;
this . VX+= this . sdx;
varID = math . random()* 30 & gt; & gt0;
ID = = 1(this . MCL = 0.9);
ID = = 2(this . MCL = 0.7);
ID = = 3(this . MCL = 0.5);
ID = = 4(this . yj . play());
This. _x
This. _ x & gt550 (this. _ x = 0);
};
}