WebScud  
                
                  
                    October 20, 2003, 12:52pm
                   
                  1 
               
             
            
              http://www.kirupa.com/developer/mx/photogallery.htm 
I love that image gallery.  What I want to do is be able to click on an image and then have a pop-up window appear with the full size image…any suggestions how?
I’m using MX 2004 Pro.  ActionScript 1.0 or 2.0 will work.
Thanks!,
             
            
              
            
           
          
            
              
                system  
              
                  
                    October 20, 2003,  9:41pm
                   
                  2 
               
             
            
              You could make a thumbnail for instance of your pic, and make it into a button to launch a pop-up!:http://www.kirupa.com/developer/mx/centered_popup.htm 
check my avatar to see the effect
regards
             
            
              
            
           
          
            
              
                system  
              
                  
                    October 20, 2003, 11:16pm
                   
                  3 
               
             
            
              Thanks for the response!
So, would I make each image into a movie and then instead of “image0.jpg” it be “image0.swf”?
Thanks!,
             
            
              
            
           
          
            
              
                system  
              
                  
                    October 20, 2003, 11:24pm
                   
                  4 
               
             
            
              If you use a HTML editor like DW, put your image on a page in there, call the page “your_image.html”, and then use this code on your button:
on (release) {