import mx.core.UIComponent;
private var loader:Loader;
private var printSWF:MovieClip;
private var swfTimer:Timer;
private function init(): void {
}
public function loadPrintingApp(domainName:String, loginFolderName:String, showFolderName:String): void {
}
private function loadIt(event:Event): void {
}
private function swfCheck(event:TimerEvent): void {
}
In the code above, the init() function is run on the applicationComplete event...
The swf file that I'm trying to load is very simple, it contains only the following:
<mx:Application xmlns:mx=" http://www.adobe.com/2006/mxml " minWidth=" 400" minHeight=" 300" >
</mx:Application>
So basically, if this all loads correctly, I should have an AIR app that shows a blank screen, except for the words "Print Assist for 2010_iwcs loaded!". Simple enough -- yet it won't work... And I R Confused! :-)
Thanks for any help you can give me.
Laurence MacNeill
Mableton, Georgia, USA
-------------------------------------------------------------
To unsubscribe from this list, simply email the list with unsubscribe in the subject line
For more info, see http://www.affug.com
Archive @ http://www.mail-archive.com/discussion%40affug.com/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------
