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 7092647
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T08:20:25+00:00 2026-05-28T08:20:25+00:00

I have a very simple AS3 app that draws few circles using drawing api

  • 0

I have a very simple AS3 app that draws few circles using drawing api and displays an embedded plain SVG file (which is also circle of a smaller radius). The graphics looks good on the emulator (when I change different skins in the FlashBuilder) but looks pretty bad on the actual devices. I tried two HTC Thunderbolt and Asus ePad. I don’t scale anything, even if I would I think that will be problem for bitmap but not vector based graphics. Anyone knows if that how it is? Or am I missing something?

package
{
import flash.display.Sprite;
import flash.display.StageAlign;
import flash.display.StageScaleMode;

public class bootest extends Sprite
{

    [Embed(source="circle.svg")]
    private var BackUp:Class;

    public function bootest()
    {
        super();

        // support autoOrients
        stage.align = StageAlign.TOP_LEFT;
        stage.scaleMode = StageScaleMode.NO_SCALE;

        var front:Sprite = new Sprite();
        front.graphics.beginFill(0x0000ff,  1);
        front.graphics.drawCircle(0, 0, 70);
        front.graphics.endFill();

        front.graphics.beginFill(0xffff00,  1);
        front.graphics.drawCircle(0, 0, 60);
        front.graphics.endFill();

        front.x = 150;
        front.y = 150;  
        addChild(front);

        var svg:Sprite = new BackUp();
        svg.x = front.x;
        svg.y = front.y + front.height + 25;
        addChild(svg);
    }
}
}

emulator vs device

Left side emulator Vs Right side screenshot from the device

  • 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-28T08:20:26+00:00Added an answer on May 28, 2026 at 8:20 am

    This is a ballpark guess, but it might be worth a try. AIR mobile stage quality defaults to medium, try using high, or best.

    Quick warning about mobile and vectors, they can make mobile apps run slow pretty quick, when possible its best to use bitmaps instead.

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

Sidebar

Related Questions

I have a very simple batch file that lauches a Java app (Saxon) with
i have very simple problem. I need to create model, that represent element of
I have a very simple WPF application in which I am using data binding
I have a very simple bit of script that changes the status of an
I have a very simple Java RMI Server that looks like the following: import
I have a very simple ASP.Net page that acts as a front end for
I have very simple query that calls a UDF which splits a field by
Here's a very simple AS3 project consisting of one class which draws a rectangle.
im developing a very simple particle system in AS3, i have the particle (a
I have very simple query. I want to make sure that I don't have

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.