Is this possible? I am trying to start a pps presentation with AS. This is my code:
pres.addEventListener(MouseEvent.CLICK, onClick);
function onClick(event:MouseEvent):void {
fscommand("exec","BBQ.pps");
}
The problem is that nothing happens.