Jump to content
Search Community

dutzzzu

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by dutzzzu

  1. Hi,

     

    I have an array of images which i want to load in an application at different moments in time. The thing is that they might already be loaded, so i want to check if they are loaded already to not use a lot of memory.

     

    Can you please tell me how i can check if a image is loaded taking into account that i have the image's url ?

     

    Thank you !

  2. Hey there,

     

    I'm baffled by something. It's like this, i have xml gallery for which i use loadermax. It shows a big version of two pics at a time.

    There's a thumbnail button so you can see all available pics as thumbnails. The first two big pictures are added in a mc that's inside a mc which is hand built in library (because it has some more stuff on it).

    Now, the first problem was that when i first used the thumbnails, the pics which are used in the big view were not available, so i searched a bit and i found .rawContent, so i'm using that now. The problem i have now, though, is that after the application starts, it shows me the first 2 big pics ok, press thumbnail button, it shows all the thumbnails, but then i click a thumbnail to return to the big view of the pic, the pic doesn't work anymore.

     

    Can you give me a hand, please ? Any ideas ?

  3. Hello :)

     

    I'm trying to do something and it seems i'm missing something;

     

    i have a mc that i'm rotation according to it's own position on the stage, so i have an equation from which i get the actual rotation. I've tried something like

    TweenLite.to(myMC,1,{x:500,rotation:myMc.x * 0.5});

    But that doesn't work. It stops, and everytime the function if called makes another step. Can you please help me ?

     

    Thanks, D.

×
×
  • Create New...