When are the conditions that onlastframe will work? I am trying to use it to find when the last frame of a multi frame resource is loaded, like this:
<resource name="face">
<frame src="banner.png"/>
<frame src="crab.gif"/>
<frame src="start.png"/>
<frame src="banner1.png"/>
</resource>
<view x="150" y="50" resource="face" name="myview1"
oninit="setAttribute('opacity',0)"
onlastframe="myview.loop()"
/>
The onlastframe is not firing the method asked of it.
Regards
Garry
