Pure coding AS3 popup class. Everything will be created on runtime. you will have very detailed documentations and help notes and even sample files to see how you should work with this class.
CHECK OUT THE DEMO HERE
The main features I can talk about are that this popup class is dragable, resizeable, totally dynamic with coloring and design. it also uses our Bg class by which you can create different kinds of backgrounds for the popup window (just read the freely available documentations of our Bg class). you can load any display object into popup windows and you can load external image or swf files also.
We have also put a byte analyzing tech inside this popup which enables you to set the size of windows automaticly according to the size of the externally being loaded file and the window will adjust itself automatically.
I try to explain everything as clear as possible, so please note that our popup class is optionally using our super Scrollbar class and although you can run popups without the scrollbar but if you wish to have the scrollbar in the popup, you should first purchase and install the scrollbar class.
this popup class also uses our Bg class but you don’t have to necessarilly buy the Bg class as its already implemented inside the popup and you can just read the free documentations and create new Background!
But note that support on scrollbar and bg will go to those who have actually purchased the lisence. We are spending a lot of time creating these OOP classes.
Documentation
Read the Popup Documentation here. or download them for your offline review here.
BUY NOW
Currently selling on Activeden
Regards,
Hadi

July 21st, 2010 4:16 pm
how do you load external interactive swf, the sample you use is a static swf I feel its misleading, I hope I am wrong, but I cant get an interactive mp3 very simple swf file to load and show itself, please help if it is possible,
July 21st, 2010 5:01 pm
David, if it is possible to load an swf, then that’s it, the swf can be interactive or a simple animation. it would be just a matter of how you are coding your project/your external swf.
August 16th, 2010 8:54 pm
Hi, I’m loading an SWF file into your popup window. I’m wondering how to put clickable buttons in this external file that will close the current popup window, and tell the main movie to open a different popup.
Thanks
August 16th, 2010 9:03 pm
so, you want to be able to close a popup from the loaded swf inside that current popup? well, what you should do is to be able to call functions in the main swf from the loaded swf. imagine you have the popup initialized in a class named “PopupHolder”, then you should make a way to access functions in “popupHolder” from the loaded swf. to make this connection, you may use this little class here http://www.uza.lt/codex/as3-global-object/
January 12th, 2011 12:00 pm
Hello,
could you please inform me if it is possible to use this pop up class to blogger? and if so is it possible to park the windows in a dock div?
thank you
January 12th, 2011 11:51 pm
I’m not the author of this file, the author is my brother… but I try to do my best
if I got you right, this popup is a flash popup and can be used within flash projects. can’t be used for HTML pages.
May 23rd, 2011 4:52 am
Is it possible to center the popup on the screen rather than specifying x and y coordinates? Also is is possible to disable the rest of the flash movie when the popup is active? Thanks!
May 23rd, 2011 9:25 pm
well, by using the x and y coordinates you can me the popup stay on the center, just build your function like you would do with any sprite or movieclip.
and yes, actually I usually do freez the rest of the flash when the popup comes up in my own projects… use listeners…
the things you have asked can be done outside of the popup
December 31st, 2011 12:09 am
Hello admin,
we bought this class, now we need to use this in our project. we have just added a button to the sample movieclip you showed. That is just a text reside in mc movieclip. We want to interact with the button from the same file, how it can be done.
Please let me know,
Thanks
January 1st, 2012 2:02 am
Hi, in sample files we have mentioned how you can interact with the popup… if the help files don’t help, maybe you can drop us an email from out AD profile page and send us your files?
Hadi