8 lines
		
	
	
		
			149 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			149 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
| package flash.net;
 | |
| 
 | |
| extern class SharedObjectFlushStatus {
 | |
| 	function new() : Void;
 | |
| 	static final FLUSHED : String;
 | |
| 	static final PENDING : String;
 | |
| }
 |