Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 762155
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T15:55:25+00:00 2026-05-14T15:55:25+00:00

Why would bitmap outperform vector? My Flash is for a large Kiosk, with rich

  • 0

Why would bitmap outperform vector?

My Flash is for a large Kiosk, with rich media requirements and must function accurately as a counter. I want to keep everything vector for scalability.

When I did a simple FPS test, I noticed my Bitmap version performed perfectly, and the all vector file was noticeably slower.

PLEASE EXPLAIN
• vector performance
• what graphic standards I can apply
• solutions for using vector


KIOSK TEST ANIMATION
alt text http://www.ashcraftband.com/myspace/videodnd/daemonfps.jpg


RESULTS
• only text and bitmap perform well, not vector
• background and clouds OK, but more layers slow it down

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T15:55:26+00:00Added an answer on May 14, 2026 at 3:55 pm

    Its really quite logical when you get your head around what a vector is.

    A vector is a visual representation of the computer plotting many points on the screen and joining the dots and colouring it in. This is a the reason why vectors look good scaled up as well as down.

    A bitmap as your probably aware – in flash is regarded as pixel data. Something thats just picture stuff.

    When the screen renderers vectors, at every screen redraw it must plot and map and recreate the vector – each time working it out.
    With bitmap, – well, its a picture and therefore saves all that computing power trying to redraw complicated objects and plot 100’s of points.

    You caching everything as vector, you will not notice a difference in the slighest. Anything you’ve drawn on the stage – check the ‘cache as bitmap’ checkbox, and any new item produced in the code and added as a child, cacheAsBitmap = true on every visual thing.

    There is a great little trick that should work a treat here.

    You can still use your vectors. However, when adding them to your stage, check the ‘cache as bitmap’ checkbox underneath the display settings in the properties panel.

    in the code you can write

    myCloud.cacheAsBitmap = true

    That property is available for every visual object.

    This works best when the objects you have on the stage are doing simple things like spinning and fading – it tends to not be as effecient when performing movieclip nested animations and similar stuff, as of course, the object will still need to be redrawn at every frame. Although you will still see a big improvement.


    here are some urls on the from googling ‘as3 cache as bitmap’

    http://www.adobe.com/devnet/flash/articles/bitmap_caching_03.html

    live docs for displayObject – you’ll see it 3 down in the first table.

    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/DisplayObject.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.