[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=

[flexcoders] Re: how to draw over an image

2007-01-12 Thread patricklemiuex
Quite simply you can create a VBox, HBox or Canvas, add a SWFloader then add a UIcomponent to draw what you want, stacking order is all based on adding Children to the display object. Here's a sample of some code I used to add a horizontal Gradient Bar inside and HBox for a poll and quiz app... I h