I am reposting since the system chopped off my message...
I have a web site (for my cv) I am setting up. I have the main page with a menu of all various mc's to load. When a button is pressed the following command loads a page, here 'formazione.swf'.
on (release) {
tellTarget ("emptymc"
{
}
loadMovie ("formazione.swf", emptymc);
}
I have a web site (for my cv) I am setting up. I have the main page with a menu of all various mc's to load. When a button is pressed the following command loads a page, here 'formazione.swf'.
on (release) {
tellTarget ("emptymc"

}
loadMovie ("formazione.swf", emptymc);
}