Hi,
I have an application where i have two canvases, canvas_bottom and
canvas_top. the later is the child of the former. some thing like
<mx:Canvas id="canvas_bottom" width="800" height="600">
<mx:Canvas id="canvas_top" width="800" height="600"/>
</mx:Canvas>
Here I draw images on canvas_bottom and i annotate on canvas_top.
I convert both the canvas into string and shared it to others users
through sharedobject.
The problem is at the receiver side the image is over lapped by the
annotations of canvas_top.
How do i make the canvas_top transparent even at the receiver side??

Regards,
Pradeep

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to