Error #2099: The loading object is not sufficiently loaded

Hello

I am trying to load youtube video into flash. I am getting the swfUrl which is the url of the swf file that youtube use to display flv video.

NOw I am loading multiple videos in a for a loop. and I am using loader.contentLoaderInfo.addEventListenre(Event.INIT, onComplete) to load the contents into sprite.

BUt I am getting this error #2099: the loading object is not loaded completey when I try to access the contentLoaderInfo.cotent property.

Can anyone please help with this?

THanks in advance