RE: [Flashcoders] Re: Distribute some audio classes as SWC?

2011-02-01 Thread Mendelsohn, Michael
Hi Eric...

I've been wanting to do that forever with some fonts and a movie clip that I 
use in everything, maybe even a package I wrote too.  What's the workflow?  I 
saw export to swc also.  But I'm wondering, what to do after that?  Just load 
it and it's available?  I've never made a swc before.

- Michael M.


My bad - I didn't see the Export SWC in Publish Settings :)

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


Re: [Flashcoders] Re: Distribute some audio classes as SWC?

2011-02-01 Thread tom rhodes
if you use flashdevelop, you add the swc to your library and then you can
use all it's assets in your code.

On 1 February 2011 14:42, Mendelsohn, Michael 
michael.mendels...@fmglobal.com wrote:

 Hi Eric...

 I've been wanting to do that forever with some fonts and a movie clip that
 I use in everything, maybe even a package I wrote too.  What's the workflow?
  I saw export to swc also.  But I'm wondering, what to do after that?  Just
 load it and it's available?  I've never made a swc before.

 - Michael M.


 My bad - I didn't see the Export SWC in Publish Settings :)

 ___
 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] Re: Distribute some audio classes as SWC?

2011-02-01 Thread Eric E. Dolecki
Yup - just add the SWC to your FLA or project and the classes should be
immediately available for your use.


On Tue, Feb 1, 2011 at 8:42 AM, Mendelsohn, Michael 
michael.mendels...@fmglobal.com wrote:

 Hi Eric...

 I've been wanting to do that forever with some fonts and a movie clip that
 I use in everything, maybe even a package I wrote too.  What's the workflow?
  I saw export to swc also.  But I'm wondering, what to do after that?  Just
 load it and it's available?  I've never made a swc before.

 - Michael M.


 My bad - I didn't see the Export SWC in Publish Settings :)

 ___
 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] Re: Distribute some audio classes as SWC?

2011-02-01 Thread Mendelsohn, Michael
Yup - just add the SWC to your FLA or project and the classes should be
immediately available for your use.

That's it?  Put the swc in the library???  You just changed my career Eric.


if you use flashdevelop, you add the swc to your library and then you can
use all it's assets in your code.
Tom, I don't use flashdevelop, so I'll have to go with what Eric suggests.

Thanks both!
- MM




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


RE: [Flashcoders] Re: Distribute some audio classes as SWC?

2011-02-01 Thread Mendelsohn, Michael
Wait -- not so fast.  How do you import it?
Is it advanced AS3 settings|Library Path, then bring it in there?  Clicking OK 
to that doesn't have the swc appear in the library.  Should it be merged into 
code?

- MM


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


Re: [Flashcoders] Re: Distribute some audio classes as SWC?

2011-02-01 Thread tom rhodes
http://www.infogroupindia.com/blog/?p=513


On 1 February 2011 15:12, Mendelsohn, Michael 
michael.mendels...@fmglobal.com wrote:

 Wait -- not so fast.  How do you import it?
 Is it advanced AS3 settings|Library Path, then bring it in there?  Clicking
 OK to that doesn't have the swc appear in the library.  Should it be merged
 into code?

 - MM


 ___
 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] Re: Distribute some audio classes as SWC?

2011-02-01 Thread Eric E. Dolecki
You won't see it in your Library, but it will be linked so when you compile,
it's all available to you.


  Google Voice: (508) 656-0622
  Twitter: eric_dolecki  XBoxLive: edolecki  PSN: eric_dolecki
  http://blog.ericd.net



On Tue, Feb 1, 2011 at 9:12 AM, Mendelsohn, Michael 
michael.mendels...@fmglobal.com wrote:

 Wait -- not so fast.  How do you import it?
 Is it advanced AS3 settings|Library Path, then bring it in there?  Clicking
 OK to that doesn't have the swc appear in the library.  Should it be merged
 into code?

 - MM


 ___
 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] Re: Distribute some audio classes as SWC?

2011-02-01 Thread Mendelsohn, Michael
Thanks Tom.  So, am I correct in assuming that bringing in that swc via the IDE 
preferences bakes the swc into every swf I compile?  And if I want to do it on 
a per project basis, just use publish settings, correct?

Thanks again Tom and Eric!
- MM


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


Re: [Flashcoders] Re: Distribute some audio classes as SWC?

2011-02-01 Thread Eric E. Dolecki
I think only the classes you actually implement from a SWC get compiled into
your SWF - but all would be available for use. Just link the SWC up for the
projects you'd need it.


  Google Voice: (508) 656-0622
  Twitter: eric_dolecki  XBoxLive: edolecki  PSN: eric_dolecki
  http://blog.ericd.net



On Tue, Feb 1, 2011 at 9:32 AM, Mendelsohn, Michael 
michael.mendels...@fmglobal.com wrote:

 Thanks Tom.  So, am I correct in assuming that bringing in that swc via the
 IDE preferences bakes the swc into every swf I compile?  And if I want to do
 it on a per project basis, just use publish settings, correct?

 Thanks again Tom and Eric!
 - MM


 ___
 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