PDA

View Full Version : TextArea htmlText img


vasanthm
03-05-2007, 10:52 AM
Hi,
I have a TextArea with htmlText which contains an img tag.. how can I add an event so that a method could be called as soon as the image is loaded from the server... I am doing this so that the height of the TextArea can be changed based on the height of the image being loaded..

thanx in advance

russtie
03-17-2007, 10:54 AM
Preload the images on the first frame into an invisible mc, this will put the images in the browser cache (unless the user has the function disabled).

Hope this helps.