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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:38:39+00:00 2026-05-27T20:38:39+00:00

I use the loader class to load some png files to the stage. The

  • 0

I use the loader class to load some png files to the stage. The function that is called after the file is loaded is something similar to this:

private function IconLoaded(e:Event):void
        {

    percentLoaded_txt.visible = false;
    iconLoader = Loader(e.target.loader);

    icone = Bitmap(iconLoader.content);
    icone.smoothing = true;

    var _icon: imgBox;
    _icon = new imgBox(_MAX_WIDTH, _MAX_HEIGHT, icone,0);//  new imgHelper(_bitmap);

    _icon.x = _main.cena.width/2;
    _icon.y = _main.cena.height/2;
        addChild(_icon);
}

imgBox is a class that auto resize the bitmap and allow also to add border for example…


My code works fine, to load PNG files. But I want also to be able to load swf files.

How can I do this?

Thanks.

  • 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-27T20:38:40+00:00Added an answer on May 27, 2026 at 8:38 pm

    You will need to make a copy of the loaded SWF into a Bitmap.

        function copyIt(obj:DisplayObject):Bitmap {
            var bd:BitmapData = new BitmapData( obj.width, obj.height );
            bd.draw(obj);
            return new Bitmap(bd);
        }
    
    
        var bmpCopy:Bitmap = copyIt(mySWF);
        addChild(bmpCopy);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I make some game, I use I lot of graphics. I make class that
Assume, that I have class with static methods only. Will class loader load every
I have a list of images that i’ve loaded with the Loader class, but
First some background. I'm parsing a simple file format, and wish to re-use the
I'm new to java. I'm trying to use some dynamically loaded classes in my
I have a document that loads some content into a div with JQuery's .load()
I have an XML file that specifies the image files that I need to
I use the following code to load some banners: a banner is a clickable
Trying to update some old code from live() to use on() and something is
In my library's code, I load class names from an XML file using JAXB,

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.