Does anyone know how to take a swf (version 7) and use the SwfLoader or something similar to access a root variable in the swf from a Flex application? I have tried many things with no success. I don't want to clutter this post with all of my failed attempts, but I will post them later if I see that they are needed as examples.
Just some background: I am generating the swf file in .NET and the library I am using can only generate swfs up to version 7. The Flex app is being built with Flex 3. I need to access variables in the swf. I don't care how it is done, As long as I can do it. Doesn't matter if I am bubbling an event or using the LocalConnection or directly accessing the variables, I have had no luck doing any of that up till this point. (The swf does load though... and shows up in my Flex app).
Oh, and the swf is not embeded.