Load imgaes from diff folder

Hi,

I have my images stored in D:\Ashish\img\image1.jpg, image2.jpg…etc…
I have my Fla file stored in D:\Ashish\Flash\myFlash.fla

How do i call image from img folder inside my “myFlash.fla” files MovieClip.

I have tried using:

path = “Ashish\img\image1”;
loadMovie(path, my_mc);

But its not working, I have tried keeping the images in the same folder where fla exists its working fine. But how do i get it work from other folder…pls help


aShIsH