sorry i was little bit late, actually i was assigning an integer value, which was used up somewhere in the code to create one of the parameters of string path. After applying toString method, it was working.
On Feb 7, 2008 6:16 PM, Sherif Abdou <[EMAIL PROTECTED]> wrote: > > "http://myserver/images_dir/{changing_variable}.jpg<http://myserver/images_dir/%7Bchanging_variable%7D.jpg> > " > > ----- Original Message ---- > From: YOGESH JADHAV <[EMAIL PROTECTED]> > To: [email protected]; [EMAIL PROTECTED] > Sent: Thursday, February 7, 2008 3:43:27 AM > Subject: [flexcoders] Image Source is not assigned > > Hi all, > I am assigning an Image's source dynamically, but i don't > see any image, whta wrong ? > both > my_image.source = "http://myserver/ > images_dir<http://myserver/images_dir> > "+changing_variable+".jpg"; > and > my_image.load("http://myserver/ images_dir<http://myserver/images_dir> > "+changing_vaiable+".jpg"); > are not working. I have checked that all paths are correct and images do > exist. I even tried fixed path, it not working. > The image is displayed only when i assign a fixed path thru flex builder > properties ( n not programitacally ) and turn "autoload" ON. > What to do ? > > -- > > > Regards, > Yogesh > > > ------------------------------ > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it > now.<http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ> > > -- Regards, Yogesh

