I am embedding a number of SWFs in my main Flash movie, and I need to call functions within those SWFs.
This is no problem when loading the SWF as an external file, but when I use the [embed] directive to embed the SWF directly into my app there seems to be no way to access the functions?
I tried numerous approaches, including waiting for the embedded SWF to be added to the stage, but it seems it just does not allow access. And unfortunately in my case, loading the SWFs separately is not a good solution.
Does anyone know how to solve this?