Created
April 10, 2012 04:03
-
-
Save wwwins/2348247 to your computer and use it in GitHub Desktop.
This file contains 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 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