Search  
Search Options

POPUP - FLASH INNER POP UP V.1

HomeBrowse CategoriesFlashApplications and UtilitiesUtilitiesPopup - Flash Inner Pop Up V.1

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
...

Posted about 1 month ago

I’ve never seen a pop up window that stops at certain points when its dragged. That’s nice.

Posted about 1 month ago

At the edges. Very nice indeed!

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

yes you can easily

Posted about 1 month ago

cool

Posted about 1 month ago

Does the text load via XML or is it all within a movieclip?

Posted about 1 month ago

yes of course

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

  • Improved Design
  • Smooth Animation
  • Support Mouse Wheel Scroll
  • and Selective dragging < i.e only dragable in your provided cooordinates>

Good Work potenzzza

Posted about 1 month ago

Thanks tabaheee !

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;
}

Posted about 1 month ago

Thanks!

Posted about 1 month ago

kinda expensive for a “simple”popup box, if you ask me

Posted 23 days ago

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

Hey pal, can I add images to the box via xml

Posted about 16 hours ago

....and does fit to content in width and height?

Posted about 16 hours ago