Scenario.
4 Static Text boxes. When mouse moves over one text is loaded in to a dynamic field.
I’ve been able to do this with the thumbnail compenent by FlashLoaded.com but the thumbnails generate a value when clicked which you can then use to process the rest of the code… ie…
tnailer.onThumbover = function(mc) {
_global.curent_thumbnail=mc.no;
myTarget.loadMovie(“movie.swf”);
}
The thumbnail compents has an array.
How is these achievable with static text boxes?