1: 2: 3: 4: 5: 6: 7: 8:
myData.onLoad = function(){ placeTheDataIntoTheRightPlace(); if(template.text == "template 1"){ gotoAndStop("template_1"); }else{ gotoAndStop("template_6"); } };