Hi,
Thanks for your reply.
The degrafa is an interesting library but all the lines are drawn in a
matematically way. You have to specify the coordiantes where you want to dra
the lines. The library hides to the user the nasty code of the drawing and
filling which is described in the doc of flex (programatical drawing) as I
understand. As I understood it is comparable to a taglib in java which hides
alle the nasty jsp scriptlet and html code to the user (like <h

utputTest
value="Hello"/> for jsf components)
What we are looking for is the possibility to draw freehand lines. Like
drawing with the brush tool in flash on the background. And in flex we want to
have the possiblilty to change graphics of a flash component. Or, better would
be to leave out the flash component (not using the sfloader component) and draw
immediately in flex. For example take the panel or canvas component and draw
freehand lines on that component. And each line could be accessed by their ID.
Georges Goebel