bgamblin wrote:
> 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,
How do you know? Unless you let Flex tell you when it's ready to go, 
Javascript won't know when enough of the SWF has been loaded.

Paul

>  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 flexcoders@yahoogroups.com, 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
>>
>>     
>
>
>
> ------------------------------------
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Alternative FAQ location: 
> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
>
>
>
>
>   

Reply via email to