[Flashcoders] Is there any way to get a list of the classes compiled into a SWF?

2008-06-17 Thread Piers Cowburn
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


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

2008-06-17 Thread Hans Wichman
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


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

2008-06-17 Thread Ian Thomas
In AS3, the flex compiler can tell you which classes were used - look
at the command-line option --link-report

As JC says, you can use MTASC for AS2.

If you happen to have FlashDevelop installed, you can just find the
.swf file in the project file view and expand it as a tree node; all
the symbols and classes contained in it will be listed. FlashDevelop
is great. :-)

Cheers,
   Ian

On Tue, Jun 17, 2008 at 10:53 AM, Hans Wichman
[EMAIL PROTECTED] 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


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

2008-06-17 Thread Piers Cowburn

Forgot to mention, I'm using Flash CS3 / Mac.

Piers


On 17 Jun 2008, at 10:33, Piers Cowburn 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


[EMAIL PROTECTED]
0207 631 3278


___
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 classes compiled into a SWF?

2008-06-17 Thread Piers Cowburn
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