Loading FLash production style bubble effect

Related Tags:

  Code limited creativity. 
  The last of the speed of a pattern of Loading, let us slightly Gaiyigai code, achieving another interesting Loading patterns. 



src=http://www.webjx.com/htmldata/2005-05-19/&


quality=high


pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'


type='application/x-shockwave-flash' width=400


height=300>   Http://bbs.flash8.net/bbs/UploadFile/2005-5/2005517191521567.swf 

  Click here to download the source files 

  In the first flash of a scene in the painting Zhengyuan, filling the radiation filled. Entire election into MC (video clip), double-click to open the mc, in the time frame a new layer named for the water, in this layer, painting Zhengyuan covered a live below the circle. filled for the light blue. layers and then "water" a new layer above named mask, a mask layer on the drawing rectangle for the area can be covered during the following round. rectangular and the top layer "water" in the circle at the Bottom of alignment, and then select the rectangle into mc, and was named "water." layers in the "water" above right click select "mask layer." OK, Rendering completed Let us write code. 

  Layers in the "water" on a new layer, called "action." Open moves by pressing F9 panel, enter the code below 

/********************************
  Design by PengLongXiang 
  HomePage: Http: / / yu5911.66et.net 
  QQ: 55856710 
  E-Mail: penglongxiang@163.com 
  MSN: yu5911@hotmail.com 
*********************************/
  This.onEnterFrame = function () ( 
  Water._y = - (Math.round ((_root.getBytesLoaded () / _root.getBytesTotal ()) * 100)) water._y; / / set up "water" Y coordinates for the "water" Y coordinates of the download Percentage completed = Math.round ((_root.getBytesLoaded () / _root.getBytesTotal ()) * 100); 
  Trace (water._y); 
  If (percentage == 100) ( 
  Trace ( "ok"); 
  _root.play (); 
  Delete this.onEnterFrame; 
  Else () 
  Trace ( "loading"); 
  _root.stop (); 
  ) 
  ) 

  OK, released in a simulated test environment is not very cute ah? Oh, Flash more fun waiting for you to discover oh. 
  The source materials (source file can be used as components, the use of film clips, as long as the "bubble" on the scene first frame required) 

Related articles:

CSS filter
  In Web development, it is inevitable to use CSS, in the past few years my Web accumulated in the process of developing some common but it is not practical to CSS compiled, we hope to help!    Filter: chroma (color: # FFFFFF);    Let designated background color transpare...
DIV CSS layout entry Example (3) the top of the page production
  Third, the top of the page production when we write the pages broad DIV structure, we can begin to detail on each part produced.    In the previous chapter we write some style, which is to preview styles, incorporate it into the structure, we have all the style in css.css removed, ...
Ajax example rss reading blog
  Interface    Ajax Reading rss Example    Blogjava original district blogjava novice non-technical areas blogjava integrated district    Enter a RSS address:    Code:    <DOCTYPE html PUBLIC "- / / W3C / / DTD XHTML 1.0 Strict / /...
Encryption and decryption code on the protection website
  Text code protection is a matter of a big headache, with the deepening of understanding protection methods more, which means more loopholes.    Below talk about my experience, a better way to welcome the exchange QQ: 17789897.    [- The transfer of the original code met...
JS classical source: javascript generic script library
  WEB Programming in javascript can play a significant role in the function of some commonly used written javascript libraries.    Below code will be preserved for Common.js    Class features:    1.Trim (str) - remove strings on both sides of the box  &nbs...