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

Reply via email to