Swf transition. gallery

Hey yo again peeps!!
i really need help on this… please !!!

ok here is my problem:
im creating a photo gallery with intro animation but no outro, also my buttons are complex buttons (movie clips no “buttons”) so im placing this code in each “button” (with different .swf) but it is not working.

 
 stop(); 
  
this.onEnterFrame = function(){ 
if(rewind == true){ 
prevFrame(); 
} 
} 
  
this.onRollOver = function(){ 
rewind = false; 
play(); 
} 
  
this.onRollOut = function(){ 
rewind = true; 
}
this.onRelease = function(){
if (_root.currMovie == undefined) { 
_root.currMovie = "intropic1"; 
container.loadMovie("intropic1.swf"); 
container.play(); 
} 
} 

[left] [/left]

the animation of the “button” is working properly but it is no loading a **** on the “container” and i dont know why.

Also if a create a transparent rectangle over my “movie clip/button” with the following code, it works… it loads my movie as it should but the animation on the button wont show (obviously)

on (release) { 
if (_root.currMovie == undefined) { 
_root.currMovie = "intropic1"; 
container.loadMovie("intropic1.swf"); 
container.play(); 
} 
} 

■■■■ ive been working on thsi for so much adn im getting desparated. i hope you can help me out with this… !!

/:thnx!

gogazilla@hotmail.com