I’ve never seen a pop up window that stops at certain points when its dragged. That’s nice.
Posted about 1 month ago
Inner PopUp V.1
Fully customizable and auto adjusts to the content.
Scrollbar with easing
Mouse wheel control
Draggable
Use it into your project by Drag and Drop
ActionScript well comented
...
I’ve never seen a pop up window that stops at certain points when its dragged. That’s nice.
Posted about 1 month ago
Can there be several instances of this, each with different content, in a single swf file?
Posted about 1 month ago
what’s the difference between yours and the following: http://www.flashden.net/item/flash-innerwindow/8165
Posted about 1 month ago
carolus :: well i guess
Good Work potenzzza
Posted about 1 month ago
It’s not XML driven…nice design though, but it would be even better if it loaded text/images via XML
Posted about 1 month ago
Question about this Howcome the source doesnt have a button to use to play the popup,
I mean This should be a popup right????
I just see a static box,that is popped up by default, Can You help me?
Posted about 1 month ago
Hi webtechhost !
Put the mc_innerPopup movieclip into the stage Create a button On this button, put this code yourButton.on(press){ mc_innerPopup._visible = true; }
Good luck and thanks for purchase this file !
Posted about 1 month ago
How to make the pop up window invisible by default and appearing in movie only when the button pressed?
Please help! I need a solution ASAP !!!!
Posted about 1 month ago
mc_innerPopup._visible = false;
yourButton.onPress = function(){
mc_innerPopup._visible = true;
}
Is there a way to make the pop-up box appear in a designated area for all the buttons on a page? (ie, all of my buttons are in a column on the right hand side, and I’d like for the pop-up box to appear centered between the column, rather than centered on the button it’s associated with).
Posted 17 days ago