Re: [Flashcoders] Enabling NetConnection debugger with ActionScript 2.0

2006-07-31 Thread James Deakin

Try this instead use Service Capture
http://www.kevinlangdon.com/serviceCapture/release_notes.html

On 7/31/06, Steven Sacks | BLITZ <[EMAIL PROTECTED]> wrote:


> Is there any way to do step 1 (or bypass it) using actionscript?

No.

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Enabling NetConnection debugger with ActionScript 2.0

2006-07-31 Thread Steven Sacks | BLITZ
> Is there any way to do step 1 (or bypass it) using actionscript?  

No.

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Enabling NetConnection debugger with ActionScript 2.0

2006-07-31 Thread phaedrus
According to the help files, one starts up the NetConnection Debugger as
follows:

1. Drag the RemotingDebugClasses library to the stage. For information on
adding and removing the RemotingDebugClasses library to your application,
see The NetConnection Debugger. 

2. Import the NetDebug class in the first frame of the Flash application by
placing the following import statement at the beginning of your application:

   import mx.remoting.debug.NetDebug;
  
3. Call the NetDebug.initialize() method before connecting to the service or
calling any other debugging methods. 

Is there any way to do step 1 (or bypass it) using actionscript?  I'd prefer
to just edit my actionscript file to turn the NetConnection debugging on or
off.

TIA,
-phaedrus

(PS: Fanball.com is looking for a Flash Developer in Minneapolis MN USA:
http://www.fanball.com/jobs.cfm)

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com