IDE :: Close Popup Before Menu Is Active Again?
Apr 16, 2009
i'm working on a project where i would like to build a menu of 3 buttons in the bottom of my screen, when 1 of these buttons is clicked a little popup MC pops up with a X sign to close it. WHen the popup is active the background (the buttons) fade to a 30% alpha and a re not clickable anymore. When i close the popup MC with the X sign then the buttons are active again. I seen a tutorial how to do this but i lost it.
View 2 Replies
Similar Posts:
Dec 12, 2011
I need to close the popup(adobe flex), non modal window if I click on the parent page of the popup. I have to do the out of focus check and then do some validation before close the popup. So what I was thinking that is there any inbuilt focus check event or do we need to create custom event for that?
View 1 Replies
Mar 26, 2009
I have a window component on my main timeline that gets called up on several instances. When the popup window appears, everything looks fine, except that the user can still click on links that are now behind the actual popup window itself. My question is how do I keep those buttons from being active while the popup window is active?
View 2 Replies
Nov 4, 2009
I have a series of 7 buttons that use the following actionscript that gives each one an Active state and deactivates the active button when another one is pressed[code]...
View 3 Replies
Mar 10, 2012
I have a pop up box on a button which does open and close but I would like to add an X to the corner which would also close the box.
View 2 Replies
Mar 3, 2010
I've got a flex project that I'm working on. Currently I've got a popup that consists of another mxml file containing a form.
Once the form is filled in and submitted I'd like to run another function then the popup closes on the main mxml file, but I'm not sure how to go about doing this?
Here's my popup code
private var weightadd:weight_add; //POP UP ADD WEIGHT FORM
private function weightAdd():void {
weightadd = new weight_add();
[Code]....
Currently in my weight_add.mxml file I'm using a button to close the popup, I'd like have this button close the popup and then call a function in my main.mxml file - I'm just wondering how I go about doing this.
<mx:Button x="186" y="83" label="Cancel" styleName="formbutton" id="cancel_button" click="PopUpManager.removePopUp(this);"/>
View 1 Replies
Aug 8, 2011
I want to show all popup windows(already popped up and closed individually) on an image by pressing a button press and want to close all those windows on another button press.
View 1 Replies
Oct 16, 2009
I have an application that creates popupA. PopupA then (based on a button click) calls PopupB. How can I close popupA as popupB be is being created? Or, when I'm closing popupB how can I simutaniously close popupA.
View 1 Replies
Mar 28, 2004
i've found that tut to open a window. all good.URL...But how do you do to close the pop up within flash (from a button in the swf embed in the pop up)?
View 2 Replies
May 24, 2011
Have been having difficulty with this issue of getting a close button to work within a mc popup box (it is doing my head in !) Basically I have a Button on the stage that launches a popup mc. To close this popup, I have a 'x' for the user to click on to close this box. I don't want the box to become 'invisible' or for the whole box to close when clicked on (I have tried both but not what i am after). It is important for user to be able to relaunch this box by clicking on the button after closing previously.
It would be great if anyone would be able to view the fla atatched and explain what needs to be included, and perhaps upload a working verison.
View 4 Replies
Aug 8, 2007
I wanna make like a popup effect with a close btn, the matter is that I don't know how to fix it. So any time that I click on any btn will only show a popup, then if I click in another btn the previos popup disappear and shows the new one, by now I can't figure out how fix it.
View 1 Replies
Nov 21, 2011
I'm creating an animated (in and out) drop down menu. I've managed to get the menu to open when the user mouses over, with the buttons all selectable. However I can't seem to find an efficient method of making the drop down menu close whenever the mouse is not over the menu. Actions:
[Code]...
View 2 Replies
Nov 17, 2011
I have my html where I embed third-party flash video by means of iframe. When I click play on the video a popup is opened. I was wondering id there is a way to add a javascript function to my html that would close such a popup immediately when it is opened?
View 1 Replies
Apr 22, 2011
I have a parent window that has a flash movie embedded in it. When a certain button is clicked inside the flash movie, it calls a a pop up javascript function to pop up a window with another flash movie embedded in it. This flash movie (the one embedded in the pop up window) has a button that I need to close the pop up and refresh the parent window when clicked. (i.e., when the user clicks the button, the pop up closes and the main parent window goes to a different URL).
I used javascripting inside flash to do so, it works fine, however, I keep getting a warning message when using IE : ("The website you are viewing is trying to close the window, do you want to close this window?"). This message is not displayed in FireFox. I don't want this message to appear. I read about a lot of solutions around this, however, they only work when I test them in regular html pages, but not when used in a button inside a flash movie.
View 2 Replies
Jun 30, 2004
I'm having a problem destroying a pop-up.The window creates beautifully, but does not close on click of the 'x'.Here's the code
Code:
buttonListener = new Object();
buttonListener.click = function(){[code]....
View 1 Replies
Mar 15, 2012
if we open lot of popup during browsing(web) or in an AIR application, how remove them at once?
View 2 Replies
Nov 25, 2009
I have an html page with a link that loads a popup window. The popup includes a simple Flash movie. Some basic Javascript code in the html file was used to produce the popup window. What Im trying to do is have a button that I created in the Flash app close the Flash movie and the popup window.
View 2 Replies
Mar 3, 2010
I'm currently working on an AS3 scripted drop down menu and for the most part it works exactly like I had envisioned with one small hiccup. The issue I have is if you accidentally navigate away from a button that creates one of my drop downs before the script has finished running the other drop down buttons will drop down but not be active until you go back to the original button and finish the script. What I believe will fix the problem is to disable the other main menu buttons until the script has finished. I could just disable at the beginning of the script and enable at the end but there are 5 flyouts and 9 buttons on the main menu. This would add up to a ton of extra code. So how could I create a block of code that disables the buttons and another block that will enable them at the end of the script but be able to call them in each script?
And here is my site that I'm currently working on. [URL]
View 1 Replies
Feb 12, 2010
Here is the code on my buttons, which work fine.[code]...
How do I setup these buttons so that when button1 is clicked, and the button1 page is loaded, that the button stays in 'Over' state?
And just to elaborate, when button2 is clicked and loaded, I want button2 to be in 'Over' state while button1 goes back to normal.
So basically, how do I highlight the active menu item with my 'Over' state?
View 4 Replies
Aug 21, 2010
If you have a look at the attached sliding menu there are four buttons. Each button brings an image in place. I want the button that�s been clicked to remain red until I hit a different button, even when the cursor is not right in front.
View 3 Replies
Feb 13, 2012
I'm updating this site for a client:
[URL]
I can't get "Motion" and "Press" to show as active. Basically this is done via a gotoAndPlay function, but it's not working. In addition, the code also deactivates the menu item when it's active; so, if I was on "Profile" before going to "Web" or "Press," that item remains inactive once I've clicked on "Web" or "Press," so I can't click on "Profile" again until I go to any of the other pages.
Below is the code for the navigation. Also, there is an external file named BookSection.as that I believe contains the code we would need to edit, I just can't figure out what it is - I've tried several edits.
You can find here (I couldn't upload since I don't have more than 50 posts):
[URL]
ActionScript Code:
mLogo.gotoAndStop("complete");
// PRINT------------------------------------------
booksButton.onRelease = function()
[Code].....
View 0 Replies
Feb 12, 2010
I found this script but it doesn't work. My buttons are not in a movieclip, and the instance names are but1-6.[code]The script is on a new layer called actions. Can anyone tell me why this script has NO effect whatsoever?
View 1 Replies
Oct 29, 2009
i've some flash elements in a php page, one of these is a menu that open some php page (target: _top) I do not why, every time it has to be clicked several times to go at the correct page, seams that it need to bee first activated with some clicks
the menu is in (and open) these pages (left column, snow, x-mas, and scuola logos):
[Code]....
View 2 Replies
Mar 31, 2010
I have created a menu with XML & AS3, which works nicely.But, I just met a problem. If I want to highlight a menu item which I just clicked, and it will disable the highlight after I click another item in the menu. How could I do that?
View 3 Replies
Feb 11, 2010
Here is the code on my buttons, which work fine.[code]....
How do I setup these buttons so that when button1 is clicked, and the button1 page is loaded, that the button stays in 'Over' state?
And just to elaborate, when button2 is clicked and loaded, I want button2 to be in 'Over' state while button1 goes back to normal.
So basically, how do I highlight the active menu item with my 'Over' state?
View 1 Replies
Jan 18, 2010
Ive got a simple menu that upon hover of each item, plays a movie clip, then on mouse_out it plays the movie clip in reverse. What I'm trying to do is to have a third state (active) that is shown upon clicking. I'm thinking I need to do something along the lines of:
-When clicked, gotoAndStop(5) //Five being the location of my active frame
-Also remove the event listener that triggers the function to play the movie in reverse.
-Then when another menu item is clicked, re-add the event listener to the previous menu item so it's not stuck 'active'
My code is as follows:
// Imports
import fl.transitions.*;
import fl.transitions.Tween;
import fl.transitions.easing.*;
import flash.external.ExternalInterface;
[Code] .....
View 2 Replies
May 11, 2010
how to make flash menu in active state.when i click one other button the first button remain on rollover sate and do not become active. see for your self.
View 4 Replies
Mar 23, 2009
im having trouble making the buttons within my drop down menu active.basically, on the main timeline, i have a movieclip, and within it have a button that once u roll over it, will go to another instance in that timeline to display a drop down menu located below it (with buttons). these buttons do not perform any actions to the main timeline regardless where i place the actionscript or how i point to those buttons.
View 1 Replies
Feb 11, 2010
I have a menu with about 5 items, they all work great with this code on each one:
Code:
on (release) {
if (_root.link<>1) {
_parent["b"+_root.link].play();
_root.link = 1;
_root.play();
}}
(The number 1 changes 2-5 depending on button)
Works great, now.. When I hover over a menu item is turns green, I click it, it takes me to the right page, but I want it to stay green. And when I click another page I want the other menu item to turn green and all other revert back to regular. How do I do this?
View 3 Replies
Aug 21, 2010
If you have a look at the attached sliding menu there are four buttons. Each button brings an image in place. I want the button that�s been clicked to remain red until I hit a different button, even when the cursor is not right in front.
View 4 Replies