Global variable with embedded movie

Im using loadMovie in a parent movie to load my content movies. I need the content movies to be able to access a variable set in the content movie. I’ve tried using global variables and can’t seem to get anything going.

I’ve got two layers. The top layer has the header and footer graphic alongs with the scripting for the menu. The bottom layer is where the content movie is loaded into.

I’m declaring the _global variable in the top layer, outside of any functions, and trying to access it from the loaded swf in the content (bottom) layer.

Are there any tricks with syntax placement etc? Any help would be appreciated.

do u access the global variable with _global.variableName???

yes, I am accessing it with a “_global.” prefix. I’m using trace in the loaded content movie on the global vaiable and it’s not showing any value.