One way is to create a JSP page on your server that reads the database and streams the content to the servlet output. In Flex, you can then set the mx:Image tag's source property to the URL of the JSP page.
HTH, Doug --- In [email protected], "moni_singhal" <[EMAIL PROTECTED]> wrote: > > > Actually i want to retrieve an image in a Flex Component (Flex 1.5 > Application) from a java file (in java file i am getting the image > from the database ). > As mx:Image tag only takes source as an attribute .How should i do > this ? > > Thanks, > Monika >

