I apologize for this sounding like a stupid question but is it possible to dynamically load an image (jpeg,png) using a dynamic text field? The reason I ask is I am forced to use a content management system that only allows dynamically-generated text fields to dynamically load content (including images).
I have this code (below) that loads images using an empty movieclip on the stage but I have had no success trying to load an image using a dynamic text field. Again, I apologize for asking a stupid question but I thought I would throw it out there in case someone knows of a way to do it.
code I use for dynamically loading an image:
_level0.empty_mc.loadMovie("image01.jpg");
thanks!
I have this code (below) that loads images using an empty movieclip on the stage but I have had no success trying to load an image using a dynamic text field. Again, I apologize for asking a stupid question but I thought I would throw it out there in case someone knows of a way to do it.
code I use for dynamically loading an image:
_level0.empty_mc.loadMovie("image01.jpg");
thanks!