1.- Yes

2.- embedding a resource in your library means a more weighted swf.
Loading that resource  at runtime means a more lighter swf but you
must to wait until that resource finish download to be able to use it.


2005/9/1, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> 2. Just to clarify. All imported .as files from your lib folder that you
> reference in your main .as file will be included into the SWF?
> 
> 3. What is the difference between having an object in your library and loading
> it with loadMovie?
> 
> Thanks
> 
> On September 1, 2005 02:21 am, Simon Wacker wrote:
> > 1. If you have external libraries you use I'd put them into a 'lib' folder.
> > This makes organization easier. I do also have a 'test' folder for unit
> > tests.
> >
> > 2. All classes (*.as files) are compiled into the swf.
> >
> > 3. Embeding images is not the same as loading images. Embeding images means
> > that it was (at this time) not possible to include images etc. into the
> > library. This is now (thanks to swfmill) possible.
> > Loading images etc. does of course work.
> >
> > 4. Don't know what you mean. You use swfmill to create a swf (maybe with
> > library symbols etc) and then mtasc to inject the actionscript code. It
> > does not matter then where or how you load movies.
> >
> > Greetings,
> > Simon
> > --
> > Simon Wacker
> > www.simonwacker.com
> > www.as2lib.org
> > www.hq-heilbronn.de
> > www.flik-flak.de
> >
> > ----- Original Message -----
> > From: <[EMAIL PROTECTED]>
> > To: <[email protected]>
> > Sent: Thursday, September 01, 2005 1:16 AM
> > Subject: [osflash] Setting Up Project
> >
> > >I am using FAMES and am setting up to write my first real project. I have
> > >some
> > > practical questions before I get started.
> > >
> > > 1. I have a src and a deploy folder under Eclipse. Should I be aware of
> > > any
> > > other techniques for categorizing my project? example: Should I have a
> > > Library folder?
> > >
> > > 2. If I have a common library folder or a common classes folder that
> > > multiple
> > > projects share, do all imported classes get complied into the SWF or just
> > > the
> > > main .as file. I ask because in Java when I import functions from my lib
> > > folder that reside within .jar files I need to distribute the .jar with
> > > the
> > > release in order to leverage the .jar's functions. Is this the same in
> > > FAMES?
> > >
> > > 3. I read in an article that I could not load rich media.
> > >
> > > http://www.actionscript.com/index.php/fw/1/towards-open-source-flash-deve
> > >lopment
> > >
> > > QUOTE:
> > > There's no way to embed images and rich media in the SWF.
> > >
> > > Does this mean that I cannot load swf, sound and images into my project
> > > vi AS
> > > code? I tried to use loadMovie and it worked. What does this article
> > > mean?
> > >
> > > 4. If I use SWFMILL to create a SWF libray movie that I then put my
> > > actionscript into, do I then have to load all resources at the beginning
> > > of
> > > the movie? I would prefer loadMovie and then check for percentage loaded.
> > >
> > > _______________________________________________
> > > osflash mailing list
> > > [email protected]
> > > http://osflash.org/mailman/listinfo/osflash_osflash.org
> >
> > _______________________________________________
> > osflash mailing list
> > [email protected]
> > http://osflash.org/mailman/listinfo/osflash_osflash.org
> 
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
> 


-- 
::| Carlos Rovira
::| http://www.carlosrovira.com

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to