Package com.sekati.net

Class Summary
Bandwidth Simple bandwidth throughput test
 Usage:
 function bandwidthResult(speed:Number, testsize:Number, ms:Number){
 	trace("bandwidth speed: "+speed+"kbps, test filesize: "+testsize+", test time: "+ms+"ms");
 }
 var bandwidthTest = new com.sekati.net.Bandwidth("assets/bandwidth_data/50k", bandwidthResult);
 
ExpressInstall This class invokes the Adobe Flash Player Express Install functionality if an update is required
File File handler class for uploading and downloading files and FileReference Events.
TODO Needs thorough testing to confirm event handling works properly
NetBase static class wrapping various Network utilities

Class Inheritance Diagram