CCTV-like effect of a Flash

Related Tags:

  See below this 
  Http://www.cctv.com/culture/index.shtml 

  Automatically transform the picture, the mouse pointer different picture links corresponding transformation. 

  Below dual effect of this will be given a handbook may be used as deep ACTION In fact, we are the same are not going to be from if you see ACTION retreat on that you never learn bad FLASH! 

  We do not believe you ask the secretary of Mars in the time he had experienced a number of difficulties?    !    Before the Xiaohami become a shrimp!    Thank the secretary to provide technical support him in a really good silver! 

  Not a wordy has begun! 

  First dual nested to mention the concept of many people learn programming languages have nested inside the existence of a layer is a layer of meaning as set below will be used only shining but even to their own understanding not know if you can not understand? 

  This example, there are four buttons and a corresponding picture 

  Named a new movie clip for the "gray" in a painting of a white layer without edge of the box following plans: (Note attributes in the panel are changed to 0 XY axis to facilitate this is to cultivate the habit after management oh) 

  Layer 2 is a written text of the "one picture the words" 

  Zhaohuhuhuapiao then again three video clips were named "red" and "green" and "green" plans are as follows: 



  Below the name is "gray" as an example of the rest of the film clips similar! 

  New video clips named "Bianhui" for the name "gray" video clips or dragged inside to put attribute coordinates X: Y 0: 0 in the first place and then inserted the key 10 really really really choose in section 1 Right-white Color adjustment for the first elections to create a true meeting of animation to be a gradual white to grey last point by adding a command by pressing F9 really stop (); 

  Below a new movie clip named "master file" 

  Map layers are as follows: 

  Specific on: 

  PP layer placed Bianhui reddening green variable Green each of the four video clips and real 

  Txt four layers placed above the corresponding editing text explanation 

  In fact, the only action of the stop order (); divided into four above one-to-one and really 

  The two really do a button to make a realistic shadow effects 

  Return to the main scenes look at the time frame in the title: 


  Specific on: 

  Xian of the shadow effect is to do just a few straight 

  Btn release of the four buttons choose the one button F9 add the following code: 

  On (rollOver) (/ / mouse over, the first broadcast a picture MC, and removed delay function; 
  Pic_show.gotoAndPlay (1); 
  ClearInterval (timer); 
  ) 
  On (rollOut) (/ / mouse skidded off the delay to re-start the implementation of function ~ 
  Timer = setInterval (next_pic, 2000); 
  ) 

  Similar to the other three just-for-1 for 2 3 4 

  Mc layer placed on the "master file" movie clip 

  As of the code are as follows: 


  Function next_pic () (/ / custom function, used to control the playback picture MC, function called next_pic 
  If (pic_show._currentframe == 4) (/ / If current frame of the first four, then transferred to the first frame; 
  Pic_show.gotoAndPlay (1); 
  ) Else (/ / If not, then play the next frame; 
  Pic_show.nextFrame (); 
  ) 
  ) 
  Timer = setInterval (next_pic, 2000); / / 2 seconds each interval next_pic implementation of a function. Timer function is the delay after the id easy to remove it 

  CCTV's website FLASH are connected only in a transparent and above 0 button in the button on the dual not elaborate on the connection 

  Click here to download the source files 

Related articles:

Site basic color - Flights
  By using this general as vermilion most well-known color, or its many that the dark color and a can in the general design and graphic design show on the vitality and enthusiasm.    Central red orange color combinations can be easily created the most dynamic, full of warm feeling.&nb...
ASP.NET AJAX entry Series (3): Controls the use of ScriptManagerProxy
  In ASP.NET AJAX, because of an ASPX pages there can be only one ScriptManager control, a master pages in the circumstances, if need-Master Page and Content-Page in the need to introduce a different script, this Content-on the need for the use of ScriptManagerProxy page, rather than ScriptMan...
Web1.0 and Web2.0 Open and Close
  Web1.0 and Web2.0 Open and Close    Information in what way and show, that is what center    Personal information privacy protection is open or    Coordination is the cattle to the people  ...
CSS's "Top Skills"
  Snook.Ca to all CSSer recently made some time to write CSS "top skills."    Font size use px    In his statement, CSS    Contrast the following two:    H2 (font-size: 18px; border: 1px solid blue; color: # 000; background-color: # FFF;)&n...
Preliminary exercises Ajax
  Preliminary exercises Ajax    Ajax is not a good technique.    Just under a Ajax.Net to try.    Http://ajax.net/ downloaded from a compressed, there is a txt untied after the quick usage guide, and a DOC of AJAX. Net Wrapper usage guide as well as a DLL. ...