Hey all,
So I have this flash and I want it to pull out images from a folder called images. The code that I am using to do this is
carImage1.htmlText = “<img src =“images/carImage1.png”>”;
This works fine, the only problem is that whenever another image is loaded and someone goes back to one that they already moused over before (this is a menu), it reloads the image and it blinks for half a second, which looks unprofessional.
Is there any way that I can just load these images once and have them referrable to something?
I’m kind of new to AS, so any help would be greatly appreciated.
Thanks