Skip to content

Instantly share code, notes, and snippets.

View danielsedlacek's full-sized avatar

Daniel Sedlacek danielsedlacek

View GitHub Profile
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;