neonwaters
Programmer
I am loading .jpg image into Flash MX. The problem I have is that the images are being updated and if you try to view the image with my Flash app and it is in the middle of an update the app freezes and must be restarted.
I am using the following code to load the image:
loadMovie("image.jpg", "my_display"
;
So, is there a way to handle an image not found ("Error opening URL"
so that my Flash app will not crash?
Thanks,
neonwaters
I am using the following code to load the image:
loadMovie("image.jpg", "my_display"
So, is there a way to handle an image not found ("Error opening URL"
Thanks,
neonwaters