Wednesday, March 11, 2009

Dynamically Changing Image Source.

If you are dynamically changing the image source. It does not reflect the same on the screen/Display. so to overcome the problem.
use like this..

imgUrl ="path of the image";

image1.source = imgUrl+"?"+new Date().time;

No comments: