prova cosi...
Codice PHP:
tekstitem_mc.deeplink = prezzo[i] + "/";
tekstitem_mc.titel_txt.htmlText = titolo[i];
tekstitem_mc.num=i;
tekstitem_mc.onRelease = function()
{
var _loc5 = tekstcont_mc.getNextHighestDepth();
terug_mc = tekstcont_mc.attachMovie("terugID", "terugmc", _loc5);
terug_mc._x = 333;
var _loc9 = [{label_it: "indietro >", label_fr: "retournez >", label_en: "go back >"}];
terug_mc.label_txt.autoSize = true;
terug_mc.label_txt.htmlText = _loc9[0]["label_" + _global.taal];
terug_mc.deeplink = _global.knoppen_arr[_global.curID].deeplink;
tekstcont_mc.tekst_mc._visible = false;
tekstcont_mc.titel_txt._visible = false;
tekstcont_mc = tempRoot.attachMovie("tekstcont1ID", "tekstcontmc", tempRoot.getNextHighestDepth());
tekstcont_mc.titel_txt.autoSize = true;
tekstcont_mc.titel_txt.htmlText = titolo[this.num];
tekstcont_mc.tekst_mc.tekst_txt._y = posY;
tekstcont_mc.tekst_mc.tekst_txt.autoSize = true;
tekstcont_mc.tekst_mc.tekst_txt.htmlText = descrizione[this.num];
tekstcont_mc.tekst_mc.tekst_txt.styleSheet = _global.css_obj;
tekstcont_mc.tekst_mc.tekst_txt._width = tekstcont_mc.mask_mc._width;
tekstcont_mc._x = 585;
tekstcont_mc._y = 42;
};//End Function