Hi, at the moment, I have a thumbnail which loads on roll over. The code is:
attach_thumb.bt.onRollOver = function () {
this._parent.gotoAndPlay (“open”);
loadMovie (this.thumb_instance, this._parent.thumbnail.thumbContainer);
that works fine, however I’d like it load straight away without any rollover or any interaction, can you please tell me what I need to do?
THankyou in advance,