# Photo galery, help

**URL:** https://forum.kirupa.com/t/photo-galery-help/44117
**Category:** flash
**Created:** [February 29, 2004, 5:59pm UTC](https://forum.kirupa.com/t/photo-galery-help/44117 "2004-02-29T17:59:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![riskate\_](https://avatars.discourse-cdn.com/v4/letter/r/65b543/32.png) [@riskate\_](https://forum.kirupa.com/u/riskate_)
#### Post date: [February 29, 2004, 5:59pm UTC](https://forum.kirupa.com/t/photo-galery-help/44117/1 "2004-02-29T17:59:04Z")

</div>

Hello everybody !

i have a problem : i downloaded the photo galery from the tutorials and call it dinamicly in another swf movie of my own with this :

but.onPress = function () {  
\_root.createEmptyMovieClip(“container”, 1);  
loadMovie(“photo galery.swf”, “container”);  
container.\_x = 160 ;  
container.\_y = 165 ;  
}

but when i play, it shows the first picture and stops, i cant use the arrow buttons nor the buttons.

the photo galery on its own works perfect, but when i put it inside ☹

plspls help me
