Skip navigation

Monthly Archives: March 2006

Managing Code Loading with Fuse

Here is an example of using Fuse as a load manager. This works really well if you want to sequence code that needs to wait until something is loaded. It works great if you need to load xml before you draw the ui.
UPDATED 03-10-07: The code has been updated to fuse 2.
[as]
function drawLoadManager(){
trace(”Draw Load Manager […]