function cFlash( ContainerID, Width, Height, SourceFileName, FlashVars, Loop )
{
	this.flashCreator = new cFlashCreator( ContainerID, Width, Height, SourceFileName, FlashVars, Loop );

	this.onLoad = function()
	{
		this.flashCreator.onLoad();
	}
}
