[flexcoders] Re: how to draw over an image

2007-01-17 Thread dodger6135396
--- In flexcoders@yahoogroups.com, "dodger6135396" <[EMAIL PROTECTED]>
wrote:
>
> Using ActionScript3.0 and Flex2.0.1 I want to display an image
> /photograph. Then I want to draw shapes on top of this image, but I
> dont want to alter the image. For example the  image would be located
> at x=0, y=0, width = 320 and height = 240, then at a Z order higher
> above the image a transparent something located at the same
> coordinates would allow the user to highlight parts of the image.
> Please is this even possible?. Is there a technique for doing this?.
> 
> Thanks in anticipation.
>
Ok thanks for your help I am now able to create highlights except that
the highlight gets hidden beneath the Image object I am trying to
highlight how do I bring the highlights into the foreground ?. The
order of objects is Application->Panel->HBox->VBox->Panel->Image.



[flexcoders] how to draw over an image

2007-01-12 Thread dodger6135396
Using ActionScript3.0 and Flex2.0.1 I want to display an image
/photograph. Then I want to draw shapes on top of this image, but I
dont want to alter the image. For example the  image would be located
at x=0, y=0, width = 320 and height = 240, then at a Z order higher
above the image a transparent something located at the same
coordinates wouls allow the user to highlight parts of the image.
Please is this even possible. Is there a technique for doing this.

Thanks in anticipation.



[flexcoders] how to draw over an image

2007-01-12 Thread dodger6135396
Using ActionScript3.0 and Flex2.0.1 I want to display an image
/photograph. Then I want to draw shapes on top of this image, but I
dont want to alter the image. For example the  image would be located
at x=0, y=0, width = 320 and height = 240, then at a Z order higher
above the image a transparent something located at the same
coordinates would allow the user to highlight parts of the image.
Please is this even possible?. Is there a technique for doing this?.

Thanks in anticipation.