ActionScript 2.0 :: Combo Box Closes On Scroll?
Apr 24, 2006
i am using flash 8 and the flash 8 combo box component. I have the components being called into a container movie clip on the _root timeline. I have used this._lockroot = true; so that the combo box will work. When you click the scroll bar on the combo box, it just closes it, making it impossible to scroll.
View 3 Replies
Similar Posts:
Mar 10, 2011
It might be something simple I'm doing wrong.I have an array populated by XML in a function by doing the following inside the function:
first_special.addItem({label: xmlMenuFile.item.headers[i],data:
xmlMenuFile.item.descriptions[i],data2: xmlMenuFile.item.hints[i]});
The problem I'm having is trying to figure out a way so that the "data2" will fill the text field "hint_txt" on ROLL_OVER of that items name in the list.I've tried to placing an event listener into the function that populates the combo box .this populates the combo box label and data with the Loaded XML File. This works
function changeHandler(ev:Event):void
{
menuText_mc.heading1_txt.text = ev.currentTarget.selectedItem.label;[code]......
View 3 Replies
Dec 21, 2005
I have two combo boxes. The first combo box's data is added through an XMLConnector object, the second combo box, I would like to populate through an on (change) event in the first combo box. The items in the second combo box would relate to the selection made in the first combo box.
I have attempted the following within the Actions for the first combo box:
on(change) {
switch(this.value) {
case "value1":
comboBox2.addItem({Label:"Label",Data:"Data"});
break;
} // end switch
} // end event
which is not working.
should an event be dispatched by comboBox1 and a listener be attached to comboBox2? I can't find any examples of this on the internet.. but i might be using the wrong search terms.
View 6 Replies
Nov 17, 2009
I have a script that uses a webcam as input the problem is my site needs to wait to do stuff untill the security box that allows the webcamera to be used has closed....I looked in the docs
View 2 Replies
Aug 26, 2009
I am running Flash CS4 ver10.0. I noticed that every time I close the Flash application, the application quits.
View 2 Replies
Feb 19, 2011
So my problem is that I can not even run Adobe Flash.
I downloaded the trialversion and I installed it too but after running the Flash.exe it closes immediately without any error message.
View 6 Replies
Jul 8, 2011
When I have the AS open and try to find a label, the AS window closes and it goes back to the Flash cs5 timeline without executing a find. In order to find anything I have to copy the AS and put it in another text document outside of Flash. What am I doing wrong?
View 3 Replies
Feb 28, 2012
For some reason my flash program closes on me. The strange thing is, it is only 2 MB. I have a good amount of shapehits in it as well. Would that cause it to crash?
View 1 Replies
Jan 27, 2011
For example, Lets say I have a flash swf game, and when users press connect they are assigned a random id that's then put into a mysql table. Then I have other users that connect and then can connect to these random ids. When users click disconnect i have the id taken out of the table that way when other people want to connect they dont get ids that arent active. is it possible that when a window is closed to have it run a php script? so i can get it to clear their user id?
View 2 Replies
Jan 12, 2010
I made a flash clip that has a transparent background to it. I was wondering if there was a way of exiting out of it (the swf, not the browser) when someone presses the exit button I made. I know there is a hide solution but that makes the area behind it not clickable.
View 0 Replies
Jul 11, 2009
Can you call a function when the user closes the browser window or navigates away from the page? I'm making a cartoon, and I'm curious how long people watch it before closing the window or navigating away from the page. I could have it, every x seconds, report back the the server, and I can get a rough idea of how long they watched, but if it could report the exact time when the user closed it, I would know exactly.
View 3 Replies
Jul 3, 2010
how do you call to a function when the user closes your swf?
View 2 Replies
Mar 8, 2010
Today, I put a video into my website, the only problem is that I'd like to give it a close button (that would close the player, or make it invisible). How could I do that?
View 5 Replies
Jun 2, 2010
You've seen a web site were the flash expands with an option to close. Doe's anybody know where I can learn that script?
View 1 Replies
Jun 28, 2010
Been having an issue lately with Flash Media Encoder immediately closing down after starting the program. It will display the window for a very brief moment and then close down. I have used the program many times with no issues but this recently started to happen. When it started closing directly after startup the first time, it allowed me to use it a few times afterwards. But recently its not working at all.
View 2 Replies
Dec 1, 2010
i ask for patience I will summarize as briefly as possible Imagine an animated presentation, interactive and extensive, with multiple ways or different possibilities The method I'm using is to divide in several different SWFs, otherwise it would be ridiculously heavy.But there lies the problem: When I want to load another SWF, it ends up overwriting the original and will become increasingly slow and overloaded, because it will consume too much memory and frames per second decreasing each new SWF loaded ..I wonder if there is any method to unload the SWF itself by button and go to the next OuvirLer foneticamente
View 1 Replies
Jul 3, 2011
Just wondering how i can make a button in my flash close the entire flash even the player?is this possible? the reason i want to is beacause i am placing the flash on my website and it will show on page load in the center of the screen however i need a button to close it fully otherwise the flash will be in the way of the elements of the page if i simply hide
View 1 Replies
May 1, 2010
Is there a easy way to figure out consistently when a Dialog closes that has been created through PopUpManager. I would have suspected some type of message or callback mechanism, but there does not seem to be. In one case I use the WindowTitle component and event that only fires the CLOSE if someone presses the close and give no message when the dialog actually closes.
View 2 Replies
Oct 18, 2009
Is it possible to have flash call a php script when the .swf closes or crashes?
View 3 Replies
Aug 18, 2011
This is kind of a lame complaint, but any benefit I have gained from upgrading from CS4 to CS5 is being eclipsed by the frustrating change that while I am trying to use the "Find" tool in the "Actions" panel, as soon as I hit "Find Next" the Actions panel closes and I have to close the Find tool then re-open the Actions panel then again to see if it found what I was looking for then re-open the Find tool if I need to go to the next instance. I know this does not seem like the biggest of deals, but is there a way to fix this?
I will also add that this happens when the panel is clicked from the icon. If the whole panel is free floating it works fine, but then it is obviously blocking the whole stage, and I have to collapse it to an icon to see anything. There is also the possibility that it is computer/OS difference since my CS4 machine and my CS5 machine are two different computers one running XP and the other running Vista.
View 1 Replies
Aug 11, 2004
Is there an event that IU can assign a function that is called when an swf closes? (say they click the close button of the internet explorer window) Cause that would be sweet.
View 5 Replies
Mar 19, 2009
Is there an easy way to detect when a (righ-click) contextmenu is visible? I wish there was a "visible" property for theContextmenu class, but there isn't one.I've tried to listen to events to know when the menu opens orcloses but it would seem as though there are far too many(undocumented) events to take into account and some of the eventsmay be OS specific.For example, the following 3 events cover much of thescenarios of when the menu opens/closes..cmMenu.addEventListener(ContextMenuEvent.MENU_SELECT,onShow);cmMenu.addEventListener(Event.DEACTIVATE, onHide);stage.addEventListener(MouseEvent.MOUSE_DOWN, onHide);But you can also click either the f10, alt, esc, or enterkeys to also close the menu. There could be other ways to close themenu, but since it is not well documented, I can't be certain.Too bad Event.CLOSE isn't dispatched when the menu closes.
View 2 Replies
Jun 16, 2009
This is the top third of the stage that the user sees. When they click on a computer a window is supposed to pop up. Everything is working fine at this point. The full screen, (the small hard-to-read button is Random Hardware which opens up a window to a random computer), a link to the "Digital Studio", and the computers when you click on them.It's after the window is open that the problem occurs. As you can tell there is an X in the upper right corner of the window. When the user presses that it is supposed to close the window and return to the normal stage. The "Software" text is clickable and sends the user to the websites of Adobe, Microsoft Office, etc. When the user clicks the software it works fine, but if the user clicks anywhere else in the window it just closes and returns to the first frame. There is nothing in my ActionScripting that puts an Event Listener to the window or the close sign.
View 16 Replies
Apr 14, 2010
I am adding a child .swf from the parent with a simple button. If this button is then clicked multiple times, the child is added multiple times. So I added the ".visible = false" to the button when clicked so the button cannot be clicked while the child is open.
Now, there is "Close" button on the child .swf that uses "this.parent.parent.removeChild(this.parent);" and would now need to set the parent button back to ".visible = true".
I have tried MovieClip.parent.parent.resetButton(); and parent as MovieClip.resetButton(); and many variations of the code. I get no errors but the code doesn't work either.
View 2 Replies
May 13, 2010
I have a Flex application that connects to a BlazeDS server using the StreamingAMF channel. On the server-side the logic is handled by a custom adapter that extends ActionScriptAdapter and implements FlexSessionListener and FlexClientListener interfaces.
I am asking how can I detect which "flex-client" has closed a connection when for example the user is closing the browser? (so I can clean some infos inside the database)
I tried using the following:
1. To manually manage the command messages:
@Override
public Object manage(final CommandMessage commandMessage) {
switch (commandMessage.getOperation()) {
[Code]....
View 3 Replies
Sep 27, 2011
I have created a flex app that uses sockets. I published the flex app in a web application that runs on glassfish server. Now from that flex app i create a socket connection to a C# server and start sending/receiving data.The problem is that after i create the socket connection to C# server the flex app first checks the policy file, and after it get's it, it closes the socket, without keep the connection alive.[code] Now after i create the connection and it gets the policy from server it closes this socket, so to be able to use this connection i have to call again [code]After i do this, i can use normally the connection
View 1 Replies
Apr 17, 2008
I'm trying to create a horizontal drop-down (well, sliding in actually) menu bar that expands to stage when rolling over it, and collapsing in when rolling-out. Problem is, when I roll-over one of the buttons in the menu, flash thinks I'm rolling out from the area that was supposed to trigger the menu in.I have attached the file I'm working on (hopefully the most accurate one, as I tried dozens of solutions and wasn't very careful with naming...
View 4 Replies
Jun 24, 2010
I am publishing screen data to FMS 3.5.3 using ffmpeg with flv. Everything is fine with 1024 x 768. When I try to publish 1600 x 1200, the connection closes and I get an entry in core.00.log:1458 (e)2631029 Bad network data; terminating conection.
View 2 Replies
Mar 20, 2012
I have a carousel of images that load an external swf movie with a FLVPlayback component on it. The problem is that when the external swf unloads the sound of the FLVPlayback component continues to play. I am using a carousel component I found online to load the images and each image loads an external swf file. here is the code for it.[code]...
View 1 Replies
Oct 28, 2010
I have an RTMP stream loading and would like to know the drop off time of the video. Is there a method of knowing when a person abruptly leaves the video session by closing the window, back button, address bar, etc?Or do i need to make an external interface call from JavaScript to Flash using something like onunload & onbeforeunload events?I am guessing that it is the later, but wanted to see if there was a method of keeping all my code inside of AS3.
View 2 Replies