2005/11/8, Geoff Stearns <[EMAIL PROTECTED]>: > so then are you using an empty swf to load your main swf for each site? > > why not just create a generic base class that always checks for the > ExpressInstall vars, and if it doesn't find them, then it starts up your > main app? >
Geoff, I'm using nowadays your class, but in order to preload my own content I must to export in other frame than one, so I can make a correct preloading. As your ExpressInstall.as file is a class, you can't use it if you want to do the preload. And preload is an important feature of SWF content. The method I'm using is to use a generic preloader that manages all detection and preloading things so you only must to customize the look and feel for each application/web site. Then you can create your main SWF content without worry about that things. ...this is the way I'm trying, but I'd love to hear some thoughts about this...maybe I'm missing something... -- ::| Carlos Rovira ::| http://www.carlosrovira.com _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
