Sounds great, Ian.  But, I also want to make a loading progress bar, so
what should the progress bar be looking at to measure percentage loaded?
Is it just simply getBytesLoaded + total, or do I have to take into
consideration in that calculation the assets.swf?

- MM




Hi Michael,
   If you're using shared assets through the method you described in
your
earlier email, the Flash runtime should automatically load the shared
library without you having to do anything. However, you can only be sure
they'll have loaded by frame 2 of dest.swf.

  You do need to make sure that the path between the two files is the
same
as the path you specified when you set up the runtime sharing - use
relative
paths rather than absolute. (e.g. ./shared.swf)

  Something I only discovered recently (but which should have been
obvious)
- if you only reference one shared symbol in dest.swf, you can actually
still access _all_ the shared symbols via actionscript. Neat. :-)

Ian

_______________________________________________
[email protected]
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

Reply via email to