Re: [Flashcoders] Is there any way to get a list of the classescompiled into a SWF?

2008-06-18 Thread Jim McIntyre
The OP mentioned in another post he's on a Mac - so am I. I'd love to 
use Flash Develop too but it seems it is Windows-only. Is that true?


Romuald Quantin wrote:

I think Flash develop should show you the content of your SWF. Sothink
decompiler will do the job as well, but PC software.

I remember FDT is showing the content of a SWC, you might be able to do the
same with a SWF.

Romu
www.soundstep.com


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Piers
Cowburn
Sent: 17 June 2008 11:07
To: Flash Coders List
Subject: Re: [Flashcoders] Is there any way to get a list of the
classescompiled into a SWF?

AS3, and I'm using Flash CS3. I wouldn't be opposed to using  
something else though!


Piers


On 17 Jun 2008, at 10:53, Hans Wichman wrote:


Hi,

as2 or as3?

In as2 i'd use the verbose option on mtasc.

greetz
JC

On Tue, Jun 17, 2008 at 11:33 AM, Piers Cowburn  
[EMAIL PROTECTED] wrote:


I'm trying to nail down where a reference to an unwanted class is  
coming
from, and I need to be able to work out which classes are being  
compiled

from my classpath.

The reason is because I'm trying to take small element out of a  
larger
project and put it into its own SWF. I've done this by extending  
the classes
that are involved to override anything which has references to  
parts of the

app which won't be in the smaller SWF, but one of them is still being
included from somewhere, and I can't work out where.




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Is there any way to get a list of the classescompiled into a SWF?

2008-06-18 Thread Rich Shupe
Yes. Other options include FDT and Flex Builder. TextMate is another way to
go, but I don't think it can show you the script content of SWCs or SWFs.


On 6/18/08 10:41 AM, Jim McIntyre wrote:

 The OP mentioned in another post he's on a Mac - so am I. I'd love to
 use Flash Develop too but it seems it is Windows-only. Is that true?

Rich
http://www.LearningActionScript3.com


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Is there any way to get a list of the classescompiled into a SWF?

2008-06-17 Thread Romuald Quantin
I think Flash develop should show you the content of your SWF. Sothink
decompiler will do the job as well, but PC software.

I remember FDT is showing the content of a SWC, you might be able to do the
same with a SWF.

Romu
www.soundstep.com


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Piers
Cowburn
Sent: 17 June 2008 11:07
To: Flash Coders List
Subject: Re: [Flashcoders] Is there any way to get a list of the
classescompiled into a SWF?

AS3, and I'm using Flash CS3. I wouldn't be opposed to using  
something else though!

Piers


On 17 Jun 2008, at 10:53, Hans Wichman wrote:

 Hi,

 as2 or as3?

 In as2 i'd use the verbose option on mtasc.

 greetz
 JC

 On Tue, Jun 17, 2008 at 11:33 AM, Piers Cowburn  
 [EMAIL PROTECTED] wrote:

 I'm trying to nail down where a reference to an unwanted class is  
 coming
 from, and I need to be able to work out which classes are being  
 compiled
 from my classpath.

 The reason is because I'm trying to take small element out of a  
 larger
 project and put it into its own SWF. I've done this by extending  
 the classes
 that are involved to override anything which has references to  
 parts of the
 app which won't be in the smaller SWF, but one of them is still being
 included from somewhere, and I can't work out where.

 Thanks,
 Piers
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[EMAIL PROTECTED]
0207 631 3278


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Is there any way to get a list of the classescompiled into a SWF?

2008-06-17 Thread Piers Cowburn
Ok, I'm getting Flash Develop. Only problem is, the reason I want to  
see what classes are getting compiled is because I'm getting compiler  
errors - so I don't think it'll produce a SWF which I can then open  
in FD. Does that make sense?


Piers


On 17 Jun 2008, at 11:20, Romuald Quantin wrote:


I think Flash develop should show you the content of your SWF. Sothink
decompiler will do the job as well, but PC software.

I remember FDT is showing the content of a SWC, you might be able  
to do the

same with a SWF.

Romu
www.soundstep.com


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Piers
Cowburn
Sent: 17 June 2008 11:07
To: Flash Coders List
Subject: Re: [Flashcoders] Is there any way to get a list of the
classescompiled into a SWF?

AS3, and I'm using Flash CS3. I wouldn't be opposed to using
something else though!

Piers


On 17 Jun 2008, at 10:53, Hans Wichman wrote:


Hi,

as2 or as3?

In as2 i'd use the verbose option on mtasc.

greetz
JC

On Tue, Jun 17, 2008 at 11:33 AM, Piers Cowburn
[EMAIL PROTECTED] wrote:


I'm trying to nail down where a reference to an unwanted class is
coming
from, and I need to be able to work out which classes are being
compiled
from my classpath.

The reason is because I'm trying to take small element out of a
larger
project and put it into its own SWF. I've done this by extending
the classes
that are involved to override anything which has references to
parts of the
app which won't be in the smaller SWF, but one of them is still  
being

included from somewhere, and I can't work out where.

Thanks,
Piers
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[EMAIL PROTECTED]
0207 631 3278


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[EMAIL PROTECTED]
0207 631 3278


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders