thank you for your help,
I was able to install and copy the files to my main site, I understood the operation for simple actions (geturl, etc. ...) with horizontal scroller
but how to call a clip of my site with these parameters.
in resum, how to convert:
root.page = "contact";
in:
function clickHandler(dat, lbl) {
// handler function receives "data" as string and "label" as string
var label:String = dat;
some_mc.gotoAndPlay(dat);
}
thank you for your help,
PS: I will take the time to learn the basic functions of as2 in a few months but for now I can not.
sorry for my english I'm french user...
