Accessing an array variable from a child swf

I am loading an external swf into my main movie using loadMovie. From within the child swf I need to have access to an array (defined as a global array in the main movie).
I am using _parent.arrayName[0] to access the first element of the arrayfrom within the child swf but cannot read the data.

Any ideas…pls!