|
|||
|
search pictureClick.as in you source file Folder open it and look for:
//function called by onPress event and return "name" variables from xml (if action is other that "_blank") function pictureClick(par) { //example 1 //in xml:<picture thumb="test-images/aaa.jpg" description="description" name="1" param="action"></picture> //in xml:<picture thumb="test-images/bbb.jpg" description="description" name="2" param="action"></picture> //par is the name value from xml name=1,name=2 and so on yourMc.gotoAndStop(par); //par=1,2 //example 2 //in xml:<picture thumb="test-images/aaa.jpg" description="description" name="swfFolder/tes1.swf" param="action"></picture> //in xml:<picture thumb="test-images/bbb.jpg" description="description" name="swfFolder/tes2.swf" param="action"></picture> //par is the name value from xml name="swfFolder/tes1.swf",name="swfFolder/tes2.swf" yourMc.loadMovie(par); } also open preview.fla save it,save pictureClick.as and recompile it |
|
|||
|
|
|
|||
|
I send mail
s.valerya@gmail.com |