I appreciate the quick response. Unfortunately, the call comes long after the SWF is loaded.
This is part of my attempt to upload a file using a self signed-SSL connection (notoriously difficult in Flex). So this call comes after the backend has already loaded the file, and it's just returning a response through the JavaScript. Do you know if there's any way to log this? In case it's calling the function but getting an error back? --- In [email protected], Paul Andrews <p...@...> wrote: > > I suspect you're calling the function before the SWF is properly loaded. > Get the Flex app to call a javascript function to say when it's ready to > run, only then call any functions in the SWF. > > Paul >

