This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package | |
| { | |
| import flash.display.Sprite; | |
| import flash.events.MouseEvent; | |
| import flash.text.TextField; | |
| public class Profiler extends Sprite | |
| { | |
| public function Profiler() | |
| { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ... | |
| protected function ParseStage(obj:DisplayObjectContainer) : void | |
| { | |
| if (!obj.mouseChildren || obj == FlashPreloadProfiler.MySprite) | |
| return; | |
| for (var i:int = 0; i < obj.numChildren;i++) | |
| { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Class ServiceDelegate | |
| { | |
| function onResult(result:Object) {...} | |
| fubction onError(error:Error) {...} | |
| } | |
| ... | |
| var delegate = new servicedelegate() | |
| someRemoteHTTPService.doSomeMethod(delegate); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | public class Stack | |
| { | |
| private Object[] elements; | |
| private int size = 0; | |
| private static final int DEFAULT_INITIAL_CAPACITY = 16; | |
| public Stack() | |
| { | |
| elements = new Object[DEFAULT_INITIAL_CAPACITY]; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 2011-04-28 13:38:25 | |
| Full thread dump Java HotSpot(TM) Client VM (17.1-b03 mixed mode): | |
| "Image Fetcher 0" daemon prio=8 tid=0x365e7c00 nid=0x51c in Object.wait() [0x3641f000] | |
| java.lang.Thread.State: TIMED_WAITING (on object monitor) | |
| at java.lang.Object.wait(Native Method) | |
| - waiting on <0x103d08c8> (a java.util.Vector) | |
| at sun.awt.image.ImageFetcher.nextImage(ImageFetcher.java:114) | |
| - locked <0x103d08c8> (a java.util.Vector) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package | |
| { | |
| import flash.display.DisplayObject; | |
| import flash.display.Sprite; | |
| import flash.text.Font; | |
| import flash.text.TextField; | |
| import flash.text.TextFieldAutoSize; | |
| import flash.text.TextFormat; | |
| /** | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package | |
| { | |
| import flash.display.Loader; | |
| import flash.display.LoaderInfo; | |
| import flash.display.Sprite; | |
| import flash.events.Event; | |
| import flash.net.URLRequest; | |
| import flash.system.ApplicationDomain; | |
| import flash.text.Font; | |
| import flash.text.TextField; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package garbuz.engine.scene.renderers | |
| { | |
| import flash.display.BitmapData; | |
| import flash.display.MovieClip; | |
| import flash.display.Sprite; | |
| import flash.geom.Matrix; | |
| import flash.geom.Rectangle; | |
| import garbuz.common.comparing.AnimationRequirement; | |
| import garbuz.common.query.fromDisplay; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <script src="js/swfobject.js" type="text/javascript"></script> | |
| <script type="text/javascript"> | |
| var flashvars = { | |
| apiURL: "funBanGamesAPI.swf", | |
| userId: 0, | |
| gameId: 0, | |
| hash1: abababababababababababababababab | |
| }; | |
| var params = { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html> | |
| <head> | |
| <title>{swf.name}</title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
| <meta name="language" content="en"/> | |
| <meta name="description" content=""/> | |
| <meta name="keywords" content=""/> | 
OlderNewer