Add the code below under the element with the swf resource:
<handler name="ontotalframes">var bdel = new LzDelegate(this,'playRes')
lz.Timer.resetTimer(bdel,100);
</handler>
<method name="playRes" args="ignore=null">
this.sprite.loaderMC.play();
</method>
