<!--
// Determine whether to attempt to initialize API before loading
// movie in case there is some ActionScript that fires off before
// the rest of the HTML page has finished loading.  This is
// configurable by setting the global boolean (g_bInitializeOnLoad)
// in the beginning of this file.  Default value is TRUE.
if (g_bInitializeOnLoad) {
	SCOInitialize()
}
//-->
