DOH!
looked at the help, they're passing the contentLoaderInfo
into a function... so I just did this:
splashScreenLoader.contentLoaderInfo.addEventListener(Event.COMPLETE,
splashComplete);
splashScreenLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS,
splashLoader);
splashScreenLoader.contentLoaderInfo.addEventListener(Event.INIT,
splashLoader);