Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default image load problem

    i have a problem...

    i have a list of images in the home page and the images are fetched from the
    database.

    when i browse the site, if i click a menu item(which changes the state.)
    before all the images have been loaded, it creates a problem: it goes back to
    the previous(home page) state and shows all the images, another menu item being
    highlited.

    please somebody suggest what to do for avoiding this.

    subedimadhav@yahoo.c Guest

  2. Similar Questions and Discussions

    1. Load Image Dynamically
      Hi, brothers :) I'm rather novice in this area. I mean web programming and control building and though. I create UserControl: public class...
    2. load image from SQL database with ASP?
      Hello, Does anyone know a tutorial where you can load an image from a SQL database ? I would like to show this image in Flash, but i don't know how...
    3. load xml image to button - help
      im bulding a photographer web site. and for each picture i want to have its thumbnail as a button. but i want the image of the thumbnail button...
    4. Image to load in larger popup
      Hi guys, just wondering if anyone can help me. I have a datagrid control that pulls images into a template column using the following code ...
    5. load image to flash.
      Hello, I am using swish 2.0 for flash. I have a flash banner, that use the same image x 10 times. the image is 1K only. I put the same image 10...
  3. #2

    Default Re: image load problem

    i solved it down myself.
    what i went wrong is i changed the state in result handler of http service call.
    subedimadhav@yahoo.c Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139