Salve a tutti devo fare un dvd ibrido pc/mac...
Uso questa stringa:
Io lavoro su pc e poi pubblico due proiettori pc/macopen_btn.onRelease = function() {
if (getVersion().substr(0, 3) == "WIN"){
fscommand("exec", "hello.exe");
debug_txt.text = "Trying to open fscommand/hello.exe";
} else {
fscommand("exec", "hello.app");
debug_txt.text = "Trying to open fscommand/hello.app";
}
}
Perchè su mac non c'è modo di farlo funzionare?
Qualcuno saprebbe aiutarmi?