hmm.. did a test, switching the codec to millions (without +) didnt work, but this did:
CODE
Checker1 = Checker(720, 576, 1, 32, xSize/GetDefaultAspect());
Rand1 = Rand(720, 576, 1, 1, time);
Copy1 = Copy(Checker1, Rand1, 1, "a", 0);
SetAlpha1 = SetAlpha(Copy1, 0);
test_alpha = FileOut(SetAlpha1, "/Volumes/RAID/temp/test-noalpha2.mov",
"Auto", "Shake 3 QT 1", "Apple Animation", 0, "100W@c6000WDcsuHpoe10pFnKA6W230PPMMRH#0LgfI5ALV1EaKGn3DG322egJHLPII0OIY#W@LGX82kdb08WbG1ffpWCOMfPD21mGjbck6vwZSWeqwDY9QqYHYGhu2W99guibl8rOZP1fM48XireY5iIiB1XE40K7yIDMofbjgBYZJZoPbS2IChgkX3a2B0JnfaYP#dxAK92roeacHcpX10F00eg8Tb1",
0, 44100, 16);
quicktime still reports millions+ in the info panel, but the filesize of a 1sec clip is 1.6MB compared to the 39MB with embedded alpha
++ chris
ps: not sure if it really got rid of the alpha but since animation compresses pure black (or white) so well i wouldnt bother.