Flash FAQ

Source: Internet
Author: User

1. What is FLASH?
FLASH movies are portraits or animations designed for web services (of course, they can also be used for other purposes ). It mainly contains vector graphics, but it can also contain imported bitmaps and sound effects. It can also link the information entered by the browser with interactivity to generate interactive effects, or generate non-linear movie animations. This animation can interact with other WEB programs. Web designers can use FLASH to create navigation controllers, Dynamic LOGOS, long animations containing synchronous sound effects, and even generate complete and sensitive web pages.
 
2. How to make a simple FLASH animation?
First, open your Flash software and draw a circle (the circular tool on the left can be drawn directly). Then press F8 to add it as a Symbol, next, press F6 to add a key identifier, move the position of the Symbol appropriately, and right-click the position of the first Symbol and select Motion.
 
3. What is a vector image?
Vector images can be scaled at will without affecting the image quality of Flash. Bitmap images are generally used only as static elements or background images. Flash is not good at processing bitmap images. Therefore, animation of bitmap image elements should be avoided.
 
4. How to quickly align objects in different frames?
Use Inspector "Ctrl + Alt + I" to directly input coordinates.
Or the toolbar> Window> panel> arrange "Ctrl + K" to bring up the panel. Legend
 
5. How can I adjust the transparency of a Symbol/MC?
Select Symbol/MC, and find Modify> Instance> Color effect> Alpha (transparency) on the menu bar.
 
6. After the Flash is properly placed on the html, it is always circulating. How can we prevent it from repeating?
The last local Action is set to Stop)
 
7. How can I provide a pre-loaded LOADING location for my FLASH?
Use the Action syntax if frame is loaded to create a new layer,
First frame,
IfFrameLoaded ("scenario", frame) {// if the number of records in the scenario has been loaded
Goto and play () // jump to and play a certain role (set by yourself)
 }
Second frame,
Goto and play ("scenario 1", 1) // jump to and play the first loop
After adding a load-based MC loop playing in the middle of the two frames, it will be OK.
 
What? Do you want to LOADING in great detail? The source code should be detailed enough.
Source code download
 
8. How to click a button to open a page html instead of a sheet.
Create a button and write it directly AS above:
On (release ){
GetURL ("***. html ");
 }
Here, **. html is the name of the page file you want to open. It can also be a URL such as http: // www .;
 
9. I placed a huge MC in the "OVER cursor" button. Why does the mouse become a "home" state without clicking the button?
The real activation area of the button is in the HIT (press) cursor location. If you want to control the button position as a fixed value, you can draw a transparent image in the HIT cursor to determine.
 
10. If you right-click the screen? What do FS commands mean?
Fscommand ("fullscreen", "true/false"); (full screen setting, TRUE on, FALSE off)
 
Fscommand ("showmenu", "true/false"); (right-click menu settings, TRUE Display, FALSE do not display)
 
Fscommand ("allowscale", "true/false)
 
Fscommand ("trapallkeys", "true/false"); (shortcut key setting, TRUE shortcut key on, FALSE shortcut key off)
 
Fscommand ("exec"); (called by the EXE program)
 
Fscommand ("quit"); (exit to close the window)
 
11. The font in FLASH is always vague. Can I use a clearer method?
After writing the text, press CTRL + T to open the text settings panel, and select the design font in the final text box option. (It is best to use, with a size of 12 or 8. This is neat)
 
12. How can I import sound into an MTV video?
It's easy. Just import CTRL + R to your audio file.
 
13. The music and lyrics of my production site are always out of sync.
CTRL + F open the audio control panel, find the sound tab on the right, and adjust the sound synchronization effect to STREM (audio data stream) mode.
 
14. Why is the MTV file very large?
Refer to this post
 
15. What are the FLASH publishing settings? How do I set the transparent background?
Figure 1 Figure 2 Figure 3
Set in Dreamewaver:
Illustration
(Graphic materials provided by Flash web)
 
16. How can I make Font effects very beautifully?
Use third-party software Swish and Swfx.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.