...it does not seem to work :(
So I have a composition in my project already assigned to the name of "depthMapComp"
I successfully add it to my current composition (theComp), but get that "read only attribute" error when I try to change its active state
var depthMapLayer = theComp.layers.add(depthMapComp);
depthMapLayer.active = false;
Quba Michalski
qubahq.com