"http://myserver/images_dir/{changing_variable}.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"+changing_variable+".jpg"; and my_image.load("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 ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping

