anyone help me please.
I have a button with the following AS2 code. I want the browser to go back to the top but it doesn’t work. any ideas??
on (press) {
import flash.external.ExternalInterface;
ExternalInterface.call(“window.scrollTo(0,0)”);
}
working in CS5 but publishing to Flash 6;(