Question
A small problem with dynamically loading of images
Hi all,
I have a combo-box, which upon selection of specific item from combo-box, uploads an appropriate image onto the stage.
This image must be obtained on the stage dynamically(It is working iff these .jpeg files are placed in the same folder as that of .swf file), it is possible to get the images(.jpeg files) dynamically.
The problem is, I need to process Mouse_CLICK event on this dynamically obtained image(obtained after selection from Combo-box(runtime), which creates a circle(dot) at pixel-position I clicked. But, the dot appears and again disappears(instead of viewing) as soon as MouseEvent_Click event occured.
Srihari.Ch
I have a combo-box, which upon selection of specific item from combo-box, uploads an appropriate image onto the stage.
This image must be obtained on the stage dynamically(It is working iff these .jpeg files are placed in the same folder as that of .swf file), it is possible to get the images(.jpeg files) dynamically.
The problem is, I need to process Mouse_CLICK event on this dynamically obtained image(obtained after selection from Combo-box(runtime), which creates a circle(dot) at pixel-position I clicked. But, the dot appears and again disappears(instead of viewing) as soon as MouseEvent_Click event occured.
Srihari.Ch