Re: [Flashcoders] Javascript SetVariable -- when does Flash see thechange?

2007-04-25 Thread Andy Herrman
Could you set a watch on the variable? I haven't done it, but my understanding is that you can set a function to be called any time a particular variable is changed. In theory this would let you know when the value was changed by javascript and then you can handle it.

RE: [Flashcoders] Javascript SetVariable -- when does Flash see thechange?

2007-04-24 Thread John Dowdell
The browser is a big variable in latency of message-passing. You can confirm that many SWF will run at different rates in different browsers. The NPRuntime API is now implemented pretty well in today's popular browsers, but the size and timing of permissible messages may vary among