Skip to main content
Known Participant
July 18, 2008
Question

LoadVariables kills trace ?

  • July 18, 2008
  • 1 reply
  • 396 views
I have a really weird problem testing a Flash Lite 1.1 FLA, using Flash CS3 and Device Central:

I call loadvariables. In the output panel, I see the following sequence:

Connected to
Sent data to
Loaded data from
Finished request

(as normal)

But after this, trace output stops working. All my trace statements up to the point that "Finished request" notification arrives work, all those after do not.

Que ?
This topic has been closed for replies.

1 reply

Inspiring
July 18, 2008
loadvariables requests take time to return their data; is it possible that by the time the data is returned that you do not have any code executing anymore?
July 21, 2008
No, after the loadvariables call the code loops waiting for a response from a servlet. It gets the response - and I trace the completion code I return, and branch on it, but that trace, and all subsequent ones, are not output...