Hi,
I have a movie clip called dsp_albumcover
(Already created and on the stage, instance name is dsp_albumcover)
I also have a variable with a .jpg file (Can be changed to any other though) defined as
var albumimg:String = '/albumcover.jpg';
How do I load this in to dsp_albumcover?
dsp_albumcover is 128 pixles high x wide and the image is the same dimentions.
Thanx,
Sam
P.S. Before anyone says that I should just include it in my libary, /albumcover.jpg?ID={ID} is the actual image that would be called and would be retrieved from a DB