I need to create new object, but in a layer that is below the tope one. Could somebody help me in this problem? So far I tried some commands:

PHP Code:
_root.attachMovie(...); 
- this one creates object above all other. Changing depth doesn't change anything when it's about objects I put manually in editor.

PHP Code:
_root.layername.attachMovie(...); 
- this one doesn't work at all.

I would be thankful for any help.