Using Director > Using Interactive Media Types > Playback performance tips for Flash movies |
![]() ![]() ![]() |
Playback performance tips for Flash movies
Performance of Flash movies can vary greatly, depending on the options in effect and the playback environment. Following are tips for getting optimal playback performance from Flash:
![]() |
If adequate for your needs, use the Low quality setting rather than High. Using Low turns off anti-aliasing, which speeds up Flash animation rendering. A handy technique is to switch the quality of the sprite to Low while displaying a fast-moving animation sequence (such as a spinning logo), and then switch the quality back to High on the fly as the animation slows down or comes to a stop. This way, performance can be improved during the part of the sequence where it would be more difficult to perceive the improved quality anyway, without sacrificing quality in the end result. |
![]() |
Experiment with different system color depths to see what provides the best performance. Some display drivers are still optimized for 8 bits, so performance can be faster when running in this mode. Some graphics, such as gradients, display faster at 16 bits. |
![]() |
Use Copy ink if possible. Transparency, using Background Transparent ink, requires much more processing time. If your Flash sprite is in the background (no other Director sprites are behind it), use Copy instead of Background Transparent, and author your Flash movie in such a way that its background color is the same as the background color you chose for your Director Stage. |
![]() |
Use Direct to Stage if possible. Layering and transparency are not supported in this mode; however, if you just want to play a Flash movie within a box with the best performance possible, this may be the way to go. |
![]() |
Make sure that the Director movie tempo is set high enough. Unless you're using Direct to Stage, your Flash movie will not play faster than the Director movie frame rate, regardless of the |
![]() |
Use Lock-Step or Fixed playback mode to adjust the Flash movie frame rate. Lock-Step gives the best performance, because playback of the Flash movie is synchronized to the Director movie frame for frame. |
![]() |
Set the |
![]() |
When modifying Flash properties using Lingo, set the properties for the sprite rather than for the cast member. Setting the properties for the cast member modifies values at the cast member level and broadcasts the change to all sprites on the Stage. This overhead can affect performance. If you have only a single sprite for the cast member, modify the sprite property directly. |
![]() |
Limit the amount of Lingo that executes while the Flash movie plays. Avoid tight repeat loops between frames. The usual Director performance optimizations apply when using Flash movies. |
![]() ![]() ![]() |