hm, it seems that when embeded the compiler does not have enough info to see if your variable is there or not (you mention that loading the swf dynamically works)...
I remember reading somewhere in this forum that there is a compiler flag that makes things less strict and your error would get away, but... never used it myself cannot remember the setting search the forum or google for it On Tue, Nov 11, 2008 at 8:10 PM, Todd <[EMAIL PROTECTED]> wrote: > The "symbol" that I'm trying to get out of Flash is a global Array > defenition, so I'm not sure it's working. I did try embedding the > name of the public global array as a seperate embed. > > I'm not too interested in the Flex Component Kit for Flash, as this > component is already written. > > My main goal is just accessesing the global flash variable from within > Flex. > > --- In [email protected] <flexcoders%40yahoogroups.com>, "Amy" > <[EMAIL PROTECTED]> wrote: > > > > --- In [email protected] <flexcoders%40yahoogroups.com>, "Todd" > <tprekaski@> wrote: > > > > > > OK, a little more research tells me that the Flex compiler strips out > > > all timeline code from the embedded Flash timeline. > > > > > > So, now my question becomes: How do I expose a property from FLASH > > > that is accessible from Flex? > > > > I know you've already gotten an answer about the Component Kit, but I > > think if you're not doing anything complex, you can just embed the > > symbol from the library. I believe that does respect the timeline code. > > > > http://livedocs.adobe.com/flex/3/html/embed_4.html > > > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation [EMAIL PROTECTED],

