i am still new to flex so i was wondering if You can bubble Downward or dispatch events into other components?
ex: --my main application -SubComponent --Sub SubComponent now there is a file that i need to load up from the main application but after it gets loaded i would like to tell the Sub SubComponent that the file is done loading and that it can be used. I know i can do that with getter/setters but events would be much better i would think. Bubbling would work if it was the other way. Thanks