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 org.wikibudgets { | |
| // Base64 class downlaoded from http://code.google.com/p/as3crypto/ | |
| import com.hurlant.util.Base64; | |
| import flash.display.Sprite; | |
| import flash.events.Event; | |
| import flash.events.IOErrorEvent; | |
| import flash.events.SecurityErrorEvent; | |
| import flash.net.URLLoader; | |
| import flash.net.URLRequest; |