I am having problem loading jpg image to my movie in flash lite 1.1 application.
i have imported the image in my library.
its like
if( i == 0)
{
loadMovie("bar.jpg", "m1");
}
where m1 is a movieclip.
neither does this work
if( i == 0)
{
loader1.contentPath = "bar.jpg"; // loader1 is a loader component of flash.
}
I need urgent help please.