# Help

**URL:** https://forum.kirupa.com/t/help/12311
**Category:** Uncategorized
**Created:** [January 29, 2003, 3:33pm UTC](https://forum.kirupa.com/t/help/12311 "2003-01-29T15:33:08Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![donnyprayogo](https://avatars.discourse-cdn.com/v4/letter/d/9fc29f/32.png) [@donnyprayogo](https://forum.kirupa.com/u/donnyprayogo)
#### Post date: [January 29, 2003, 3:33pm UTC](https://forum.kirupa.com/t/help/12311/1 "2003-01-29T15:33:08Z")

</div>

hi, some body help me please…

i have some images file in a directory (gif), can i load my picture in flash movie? how?

i need this can by dynamis like load text with php (not using inport file in flash)

thak you

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 29, 2003, 4:08pm UTC](https://forum.kirupa.com/t/help/12311/2 "2003-01-29T16:08:25Z")

</div>

you can load images with this script:

[SIZE=1]load in to levels (this case level **1** ):[/SIZE]

```auto

loadMovieNum("image.jpg", 1);

```

[SIZE=1]load in to a **movieclip** :[/SIZE]

```auto

loadMovie("image.jpg", "target");

```

but i think it only works with JPGs… not sure tho :-\

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 30, 2003, 2:32am UTC](https://forum.kirupa.com/t/help/12311/3 "2003-01-30T02:32:45Z")

</div>

ok thank you for your help Guig0

i forget if i using flash 5

i will try your idea

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 30, 2003, 5:26am UTC](https://forum.kirupa.com/t/help/12311/4 "2003-01-30T05:26:16Z")

</div>

hi Guig0

i have try, but it does not work in flash 5

are you have any idea please…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 30, 2003, 5:41am UTC](https://forum.kirupa.com/t/help/12311/5 "2003-01-30T05:41:03Z")

</div>

You can’t dynamically load images in Flash 5.

And only .jpg that ARE NOT saved in progressive format can be loaded in with Flash MX.

You can put your image in its own .swf file and use loadMovie() to load in the .swf file for Flash 5 though.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 30, 2003, 11:51am UTC](https://forum.kirupa.com/t/help/12311/6 "2003-01-30T11:51:11Z")

</div>

if you have said that you´re using F5, i would have spared you all that trouble…

but that´s ok. Follow the instructions from lostinbeta, he knows his stuff. 🙂

Cheers :geek:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 4, 2003, 8:33am UTC](https://forum.kirupa.com/t/help/12311/7 "2003-02-04T08:33:03Z")

</div>

ok

i have successed for load images in to swf with flash 5.

thank you all
