TherioN - 02 May 2008 09:14 PM
Maybe a stupid question, but can the apploader load only Flash applications or any other, like .exe files, too?
Not a stupid question - You would need to change the Apploader.as file to accomodate for .exe files. The problem is, as it stands, it will ONLY open .exe or .swf files (not both)
The OSButton class changes meaning the popup menu appears, however the none of the functions work anymore, so this would need to be fixed also.
See here in the aploader.as file:
appLoader.load(new URLRequest(selectedButton.appName + ".swf"));
But it’s not that simple..I’m currently working on it using another method (fscommand), maybe someone here knows another way?