Flash CS5.5 Professional.
symbolInstance.visible
Property; a boolean value that sets the Visible property of an object to on (true) or off (false).
The following example sets the visibility of the first item in the first frame of the first layer to false:
fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[0].visible = false;