Is the image path is coming with in the attribute data.imgname? Do 1 thing, paste ur data here which is coming from the database and also the code how u r saving the data in flex and how u r assigning to the component. Let me check ur code
Thanks On Sun, Feb 14, 2010 at 9:44 PM, Venkat <[email protected]> wrote: > hi, > > Thanks for your reply.I moved the image in a separate folder.After i have > moved the image,using currenstate i have assigned a state name called image > component.But the image i have moved was not displayed in the image control > why because the page is not refreshed. > > Could u find me the solutions how i have to display the image in the image > control or tile list. > > Here the code is > > <mx:image source={data.imagname}></mx:image> > > imgname is our field name in the database. > > Please fined me the solutions to solve the problem.. > > > Thanks and Regards, > venkat.R > > On Fri, Feb 12, 2010 at 4:15 PM, sankar swaroop <[email protected]>wrote: > >> If u store the image path in the database, then send that data to flex. >> Use TileList component and assign an image component as itemrenderer and >> give the image path as source to the image component. >> >> On Fri, Feb 12, 2010 at 3:21 PM, Venkat <[email protected]> wrote: >> >>> hi, >>> >>> Thanks for you reply.ok >>> >>> >>> On Fri, Feb 12, 2010 at 3:06 PM, nithya flex <[email protected]>wrote: >>> >>>> that is some thing u need to ask with sever side dev. >>>> >>>> u got any idea let me know >>>> >>>> On Fri, Feb 12, 2010 at 2:57 PM, Venkat <[email protected]>wrote: >>>> >>>>> hi, >>>>> >>>>> Thanks for your reply. >>>>> >>>>> My question is how i will displayed in the front end flex.i written the >>>>> database query in backend.How it will displayed. >>>>> >>>>> Please help me. >>>>> >>>>> Thanks and Regards, >>>>> venkat.r >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> On Fri, Feb 12, 2010 at 2:54 PM, nithya flex <[email protected]>wrote: >>>>> >>>>>> u r trying write file to the system, which is not possible. >>>>>> >>>>>> I think u need to do this in server side >>>>>> >>>>>> >>>>>> On Fri, Feb 12, 2010 at 2:32 PM, Venkatesan Ramdoss < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> hi, >>>>>>> >>>>>>> I have moved the images in a folder named path.i have written the >>>>>>> database query which will display all the images. >>>>>>> >>>>>>> My question is how i will display the image in the flex,when u user >>>>>>> browse a image, the selected image will move to the path folder. >>>>>>> >>>>>>> Please provide me help. >>>>>>> >>>>>>> Thanks and Regards, >>>>>>> venkat.R >>>>>>> >>>>>>> -- >>>>>>> You received this message because you are subscribed to the Google >>>>>>> Groups "Flex India Community" group. >>>>>>> To post to this group, send email to [email protected]. >>>>>>> To unsubscribe from this group, send email to >>>>>>> [email protected]<flex_india%[email protected]> >>>>>>> . >>>>>>> For more options, visit this group at >>>>>>> http://groups.google.com/group/flex_india?hl=en. >>>>>>> >>>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "Flex India Community" group. >>>>>> To post to this group, send email to [email protected]. >>>>>> To unsubscribe from this group, send email to >>>>>> [email protected]<flex_india%[email protected]> >>>>>> . >>>>>> For more options, visit this group at >>>>>> http://groups.google.com/group/flex_india?hl=en. >>>>>> >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Flex India Community" group. >>>>> To post to this group, send email to [email protected]. >>>>> To unsubscribe from this group, send email to >>>>> [email protected]<flex_india%[email protected]> >>>>> . >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/flex_india?hl=en. >>>>> >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Flex India Community" group. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]<flex_india%[email protected]> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/flex_india?hl=en. >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Flex India Community" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<flex_india%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/flex_india?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Flex India Community" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<flex_india%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

