# Passing variables from flashvars to loaded SWF

**URL:** https://forum.kirupa.com/t/passing-variables-from-flashvars-to-loaded-swf/274705
**Category:** flash
**Created:** [November 3, 2008, 12:01pm UTC](https://forum.kirupa.com/t/passing-variables-from-flashvars-to-loaded-swf/274705 "2008-11-03T12:01:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![kdawg](https://avatars.discourse-cdn.com/v4/letter/k/e19b73/32.png) [@kdawg](https://forum.kirupa.com/u/kdawg)
#### Post date: [November 3, 2008, 12:01pm UTC](https://forum.kirupa.com/t/passing-variables-from-flashvars-to-loaded-swf/274705/1 "2008-11-03T12:01:26Z")

</div>

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]
