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

  • SEARCH
  • Home
  • 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 6782307
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T16:43:33+00:00 2026-05-26T16:43:33+00:00

I am loading a jpg into my Flash. When I zoom into the flash

  • 0

I am loading a jpg into my Flash. When I zoom into the flash in the browser (for example, setting the zoom to 125%) the jpg in the flash starts to distort and pixelate. How do I get Flash to not pixelate the jpg?

  • 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-26T16:43:34+00:00Added an answer on May 26, 2026 at 4:43 pm

    You need to set the smoothing on your loaded jpg to true.

    Something like:

    _urlRequest=new URLRequest("urltoimage");
    _loader=new Loader;
    _loader.load(_urlRequest);
    _loader.addEventListener(IOErrorEvent.IO_ERROR, function(e:IOErrorEvent):void{ trace("ERROR: "+e) });
    _loader.contentLoaderInfo.addEventListener(Event.COMPLETE, ImageLoaded, false, 0, true);
    
    
    
    function ImageLoaded(e:Event):void {
    
        _loader.contentLoaderInfo.removeEventListener(Event.COMPLETE, ImageLoaded); 
    
        Bitmap(_loader.content).smoothing = true;
    
        addChild(_loader);
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm loading in 3 images (named 1.jpg, 2.jpg, 3jpg) dynamically to 3 divs called
Loading images into Flex (size < 100kb) causes IE7 memory increase by a megabyte
When loading up a solution in VS2008 I get this message: An error was
Upon loading into a C++ program a Prolog program that contains the command 'send'
I'm trying to load some XML into flash to populate some dynamic text fields.
I'm experiencing a strange PNG issue in my as3 flash project. I am loading
I am loading some XML data, building it into an unordered list and displaying
I am loading data from external html files within my domain into a div
Using JQuery, I am loading a div from an external HTML page into fancybox
Should I use <img> , <object> , or <embed> for loading SVG files into

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.