/ Published in: ActionScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/** ----------------------------------------------------------- * Class Name * ----------------------------------------------------------- * Description: * - --------------------------------------------------------- * Created by: * Modified by: * Date Modified: * - --------------------------------------------------------- * Copyright ©2008 Sposto Interactive (Sposto Productions, LLC) * For license and usage information, please submit and inquiry * at http://www.sposto.com/contact/1/1.html * - --------------------------------------------------------- */ import mx.utils.Delegate; dynamic class Navigation extends MovieClip { /*################################# ## References ## #################################*/ /** ----------------------------------------------------------- * Constructor * ----------------------------------------------------------- */ public function Navigation(){ }; private function onLoad():Void{ /*################################# ## References ## #################################*/ }; /** ----------------------------------------------------------- * Properties * ----------------------------------------------------------- */ /** ----------------------------------------------------------- * Public Methods * ----------------------------------------------------------- */ /** ----------------------------------------------------------- * Private Methods * ----------------------------------------------------------- */ }