flash (macromedia):
Hey all --
I've been into flash development for some time now. I've read a lot about
attempting to optimize your flash file as far as file size, processor
intensity, etc.
As I further my development, I have been running into more and more
problems/issues with speed. Some of my more recent stuff gets DESTROYED on
older machines with slower processors. I have also noticed a huge performance
decrease from OSX. I have a macbook pro with bootcamp and am able to see that
it is not hardware related. Is it usual for a mac to how much slower playback
than a PC?
The current site I have in development (as listed below) is a prime example of
not knowing why the file is running so slow. I have a ton of question I am
hoping someone can answer... If anyone with a great knowledge of flash
optimization could assist me I would be forever grateful.
Here is a site rough which is getting horrid playback on OSX/Older machine
(less than 2.0ghz):
<a target=_blank class=ftalternatingbarlinklarge
href="https://
http://67.105.132.131/Expirationdatethemovie.com/dev/activeArea/in
dex_build.php">Expiration Date</a>
Our main site, <a target=_blank class=ftalternatingbarlinklarge
href="http://www.bullseyecreative.net">Bullseye Creative</a> has also
experienced some slow down depending on the client machine.
Here are some question I have:
PNGs VS JPGs: I know PNG increases file size, but does animating a PNG take a
lot from the processor? Does OSX treat PNG different than how XP might? Does
allowing a PNG to use bitmap smoothing affect it in anyway?
ActionScript: How much can you affect processing speed with AS? I try to
always minimize my code, stay away from intervals and close them whenever
possible, are there any red flags with AS?
Frame Rate: Animation looks like hell at 12FPS, it?s the truth, and unless
you are doing banner ads it just looks horrible. Is 20/24fps standard for more
intensive flash sites? What sort of affect does this have on the playback
speed?
Blending Modes: Do they decrease playback speed? I know they are restricted
to Flash 8, but if you have a BW logo would a JPG w/ Blending Mode set the
Multiply (to remove the white) save processing power rather than a transparent
PNG?
FPS: Is there a known method for displaying frames per second within the SWF?
Video: Embedded VS Progressive. I am often working with FLV for video.
Other than file size, is there a difference between embedding an FLV within the
SWF and allowing for progressive download? I am most interested in preserving
the proper FPS, though control over the playhead is important to me as well.
I know these are a lot of questions, some of them I know half the answer to,
some of them I have no idea, I would just really like to hear from the
community what solutions have been found.
Also ? are there any web resources dedicated to very specific optimization
questions? Thanks so much!
Tony DeVincenzi