var
opt=
new
IllustratorSaveOptions();
opt.embedICCProfile=
false
;
savefile=
File(
"~/Desktop/myImageData.ai"
);
app.activeDocument.saveAs(savefile, opt);