# Load imgaes from diff folder

**URL:** https://forum.kirupa.com/t/load-imgaes-from-diff-folder/69804
**Category:** flash
**Created:** [November 8, 2004, 9:50am UTC](https://forum.kirupa.com/t/load-imgaes-from-diff-folder/69804 "2004-11-08T09:50:55Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ashishchandras](https://avatars.discourse-cdn.com/v4/letter/a/7993a0/32.png) [@ashishchandras](https://forum.kirupa.com/u/ashishchandras)
#### Post date: [November 8, 2004, 9:50am UTC](https://forum.kirupa.com/t/load-imgaes-from-diff-folder/69804/1 "2004-11-08T09:50:55Z")

</div>

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
