_______________________________________________
FlashCodersNY mailing list
FlashCodersNYflashcodersny.org
http://mail.flashcodersny.org/mailman/listinfo/flashcodersny_flashcodersny.org
Optomizing Code
2007-01-17 12:17:58
Hey List,
So, I'm working on a project that has a close to 30 Classes
now, and the
file has doubled in size. The size report confirms that
seven eighths of
that size is from AS2.0 Classes.
What's a good way to optimize code to save file size? Does
anyone want
to share some techniques or knowledge on the subject?
You guys rock!
-eric
_______________________________________________
FlashCodersNY mailing list
FlashCodersNYflashcodersny.org
http://mail.flashcodersny.org/mail
man/listinfo/flashcodersny_flashcodersny.org
Re: Optomizing Code
2007-01-17 12:29:46
_______________________________________________
FlashCodersNY mailing list
FlashCodersNYflashcodersny.org
http://mail.flashcodersny.org/mailman/listinfo/flashcodersny_flashcodersny.org
Re: Optomizing Code
2007-01-17 14:31:23
Intesting, that is an excellent suggestion! Thanks Timothy.
What about using the onLoad handler in a Class. Will that
make the
Classes load seperately from the initial swf, similarly to
loadMovie?
-eric
detecting swf framerate
2007-01-29 12:57:14
Hey Flash Coders,
Does anyone know if there is an easy way to read the
framerate of the
swf with AS2?
I tried reading into the timeline and document objects, but
those seem
to be related to server-side script somehow, and I can't get
them to
work on the Flash client-side alone.
Any suggestions? Thanks!
- Eric Fino
_______________________________________________
FlashCodersNY mailing list
FlashCodersNYflashcodersny.org
http://mail.flashcodersny.org/mail
man/listinfo/flashcodersny_flashcodersny.org
Re: detecting swf framerate
2007-01-29 13:03:26
The real rate that the frames are being drawn can be found
out by
making an enterframe and then averaging the results. But it
is not
something that is detectable or editable as far as I know in
as2.
On Jan 29, 2007, at 1:57 PM, Eric J Fino wrote:
> Hey Flash Coders,
> Does anyone know if there is an easy way to read the
framerate of the
> swf with AS2?
>
> I tried reading into the timeline and document objects,
but those seem
> to be related to server-side script somehow, and I
can't get them to
> work on the Flash client-side alone.
>
> Any suggestions? Thanks!
>
> - Eric Fino
>
> _______________________________________________
> FlashCodersNY mailing list
> FlashCodersNYflashcodersny.org
> http:
//mail.flashcodersny.org/mailman/listinfo/
> flashcodersny_flashcodersny.org
_______________________________________________
FlashCodersNY mailing list
FlashCodersNYflashcodersny.org
http://mail.flashcodersny.org/mail
man/listinfo/flashcodersny_flashcodersny.org