Prequel upgraded to .96 - now with bandwidth detection
Category: General
As of the .96 release just pushed to google code, Prequel now features optional bandwidth detection. Implemention alongside Prequel:
import com.jeffdePascale.prequel.*;
var preload:Prequel = new Prequel();
var bandwidth:BandwidthDetection = new BandwidthDetection(preload);
bandwidth.addEventListener(BandwidthEvent.BANDWIDTH, eBandwidthHandler);
preload.preload([this]);
function eBandwidthHandler(e:BandwidthEvent):void{
trace("bandwidth: " + e.bandwidth + " kbps");
trace("seconds: " + e.seconds);
}
import com.jeffdePascale.prequel.*;
var preload:Prequel = new Prequel();
var bandwidth:BandwidthDetection = new BandwidthDetection(preload);
bandwidth.addEventListener(BandwidthEvent.BANDWIDTH, eBandwidthHandler);
preload.preload([this]);
function eBandwidthHandler(e:BandwidthEvent):void{
trace("bandwidth: " + e.bandwidth + " kbps");
trace("seconds: " + e.seconds);
}
SendAndLoad v.5 available on Google Code
Category: Open Source
SendAndLoad simplifies form POST or GET in AS3. Early documentation included.
SendAndLoad on Google Code
SendAndLoad on Google Code
Introducing Resizer
Category: Open Source
Soon to be uploaded to google code: Resizer, currently in alpha, is a collection of tools for handling placement of display objects within resize events and tools for simplifying full screen implementations.
Prequel upgraded to .95 release
Category: Open Source
*Fixed a lingering bug when tallying total percentage
*changed syntax of preload function to preload(fileArray:Array, mediaBuffer:uint = 100);
*preloading container swf is now achieved by passing 'this' as first item in fileArray
*added basic code documentation
EDIT: file error on upload to google code, wrong zip file submitted. File has been reposted with proper file structure and package name.
*changed syntax of preload function to preload(fileArray:Array, mediaBuffer:uint = 100);
*preloading container swf is now achieved by passing 'this' as first item in fileArray
*added basic code documentation
EDIT: file error on upload to google code, wrong zip file submitted. File has been reposted with proper file structure and package name.
Welcome!
Category: General
Welcome to the new jeffdePascale.com, which will focus completely on my AS3 code projects and training for The Ryan Partnership. Come back soon for more info on Prequel, Resizer, future training sessions, and more!
-Jeff
-Jeff
