Skip to content

Instantly share code, notes, and snippets.

@wwwins
Created April 10, 2012 04:03
Show Gist options
  • Save wwwins/2348247 to your computer and use it in GitHub Desktop.
Save wwwins/2348247 to your computer and use it in GitHub Desktop.
package {
import flash.display.Sprite;
import utility.URLUtil;
public class SWCMain extends Sprite{
public function SWCMain(){
// you need to refer to a master class and all other classes you will be using.
var a:Array = [URLUtil];
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment