When I select Control/Test Movie everything works fine except for some script
unrelated to my Flash Remoting calls. So, I selected Control/Debug Movie, I
can't debug the script that's unrelated to the remoting calls, because the data
I'm loading into the movie no longer loads. Is this a bug with Flash and the
Flash Remoting components, or is there a work around?
Thanks.
Vidal - 26 May 2004 16:56 GMT
Ok, I think I found the answer to my question. I was using onLoad to initiate
the Remoting connection. I think the issue with the debugger is not with the
Remoting script but with the onLoad method. I changed this to an init
function and it works ok now.
If anyone comes up with a better explanation please feel free to post.
Thanks!