Hello.
I am new in AS and Flash.
I used the tutorial “[FONT=Verdana][SIZE=4][COLOR=#003366]Adding [/COLOR][/SIZE][/FONT] [FONT=Verdana][SIZE=4][COLOR=#003366]Thumbnails” [COLOR=Black]to build[/COLOR]
[COLOR=Black]a fotoshow.
Adding another xml-file I have the problem,
that I cannot reload(?) the thumbnails correctly.
If I use the following code:
*if ( reload ){
thumbnails = [];
p = 0;
thumbnail_mc.unloadMovie();
thumbnail_mc.clear();
xmlData.load( “images3.xml” );
}
*Then I do not see any thumbnails,if(!) the new thumbnail list contains fewer elements than the old one and if the old thumbnail list was scrolled over the hit_right field before.
It is seemingly necessary to reset the internal state of the movieclip. But how can I accompish that?
Thanks in advance
Günther
[/COLOR][/COLOR][/SIZE][/FONT]