+ Reply to Thread
Results 1 to 3 of 3

unload images

This is a discussion on unload images within the Actionscript 3.0 base forums, part of the Flash Italiano category; ciao a tutti. il mio problema abbastanza urgenteč questo: function pulsante_click(me:MouseEvent) {........"cerca l'immagine da caricare da un file e creo ...

  1. #1
    Junior Member Settled In karonte is on a distinguished road
    Join Date
    May 2008
    Posts
    2
    Rep Power
    0

    unload images

    ciao a tutti.
    il mio problema abbastanza urgenteč questo:

    function pulsante_click(me:MouseEvent)
    {........"cerca l'immagine da caricare da un file e creo request"
    var immagine:Loader = new Loader();
    immagine.load(request);
    addChild(immagine);
    ........
    }


    con questo pezzo di codice carico un immagine all'interno dello stage.
    come faccio per toglierla oppure sostituirla?
    grazie a tutti .
    PS: sto ancora imparando..abbiate pazienza

  2. #2
    Member Flash Addict jjletho is on a distinguished road jjletho's Avatar
    Join Date
    Nov 2007
    Posts
    89
    Rep Power
    6

    Riferimento: unload images

    Code:
     
    removeChild(immagine);

  3. #3
    Junior Member Settled In karonte is on a distinguished road
    Join Date
    May 2008
    Posts
    2
    Rep Power
    0

    Re: unload images

    grazie.. mi metterņ a studiare.!

+ Reply to Thread

Similar Threads

  1. Aiuto unload swf
    By maurissimo22 in forum Flash Italiano
    Replies: 0
    Last Post: 09-02-10, 16:12
  2. Failure to unload
    By bbellx in forum advanced Actionscript 3.0
    Replies: 2
    Last Post: 14-12-09, 12:56
  3. Unload error
    By rhx2060 in forum advanced Actionscript 3.0
    Replies: 0
    Last Post: 23-08-08, 13:53
  4. since there is no unLoad
    By laikarecords in forum Actionscript 3.0 newbies
    Replies: 1
    Last Post: 09-07-08, 18:18
  5. Unload swf
    By jimbo in forum Actionscript 3.0 newbies
    Replies: 6
    Last Post: 15-10-07, 15:00

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts