Re: [flexcoders] How do I debug a flex app that's sitting in an IE wrapper within a Java app?

2008-04-22 Thread gabriel montagné
On Mon, Apr 21, 2008 at 11:25 AM, EddieBerman
[EMAIL PROTECTED] wrote:
 Our flex 3 app is running in an IE wrapper which is sitting within our
  Java application. Can anyone give me any hint as to how to go about
  debugging the flex app?

I worked on a project on which we had a swf on an IE instance running
on a .NET application and we could debug normally using traces with
the debug player installed on IE.  Also, we did have an html in that
embeded Exploder and we could use javascript for additional logging
and debugging.

-- 
gabriel montagné láscaris comneno
http://rojored.com
t/506.8392.2040


[flexcoders] How do I debug a flex app that's sitting in an IE wrapper within a Java app?

2008-04-21 Thread EddieBerman
Our flex 3 app is running in an IE wrapper which is sitting within our
Java application. Can anyone give me any hint as to how to go about
debugging the flex app? 

Thanks in advance.