<div>According to the Xerte reference constrain() is a method of the icon class, so I would have expected it to be available to a movie icon.<br></div><div>However I noticed that in the code for the textVideo page the code uses</div>
<div><br></div><div>movie.setSize(800,434);</div><div><br></div><div>rather than</div><div><br></div><div>movie.constrain(800,434);</div><div><br></div><div>I tried using constrain as I wanted to ensure the movies aspect ratio was not affected by a change of size and it appeared to have no effect.</div>
<div><br></div><div>Is constrain() not available as a method for movie icons?</div><div><br></div><div>Kind regards</div><div><br></div><div>Johnathan</div>