onClipEvent and loading external images

I'm a flash newbie and I'm changing images, the following calls. (With the help of CS4 and 2.0)

onClipEvent (load)

{

imageProperties = _root.getCurrentImageName (0);

loadMovie (_root.url + imageProperties.name, this.cont.pic);

URL = imageProperties.linkToOpen;

targetWindow = imageProperties.target;

}

Where is the getCurrentImageName call the image from? or...
Where did the imageProperties.linkToOpen pointing towards?
Honestly, I get that I could find the image in the directory and change just outside with the same name/pixel size, but I would also add other images of this project with the same conditions.
I'm probably one of those girls who knows enough to cause more damage than good, so at least to point me in the right direction. Please help ~; p

In the main scenario, there should be some actionscript that includes a function named getCurrentImageName.  Just as the done function it is assigning values to an object named imageProperties, which we risk a web address (url)

Tags: Adobe Animate

Similar Questions

  • How to load external images and animate it after it is loaded?

    I know how to load external images using xml, but the problem is that if I have a lot of images to load then animate after it is loaded. I know theres a work around to this problem but still I have not understand.

    Thanks for help.

    You will need to use the MovieClipLoader class.  It supports have a headset which allows you to determine when the image has loaded so that you can act on it.

    If you are looking for the MovieClipLoader.addEventListener methoid (), there is an example that will be useful to see how to configure things (it's not your scenario, but a good reference).

  • Load external images in symbol or rectangle

    Hello

    Is a way to load external images into a symbol or a rectangle?

    Just google this topic and all the results I found looks like no work aboard animate 2014.1.1

    something like $(this.lookupSelector("target")).attr("src","folder/myimg.jpg");

    Loading jquery im - 2.1.1.min.js

    Thank you.

    Ok. If you have a container div, then it's easy. png or jpg or svg extension

    SYM. $('containerDivName') .css ({'background-image': 'url ("images/imageName.png")', 'background-repeat': 'no-repeat'});

  • Loading external Images causes memory leak

    I worked on an Actionscript 2.0 project that essentially loads external images.
    Whenever I have load and unload a new image, memory increases to 1 or 2 MB
    If all the images are in the cache, then it grew 4 or 8 KBs
    In the unloading of the images, I took the charger and the container of the image.
    Any thoughts why it behaves like this?
    Please find the below sample code snippet.


    ////////////
    btn_load.onRelease = function()
    {
    loadImage();
    }
    btn_unLoad.onRelease = function()
    {
    unLoadImage();
    }
    var mcListener:Object = new Object();
    var container1:MovieClip;
    var mcLoader:MovieClipLoader;
    var loader_reference =;
    var n = 0;
    function loadImage() {}
    var image_arr = ["http://xyz.com/image1.png ',' http://xyz.com/image2.png ',' http://xyz.com/image3.png ',' http: /xyz.com/image4.png http://xyz.com/image5.png ',''"];
    image_url var = image_arr [n];
    {if(n==image_arr.) (Length-1)}
    n = 0;
    } else {}
    n ++ ;
    }

    container1 = loader_reference.createEmptyMovieClip ("Container1", loader_reference.getNextHighestDepth ());
    mcLoader = new MovieClipLoader();
    mcLoader.removeListener (mcListener);
    mcLoader.addListener (mcListener);
    mcListener.onLoadComplete = {function(target_mc:MovieClip,_httpStatus:Number):Void}
    }
    mcListener.onLoadInit = {function(target_mc:MovieClip):Void}
    target_mc._x = 300;
    target_mc._y = 200;
    target_mc._width = 300;
    target_mc._height = 250;
    }
    mcLoader.loadClip (image_url container1);
    }
    function unLoadImage() {}
    mcLoader.unloadClip (container1);
    mcLoader = null;
    container1 = null;
    removeMovieClip (loader_reference.container1);
    }
    ////////////

    Thanks in advance.

    This code should run only once.  fix this.

  • Problem moving loaded external image

    I am new to AS3 and I'm having a problem moving an external image loaded into a class. I don't know how to move the loaded external image.  I thought about creating a Sprite and then passing an extra child Sprite, which I would then load the image.  But I get this error:

    1119: access of property may be undefined spHolder through a reference with static type flash.display:Sprite.

    I commented below where the error is triggered:

    ==========================================

    package {}


    import flash.display.MovieClip;
    import flash.display.Sprite;
    import flash.events.Event;
    import flash.display.Loader;
    import flash.net.URLRequest;

    SerializableAttribute public class extends MovieClip {} snapshot

    public var strLink:String;
    public var strImage:String;
    private var spPolaroid:Sprite = new Sprite();
    private var ldPhoto:Loader;

    function SnapShot(strImg:String,strURL:String):void {}

    strLink = strURL;
    strImage = strImg;

    trace ("new snapshot");

    spPolaroid.graphics.beginFill (0xCCCCCC);
    spPolaroid.graphics.drawRect (0,0,120,140);
    addChild (spPolaroid);

    var spHolder:Sprite = new Sprite();
    spHolder.x = 10;
    spHolder.y = 10;
    spPolaroid.addChild (spHolder);

    loadImage (strImage);

    };

    private void loadImage(strUrl:String):void {}

    ldPhoto = new Loader();
    ldPhoto.load (new URLRequest (strUrl));
    ldPhoto.contentLoaderInfo.addEventListener (Event.COMPLETE, imageLoaded);

    };

    private void imageLoaded(evt:Event):void {}

    spPolaroid.spHolder.addChild (ldPhoto); This is where the error is to hit

    };

    };

    };

    ==========================================

    I can honestly say that I don't know why the problem exists... and that's probably because I'm not well versed in the field of the class.  But since you have a handle on the spHolder object, you do not need to target through the parent...

    private void imageLoaded(evt:Event):void {}
      
    spHolder.addChild (ldPhoto);
               
    };

  • Loading external images

    Can someone tell me if there is a way to load external images into a SWF file. The size of the file becomes large enough, and I'm trying reduced.
    Thank you

    http://www.Kirupa.com/developer/FlashCS3/loading_image_as3_pg2.htm

  • Load external images and video on board

    Hello.

    I'm looking into the edge instead of flash.

    My question is how to load you external images and videos from an external server?

    To clarify, I need to insert a link where the images can be recharged on the stage, while they don t meet the final weight.

    Thanks in advance.

    Best,

    Stig.

    I have provided the above solution works if you have the images in your publication and if you want to form load images from another server rather than the relative location of your html file.

    Now if you want to load images dynamically in a rectagle container you will have to code.

    Here is an example for this

    Create a "rectangle" name "Rectagle.

    Add the code snippet in the composition of the ready or other actions user based on your requirement

    "" var myImagetag = 'http://wwwimages.adobe.com/include/style/default/SiteHeader/logo-2x.png ">"

    SYM.$("rectangle"). Append (myImagetag);

  • AS3 load external image and add multiple instances in Member States

    Hello

    Is it possible to load an external image and add it to more of a clip?

    Thank you

    Chris McLaughlin

    You can load several times, or you can use the bitmapdata class to make copies of the loaded bitmap image.

  • (HELP) - multiple loading external images #1010 error

    I am a newbie in Flash and spent all day trying to solve this problem and can't solve this no matter what I do.

    I use Action Script 3.0, CS5 on Windows 7.

    I am trying to load two external images (thumbnails) in the magazine "See the picture below for reference", where will be the size of the full image. However, I get this error when testing my movie. What I am doing wrong?

    portfoliobutton.JPG

    Film test error message:

    'port1_btn '.
    TypeError: Error #1010: a term is undefined and has no properties.
    to index_fla::MainTimeline/fl_MouseClickHandler_6().

    'port2_btn '.
    TypeError: Error #1010: a term is undefined and has no properties.
    to index_fla::MainTimeline/fl_MouseClickHandler_7().

    FOR INFO:

    Loader instance name: mainLoader

    Miniature #1 the instance name: port1_btn

    #2 miniature instance name: port2_btn

    This is my code

    portfoliobutton_codeerror.JPG


    Go to your publication of Flash settings and select the option to enable debugging.  Then, the error messages could include an indication of which lines are at the origin of the problem.

    And just for fun to ask because the code is a bit weak... is the mainLoader inside a container named portfolioBkgd?

  • Problem saving and loading multiple images in the same file

    Hello

    I am having a problem, I have a thah program creates a fileOutputSteam and a gzipOutputSteam and finally an imageIO wrote several images, then I do the reverse process, a
    FileInputsteam and an inputsteam of gzip, imageIO.read read only image of frist, not the rest.

    Can someone help me?
    PS: Sorry for my bad English, I'm Spanish

    Code:
    class Lector {
    
        // Atributos
        private String ruta;
        private static Collection<Imagen> imagenes;
    
        /**
         * Clase que carga un fichero .zip lleno de imagenes
         * @param ruta: ruta donde se halla el fichero .zip a cargar
         */
        public Lector(String ruta) {
        }
        /**
         * Constructor sin parametros
         */
        public Lector() {
        }
        /**
         * Metodo que setea el archivo que queremos cargar
         * @param ruta: Ruta del fichero a cargar
         */
        public void setArchivo(String ruta) {
            this.ruta = ruta;
            imagenes = new ArrayList<Imagen>();
        }
    
        /**
         *
         * @param output: Lugar donde sera representada la salida de la carga de imagenes
         * @return retorna 1 si la carga fue bien y 0 si fue mal
         * @throws FileNotFoundException : excepcion por  no haber encontrado el fichero
         * @throws IOException: excepcion por no poder leer el fichero
         */
        public int cargarImagenes(JTextArea output) throws FileNotFoundException, IOException {
            ZipEntry entrada;
            int contador = 0;
            String archTemp = "temp.jpg";
            FileInputStream fis = new FileInputStream(ruta);
            ZipInputStream zis = new ZipInputStream(new BufferedInputStream(fis));
            BufferedOutputStream dest = null;
            byte[] data = new byte[9000];
    
            // Leemos secuencialmente el archivo zip
            while ((entrada = zis.getNextEntry()) != null) {
                File bufferTemporal = new File(archTemp);
                System.out.println("Archivo " + entrada.getName() + " cargado!");
                output.append("Archivo " + entrada.getName() + " cargado!\n");
                if (!entrada.isDirectory()) {
                    FileOutputStream fos = new FileOutputStream(bufferTemporal);
                    dest = new BufferedOutputStream(fos, 9000);
    
                    while ((contador = zis.read(data, 0, 9000)) != -1) {
                        dest.write(data, 0, contador);
                    }
                       //Cerramos los buffers
                    dest.flush();
                    dest.close();
                    fos.flush();
                    fos.close();
    
                    FileInputStream fin = new FileInputStream(bufferTemporal);
                    BufferedImage bi = ImageIO.read(fin);
                    //Guardamos el fichero
                    imagenes.add(new Imagen(bi, entrada.getName()));
                }
               bufferTemporal.delete();
            }
     
            // Cerramos los bufferes
    
            fis.close();
            zis.close();
    
           
    
            saveAsGzip("dato.gz");
            loadAsGzip("dato.gz");
            return 1;
        }
        /**
         * Funcion que carga la simagenes de dentro del .zip y las guarda en el objeto Imagen
         * @return retorna 1 si la carga fue exitosa
         * @throws FileNotFoundException: Excepcion por no encontrar el archivo
         * @throws IOException: Excepcion por no poder leer el archivo
         */
        public int cargarImagenes() throws FileNotFoundException, IOException {
            ZipEntry entrada;
            int contador = 0;
            String archTemp = "temp.jpg";
            FileInputStream fis = new FileInputStream(ruta);
            ZipInputStream zis = new ZipInputStream(new BufferedInputStream(fis));
            BufferedOutputStream dest = null;
            byte[] data = new byte[9000];
    
            // Leemos secuencialmente el archivo zip
            while ((entrada = zis.getNextEntry()) != null) {
                File bufferTemporal = new File(archTemp);
                System.out.println("Archivo " + entrada.getName() + " cargado!");
    
                if (!entrada.isDirectory()) {
                    FileOutputStream fos = new FileOutputStream(bufferTemporal);
                    dest = new BufferedOutputStream(fos, 9000);
    
                    while ((contador = zis.read(data, 0, 9000)) != -1) {
                        dest.write(data, 0, contador);
                    }
    
                    dest.flush();
                    dest.close();
                    fos.flush();
                    fos.close();
                    java.io.FileInputStream fin = new FileInputStream(bufferTemporal);
                    BufferedImage bi = ImageIO.read(fin);
    
                    imagenes.add(new Imagen(bi, entrada.getName()));
                }
               
            }
    
            // Cerramos los bufferes
            fis.close();
            zis.close();
    
            dest.flush();
            dest.close();
    
            
            return 1;
        }
        /**
         * Funcion que retorna el array de peliculas
         * @return retorna el array de peliculas
         */
        public Collection<Imagen> getImagenes() {
            return imagenes;
        }
        public int saveAsGzip(String pathFichero) throws FileNotFoundException, IOException{
    
            FileOutputStream fos = new FileOutputStream(new File(pathFichero));
         //GZIPOutputStream gzip = new GZIPOutputStream(fos);
            BufferedImage temp2;
            Imagen img;
    
            Iterator ite = imagenes.iterator();
            while(ite.hasNext()){
                img = (Imagen) ite.next();
                temp2=img.getBufferedImagen();
                
                boolean i= ImageIO.write(temp2, "JPEG", fos);
                System.out.println(i);
    
            }
            System.out.println();
    
            //gzip.finish();
            fos.flush();
             
            fos.close();
           
            //gzip.close();
    
            return 1;
        }
        public int loadAsGzip(String pathFichero) throws FileNotFoundException, IOException{
    
            imagenes.clear();
            
            FileInputStream fos = new FileInputStream(new File(pathFichero));
         //GZIPInputStream gzip = new GZIPInputStream(fos);
            BufferedImage img;
    
    
                for(int i=0;i<=100; i++){
                    
    
                 
                    img=ImageIO.read(fos);
    
                    
                    if (img != null){System.out.println(img);
                    imagenes.add(new Imagen(img, String.valueOf(i)));}
                       
                    
    
    
            
                }
    
    
    
    
           // gzip.close();
            fos.close();
    
            return 1;
        }
    }
    Published by: sabre150 on October 28, 2010 01:43

    Moderator action: added
     tags to source.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

    805814 wrote:
    Oh, sorry again, Ii have commented on all of the code not clear in my best English and posted the image of class:

    (sigh) OK, it's an improvement, but it is not yet an NBS! I think it would take me less time to write code that is a NBS that try to explain more (perhaps an example is better here?). In all cases, your code still seems to be mixing the two Zip and GZip. I've never dealt with GZip and could not be disturbed from now just for this problem, so I focused on using the Zip classes.

    Try this code:

    import java.awt.*;
    import java.awt.image.*;
    import javax.swing.*;
    import javax.imageio.*;
    import java.util.*;
    import java.util.zip.*;
    import java.io.*;
    
    /** SSCCE that demonstrates how to:
    1) Create some random images.
    2) Store them to a Zip File.
    3) Restore them from a Zip File
    Please study the code carefully, and note how in a single Java source of less
    than 100 lines of code, it manages to achieve the entire demo.!
    @author Andrew Thompson */
    class StoreImagesAsZip {
    
        static Random random;
        static int size = 60;
    
        public static BufferedImage getRandomImage() {
            BufferedImage bi = new BufferedImage(size,size,BufferedImage.TYPE_INT_RGB);
    
            Graphics2D g = bi.createGraphics();
            GradientPaint gp = new GradientPaint(
                (float)random.nextInt(size),
                (float)random.nextInt(size),
                new Color(random.nextInt(255),random.nextInt(255),random.nextInt(255) ),
                (float)random.nextInt(size),
                (float)random.nextInt(size),
                new Color(random.nextInt(255),random.nextInt(255),random.nextInt(255) )
                );
            g.setPaint(gp);
            g.fillRect(0,0,size,size);
    
            return bi;
        }
    
        static public void writeImagesToZip(File file, BufferedImage[] images) throws Exception {
            OutputStream os = new FileOutputStream(file);
            ZipOutputStream zos = new ZipOutputStream(os);
            // Zip does nothing for otherwise compressed media formats such as JPEG and PNG
            zos.setLevel( ZipOutputStream.STORED );
    
            for (int ii=0; ii< images.length; ii++) {
                ByteArrayOutputStream baos = new ByteArrayOutputStream();
                ImageIO.write(images[ii], "png", baos);
    
                ZipEntry ze = new ZipEntry( ii + ".png" );
                zos.putNextEntry( ze );
                zos.write( baos.toByteArray() );
                zos.closeEntry();
            }
            zos.flush();
            zos.close();
        }
    
        static public BufferedImage[] readImagesFromZip(File file) throws Exception {
            ArrayList images = new ArrayList();
    
            ZipFile zipFile = new ZipFile(file);
            Enumeration en = zipFile.entries();
            while (en.hasMoreElements()) {
                ZipEntry ze = (ZipEntry)en.nextElement();
                InputStream is = zipFile.getInputStream(ze);
                BufferedImage bi = ImageIO.read(is);
                images.add(bi);
            }
    
            BufferedImage[] imageArray = new BufferedImage[images.size()];
            for (int ii=0; ii
    

    Also note that I now invested a lot of time trying to help you. If you like what I've done, the best way to show that is on the occasion of my responses as "Helpful" or "correct". If the problem is "answered", make sure that mark also.

  • extra-wide loading external images

    I've been watching various suggestions forum/tutorial for the loading of large images (12000 x 6000).

    There are a number of interesting solutions, but a slightly awkward.

    would be very happy a good example/tutorial pointer.

    It is a local application - not the internet.

    (a repost of the general forum)

    1. This is an obsolete position that assumes that the maximum dimensions are 2880 x 2880

    2. documentation for the BitmapData says the same thing:

    "In AIR 1.5 and Flash Player 10, the maximum size for a BitmapData object is 8 191 pixels in width or height, and the total number of pixels cannot exceed 16,777,215 pixels. (So, if a BitmapData object is 8 191 pixels wide, it can be 2 048 pixels high.) In Flash Player 9 or earlier and AIR 1.1 and earlier, the limitation is 2 880 pixels in height and 2 880 in width. »

    This means that an attempt to draw/use BitmapData whose dimensions are outside the range is impossible right now. Even if someone finds a hack (which I doubt) - it just means that there is a bug on the player and it will be probably fixed and hack does not work in the future.

  • XML. Mc load external images not visible mac

    Hello

    I'm going crazy, I just finished a site in flash for a client, I used some basic xml actionscript to dynamically load images, but it does not work on mac (safari/firefox) and sometimes not on a pc with flash 8 installed. I have flash 9 installed on my pc and it works fine.

    This is the url:
    http://www.Gijs.com/Klanten/EZ/

    If you click list (events), you should see images accumulate.

    Could someone throw out me in the face and tell me what that th f * I am doing wrong. He thinks it's the code, but I'm not a really qualified actionscripter.

    If help is really appreciated.
    Thanks in advance

    PROBLEM SOLVED
    I've screwed to the top of the image links check out the adobe tutorial on the paths related and what reading xml file Insert spaces infront of your image url

    http://www.Adobe.com/cfusion/knowledgebase/index.cfm?id=tn_04157
    So after <! [CDATA [directly the url of the image while this works in fr IE Firefox on windows with a space it does not work on Mac.]]

    < image > <! [CDATA [images/mainImage_ '. $project [Id].]] ». jpg]] > < / image >

    Hello

    I'm going crazy, I just finished a site in flash for a client, I used some basic xml actionscript to dynamically load images, but it does not work on mac (safari/firefox) and sometimes not on a pc with flash 8 installed. I have flash 9 installed on my pc and it works fine.

    This is the url:
    http://www.Gijs.com/Klanten/EZ/

    If you click list (events), you should see images accumulate.

    Could someone throw out me in the face and tell me what that th f * I am doing wrong. He thinks it's the code, but I'm not a really qualified actionscripter.

    If help is really appreciated.
    Thanks in advance

    PROBLEM SOLVED
    I've screwed to the top of the image links check out the adobe tutorial on the paths related and what reading xml file Insert spaces infront of your image url

    http://www.Adobe.com/cfusion/knowledgebase/index.cfm?id=tn_04157
    So after

  • Problem with loading external images

    I have a small gallery that I did (Nothing fancy) and want images to load fully before they fade. The process would be, first image load in, click Next, shows preloader bar above the current picture (still on display), and then once fully loaded, replaces the last image with the new it fading... I hope that makes sense...

    Why doesn't this work? I use a loader movie clip...

    Alrighty... I have moved things and I now call to the function loadClip mcl in a different place, so it fades the current image, image, image new charges fades in... Let's see if my customer purchases (they wanted a more seamless transition) with on the pause between showing the loading preloader...

  • How to get the names of the external images sorted by number to use a loading in Flash

    Hello.!

    I have a question about loading external images in Flash, but without putting their names in the table.

    I think it is the way to go. But I didn't think about her again.

    I use the loader to load the image. And I see a way to put lots of pictures on the stage using the loop function but it is doing the photos appear at the same time. ! :[

    Here is my case:

    I've renamed all my photos in the numbers from 1 to 227 .jpeg

    (Yes, they are a lot of pictures, that's why I don't want all the names of types in the Array();)

    And I have 2 buttons to click: previous and next to see pictures.

    Simple thing I want, that's when click on the 'next' button, a photo calling + 1 that the current shown in the photo will appear, when click on the "back" button, then the same thing but with-1 for the name.

    Understand what I'm asking?  ;} If you need more information that tell me.

    Thank you

    If you don'; t know exactly what to type, then type in something and then ask questions about it if it does not - understand what you typed in your ad.  Otherwise your messages appear as you ask people to make your code for you, and it's not what people are here for.

  • (SOLVED!... for the most part) Can I load an external image in my custom class?

    Hello!

    I started working a lot with the Classes, but I'm still reletively new to them.  I wrote a class "creature" (which extends Sprite), and I have everything works well... except when it comes to the display of the image of the creature.

    In previous programs, I was able to load external images using the Loader class.  However, this is possible on the main timeline in Flash, right?  Like this:

    var imgLoader:Loader = new Loader();

    imgLoader.contentLoaderInfo.addEventListener (Event.COMPLETE, done);

    imgLoader.load (new URLRequest ("001.png"));

    function done(evt:Event):void {}

    addChild (Bitmap (imgLoader.content));

    }

    Ideally, I want to do is just have a function within my class.  The function must contain the addChild statement, so I might just do:

    var MyCreature:creature = new creature();

    MyCreature.loadImage ();

    However, I'd be just as happy if I could just load the Bitmap and return it to the class.  Then I could addChild myself in the main timeline:

    var MyCreature:creature = new creature();

    addChild (MyCreature.getBitmap ());

    I tried to put the Loader code in a function within the class of creature, however it does not work.  She didn't return errors, but it also doesn't display anything, despite the fact that it containing the addChild statement.  Using the command path, it looks like within the service implementation, but addChild does nothing.  Am I missing something?  Is there a better way?

    Here is the function in my class of creature:

    public void loadImage() {}

    var imgLoader:Loader = new Loader();

    imgLoader.contentLoaderInfo.addEventListener (Event.COMPLETE, done);

    imgLoader.load (new URLRequest ("001.png"));

    function done(evt:Event):void {}

    trace ("it happens at this point very well");

    addChild (Bitmap (imgLoader.content));

    }

    }

    Thank you!

    Sorry!  Of course, I surf the Internet for hours, unable to find a solution, according to a post on the forum, and then I have a solution.

    http://StackOverflow.com/questions/5036650/AS3-addChild-in-a-class

    I just forgot to add the addChild (MyCreature) in the main timeline.  Duh.<>

Maybe you are looking for

  • I can't find iMovie on my MacBook Pro.

    Hello I have a macbook pro mid-2014 I can't find iMovie on it. I looked in the folder of the application and also performed a search in the finder I downloaded the version 9.0.1 and 9.0.9 from the Web site, while trying to install all of them, I had

  • My recovery disk multimedia creation error

    I have a new Toshiba Satellite C675. I am trying to create my recovery disks. He says that I need for this 6-disc but Disc 1 won't end up creating, I keep getting an error that says... Cannot read the next file. D:\ZZImages\ZZImages\PREINST4. Stormwa

  • My new CANON Imageclass MF4450 won't print or scan

    I just installed my new Imageclqass MF4450 Canion multifunction printer.   It prints or scans

  • XP uncontrolled copy of the photos in MY PICTURES

    When you work with images in my PHOTOS of MY XP, the system begins to produce uncontrollable hundreds of copies of the photos I'm or choosing to work with trying to remove.  For example, a file should have only 150 images but has 570, a few images ha

  • BL; ACK ink will not print.

    Thank you, Bob Headrick!  Soaked the print head and fine print!