Primo frame della time line:

status = function (msg) { getURL ("javascript:void(top.status='"+msg+"')");};


al pulsante :

on (rollOver) {
status("messaggio sulla status bar");
}


SK