20 flash classic quiz

Related Tags:

  1. How music can be synchronized with sound and animation attributes set in a data stream format music! 
  In the voice of output options in the choice of MP3, the bit rate of 16 kbps, for rapid quality. 

  2. Despite the size of the film set, but as long as the trailer when the big players will still see the original windows do not want to see part of what set size only player in the part? 
  This question is very simple, in the most upside of a new layer, and be a huge "return" glyph, the film outside of all covered. 

  3. Realize how transparent Background like flash animation? 
  Flash in the select "File → Publish Settings (Published settings) → HTML," set in the WMODE select "Transparent (transparency)," then this can be released so that the transparent Flash.    Also if the website can be selected to achieve transparent Flash Flash inserted in its property panel click on "Parameters (parameters)," Parameters dialog box pops up, type in the left Parameters "wmode" Value in the right type " transparent "can be a transparent effect. 

  4. Ask gif output can be used flash animation? 
  First of all can not use the MC, choose "File" - "output film" - formatted as "Animated GIF" 

  5. Music button manufacturing process, which some expert guidance ~ ~ ~ ~ 
  MC usually done in the same ah, the more layers, which need to place audio on the move to places that can be the ah, the truth is the same. 
  Added: as a music player incident. 

  6. How to do a good job in Flash animation into a screen saver? 
  SWF Browser or Screensaver use, they can easily be converted into SWF screensavers, use SWF Browser you can also SWF in the picture, sound, etc. extracted. 

  7. How to make animation before the Loading effect? 
  In the film's second frame of judgement "_ framesloaded (has been printed in the video segments)," and whether "_ totalframes (all video segments)," equal to, if not equal to the first frame to cycle, if the same into the third frame to continue player. 

  8. How to open documents Manping Flash player? 
  In the first frame in the animation insert "Actionscript: FS Command (" fullscreen ", true)," If you want to do not Display pop-up menu, then insert the following: "FS Command (" showmenu "False)," Close animation "FS Command ( "quit"). " 

  9.Actionscript experts under the mode of how to display Chinese characters? 
  So long as the Windows / Fonts in the catalog MODERN.fon document can be deleted. 

  10. AS realize how to use a typewriter effect? 
  First a text box will be placed in the scene, it is set to the text attributes "Dynamic (dynamic text)" and set variable names such as "textbox."    Then a layer to put new Actionscript, in a text frame will be stored in a variable such as "text =" Hello, Welcome.    "" I and variable settings for the initial value of "i = 0."    In the second frame the use of "mbsubstring" function will be assigned to the text version of each variable, such as "textbox = mbsubstring (text, 1, i)," then the value of cumulative i "i = i 1."    Then in the first eight frames in the judgement i is not equivalent to the size of the length of text, if the same will stop "Stop ();" If you do not equal the second frame to play "gotoAndPlay (2);." 

  11. How can we prevent more fluid animation player? 
  (1) reduce the size of animation moves 
  (2) In the same time, not too many layers animation 
  (3) simplified as much as possible vector picture 
  (4) so as not to animation background as a transparent manner 
  (5) removing unnecessary components. 

  12. Position in the regulation of target accuracy, it is difficult adjustment, how can very accurate alignment of components? 
  By the "Ctrl Alt I" key combinations can object to coordinate ways to adjust, or select the object and then click, or right button to adjust. 


  13. SWISH I used 1.58 how can the Chinese are normal horizontal ah, I can only how Lane is the reverse of 90 degrees horizontally attention to your chosen Font name before the "@" 
  If the above signs with other non-choice "@" fonts 

  14. How animation set in within five minutes of no mouse movement, the screen will be transferred to a specified screen (equivalent to a screen). 
  In the scene, one empty MC, in the above plus Action: 
  OnClipEvent (enterFrame) ( 
  Total = Math.floor (getTimer () / 1000); / / get the film broadcast by the time that has passed since 
  If (total> = 300) ( 
  _root.gotoAndPlay (2); / / judgement: five minutes after the broadcast the second frame 
  ) 
  ) 
  In the scene with the first frame: stop (); 

  15. Reuse guide line, it is not necessarily to use graphical components of the group, location of the beginning and ending position components to align the center line to guide the Center 

  16. Mask is not used to hide things and the establishment of a difference has it 
  Must be in the upper layer mask 
  Masked mask layer in the layer under ~ 
  Mask layer: Showing the scope of (regional) 
  Masked layer: that the content:) 

  17. Ask how can we in the scene where the time line mc parked in arbitrary frame? 
  _root.mc.gotoAndStop (Mc you want to stop in a certain frame) 

  18. Mtv Why do the time, music with mp3 format but can not import? 
  Because a lot of music is not the regular format of music, some to be a professional software processing, encountered such a situation, as long as it is leading to SOUNDFORGE this music, then save time, the professional software processing, have become professional music there would not have been such a lighthearted. 
  In the absence of the above tools, and can also use the third tier Super Jieba after re-compression can be used. 

  19. How precise control of deformation in the two objects do "Shape" deformation, it is sometimes not a kind of strange feeling that in the chaotic change, and change is not soft.    In fact, if carefully handled on the line to: select "Shape" deformation of the first frame, according to the "Ctrl H" will add a key frame deformation, deformation at the same time in the last one will appear simultaneously corresponding key frame.    Choose the appropriate number of key frames, adjusting the location of key frame, we can achieve precise effects of deformation, like the movie "future soldiers" in the liquid metal, like Cool! 

  20. How can determine surfers have the Flash plug-in installation support, and provide installation method is the simplest way to prepare using Dreamweaver HTML, when inserting a Flash document, will be automatically inserted in a Web page code.    When the user not to install the Flash plug-in, automatically to the designated location Macmmedia download.    But more often the site busy server, you can use Behavior in the "Check Plugin" designated as a "URL" download. 
  This seems to be hardly F1ash application skills, but it is essential.    To know that in China, 30% -40% of the computers had not been installed Flash Player! 

Related articles:

CSS primary Comprehensive Application Guide
  You should have the initial version in HTML in the creation of a comprehensive HTML documents, but also in the initial CSS version has been added to the beginning of his party to the CSS documents and HTML documents linked.    The following code includes all of our curriculum in pr...
Flash video tutorial examples: computer production at titles (2)
  Article 60: Computer reportedly produced titles (2)    Curriculum objectives: to produce computer animation titles    Curriculum points: use Flash MX 2004 produced computer animation at first, the example set on seven points, which is Section II.    At the sam...
HTML Tutorial - the color forms
  In the table, we can fill in the entire form background, and his party can be any, the use of a table yuan background color.    Forms the background color <table bgcolor = #>    To the background color <tr bgcolor = #>    Table yuan background colo...
Css fillet a variety of methods to achieve results and
  Css effect of a fillet  <html> <head>   <title> Css fillet effect </ title>    <meta Http-equiv="content-type" content="text/html; charset=gb2312">    <style Type="text/css">    . ...
Easy Ajax with jQuery [Linghu onions translations Part1]
  Original Author: Akash Mehta    Original Address: http://www.sitepoint.com/article/ajax-jquery    Translation: Linghu onions (reproduced above information please specify)    Ajax change the web applications, and has brought an unprecedented desktop application...