Okay, so here's my new flash wrapper conundrum.<br><br>I want to load a xerte learning object and send it to the last page.<br><br>Loading the rlo file in our flash wrapper:<br>
<span style="color: rgb(51, 51, 255);"> this._parent.attachMovie('Xerte', 'myRLO', 0).init('Lesson3.rlo', 230, 80, 1020, 640);</span><br>
<br>Creates the following movieClip:<br>_level0.myRLO<br><br>Tried variations on the following with no luck.<br>_level0.myRLO.engine.IFC.gotoPage(5);<br><br>Tried various ways of inserting rootIcon in there with no luck either.<br>
<br>Is this not doable or have I just got the syntax wrong?<br><br>Thanks!!<br>ma<br>