--- In flexcoders@yahoogroups.com, Richard Rodseth <rrods...@...> wrote:
>
> I'm experimenting with loading sub applications using SWFLoader. I've 
read
> numerous posts about this, but for the life of me can't figure out 
how to
> pass flashvars to the sub application. In particular, the technique
> described here (the second one) doesn't work for me
> 
> http://stackoverflow.com/questions/407858/passing-flashvars-style-
parameters-to-a-loaded-swf
> 
> Surely there's a definitive way to do this?

Have you thought about just setting up getters and setters on your base 
class and calling those?  This doesn't use getters and setters, but a 
getter or setter is just a function, so you can see how it would work:

http://flexdiary.blogspot.com/2009/01/example-of-casting-contets-of-
swfloader.html

Reply via email to