nice work
Posted 2 months ago
Just one function to open :
OpenInPop(id, initWidth, initHeight, initXpos, initYpos, contentPath, headerTitle, headerIcon);
and one function to close : closeInPop(id);
Features :
Hi guys and thanks for your comments ! 
BriRedd : You can fix an initWidth and initHeight. the option to disable resizing is not include but you can easily do that with a few knowledge in AS2 .0.
bginnel : You can open SWF , JPG, PNG , GIF with external path but not HTML Page.
Good Luck and thanks for your interest !
Posted 2 months ago
I was having a issue with the removieMovieclip and did this and it worked
_btClose.onRelease = function(){ _popup.swapDepths(5000); removeMovieClip(_popup); }
Posted 2 months ago
Hi goezera and thanks for purchase this file !
I don’t understand why you use swapDepths just before closing the popup !
What do you want to do exactly ?
Posted 2 months ago
I was calling your files from inside a movieclip that was nested inside another one and the the _btClose was bug. I researched the web and found this solution for it.
Posted 2 months ago
I have an external swf that is 1550 pixels high and when I use this popup and scroll all the way down, it cuts off the last 100 pixels or so? Is this a bug or is there a way around this?
Posted 2 months ago
Hi evision !
Your problem really drew my attention.
I just try with an image of 2592 pixels wide and 1944 pixels high (the scottwills_river1.JPG of the FD asset library ) and it works perfectly !!!
I don’t know what it can be ?
Perhaps the content of your SWF isn’t positioned to coordinate x=0 and y=0 or exceeds the size of the stage.
I’m sorry but this is the only thing that I think …
Good luck and thanks for purchase this file ! 
I have figured out the size problem. I just added a shape about 50 pixels lower than the last object on the stage. It then stops just before the shape. Weird??
I have another problem that I can not seem to figure it out. I have a long form loading into a pop up. The form is 1550 pixels high. When the form loads, if I click nothing but the close button on the popup it closes. If I scroll a little or click anything on the page, then the close button does not work. I guess I can’t use it for the form?
Also, I have a site that loads multiple swf’s. The popup works if I dont load the swf, once the swf is loaded into aother swf the popup does not work.
Is this known or is there a way around this?
Posted 2 months ago
I can use this in Joomla (php file)? I can insert external html page?
Posted about 1 month ago
Hi !
You can’t insert external html page, only image or swf ! Sorry…