Passing variables from flashvars to loaded SWF

Is it possible to pass flashvars from a preloaded swf. Basically I’m trying to load a swf then pass some flashvars to the loader then pass those flashvars to the loaded swf.

I know they’ve loaded properly into the loader swf. I just can’t access them from the loaded SWF.

Here’s the line from the loaded swf trying to access container_mc for the flashvars f1line1.

[AS]_level0.container_mc.f1Line1[/AS]