Drop down menu doesn't work

I've created a movie clip with the first frame as button
(action: stop), then on roll over of button, it will go to and play
from frame 2 onwards, which contains the fly out buttons (action on
last frame of the movie clip: stop) When I export, the button on
the first clip doesn't not work on roll over, but on click, it
plays, and when it ends, buttons doesn't link to anything... Is
there special things that I need to do to it? or a drop down menu
has to have a complicated script that I have to download somewhere?
Please help~ Thanks~~

I consolidated all my floating windows to tabs the way you instructed windows>images> consolidate all.That worked fine.
After that I went to the arangr documents dropdown window and picked an arrangement (that wasn't grayed out) and nothing happened. (In CS5 this works fine).
Another question if you don't mind.
I open photos in the editor by file> open or command open and I get what appears to be the finder however the thumbnail of the pictures are very small difficult to see. Is there a way to make the thumbnails bigger.
When in the finder<I can go to show view options to make thumbnails bigger, but that has no effect on elements10.
Thanks for your help,
Sue

Similar Messages

  • The "Clear Search History" feature in the upper right drop-down menu no longer works in Firefox 4.

    The "Clear Search History" feature in the upper right drop-down menu that shows search terms no longer seems to work in Firefox 4.

    It is possible that there is a problem with the file that stores the "Saved Form" data.<br />
    Rename or delete formhistory.sqlite (plus formhistory.sqlite-journal and formhistory.sqlite.corrupt and formhistory.dat, if they exist) in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] in case there is a problem with the file that stores the "Saved Form" data.<br />
    This will remove all saved form data, so you may want to rename formhistory.sqlite to formhistory.sqlite.sav or move the file to another folder in case you need to recover some saved data.
    You may also need to delete search.sqlite and search.json in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder]

  • Simple Drop Down Menu buttons not working

    I'm having a bit of trouble getting a button in a hoover over drop down menu to link to another scene in the .swf movie. I just doing a basic drop down menu (example here: http://www.flashkit.com/tutorials/Interactivity/Navigation/Drop_dow-Phlook-951/index.php) with a couple of buttons with in a movie clip, the movie clip being the "button" someone hoovers over. The buttons however are not going to the corrisponding scene I have them set up to. What's strange is that if I set in the buttons action panel to go to an url instead of a scene, in the .swf movie the button works when I click it...it wants to go the specificed url. Nothing happens when it's set to go to a scene. Any help would be much appreciated.

    Thanks for the reply Ned. The code I'm using on the buttons is the same method I'm using for the regular buttons (i.e. not with in a movie clip).
    on (release) {
        gotoAndPlay("Scene X", 1);
    I like and appreciate the idea on keeping it with in the same timeline, but that didn't work either. This is all very strange, because as I said, the buttons that are not with in a movie clip work with that method in their action panel. And the buttons with in the movie clip work out to an url, just not a scene or frame number.
    I'm using CS4, but I'm not sure which 'Publish' settings I should have it at, and on 'Profile' it's set to 'Flash CS3 Settings (it's either that or 'Flash 5 Settings').

  • Drop down menu doesn't close

    Hi everyone,
    Since I upgraded to Leopard, I remarked a strange menu bar behavior, can you tell me if it's the same for you : When I click on a menu item's icon (not on whatever application menu but at the right of these, like the Bluetooth, Clock or Airport menu), first the drop menu appears. Then, if I click again on this icon, the drop down menu close itself but if I move my mouse at least one pixel in the menu bar area, it opens again. It doesn't really retract or close itself, it only opens and re-open. The only thing to do is to click outside the menu area (on the desktop) to close definitely the drop down menu. Strange!
    It wasn't like this in all previous OS X and OS 9.
    Do you experience the same thing? Is it a bug?
    Thanks for sharing.

    I've already made this game. There is a much easier and more user friendly implementation. Have the user start a new game from a menu or button or whatever. Once the game is started have buttons above each row (possibly with a graphic arrow pointing down in the the color of the player who is placing the piece), when the player clicks the button drop a piece into that row.
    Don't put an action in an action, you are just making complicated code. Code (especially OO) is supposed to be uncomplicated, easy to read, write, etc....
    DeltaCoder

  • FW Drop down menu in DW works in FF, Not Safari

    I have a drop down menu that I created in Fireworks CS4 that I dropped into my Dreamweaver CS4 file.  When I preview in Firefox (3.5.5) it works fine but when I preview in Safari (4.0.3), the dropdowns don't show up.  Can anyone help me figure out why?
    I'm on a Mac.
    Thanks,
    Tony

    Not without seeing the code.
    Got a link to the site where we can view it?

  • MY MSN Stocks Drop Down Menu does not work

    Exactly what I said. Drop down menu on My.MSN homepage does not work.

    Pat,
    Your menus look fine on my system, too. It is possible that your user is working on a system with javascript turned off, either on her own computer or, if she is in a company, turned off by the network administrator. Ask her how she is viewing your website...laptop, desktop, smartphone, tablet, etc., to help you pinpoint what your solution will be.
         If her javascript is turned off (not to be turned on...), one strategy around this is to create pages linked to your top level menu items. On those pages, you can make text links (not dropdowns) to the menu items that show on the drop-downs. This could be paired with the next idea, as a sort of belt-and-suspenders solution.
        A less obtrusive way: Add a secondary, substitute text menu that only appears when javascript is turned off by using <noscript> </noscript> tags around the secondary menus.
         Be wary of solutions that require you to tell different users different things.
    Beth

  • Places drop-down menu bar not working

    I recently imported my iPhoto library to Aperture. All my geotags are intact as far as I can tell. All seems to be working well with the exception of the drop-down menu bar at the top of Places. It tells me the number of countries, states/provinces, cities, and places, but when I click on any of them, no drop-down happens. The only thing that works is clicking on the home button. Any advice??

    Thanks for posting this.  This was driving me nuts.
    If you haven't already, could you please file a bug report?  The more of us who complain, the more likely they are to fix this.
    Thanks!

  • Drop down menu buttons not working

    hello anyone..
    i have buttons on a drop down menu that wont do anything. The
    only thing the works so far is the on roll over stage. I am trying
    to make the button navigate to a certain frame on the same scene.
    The buttons are from my button1_mc.... and the first is affars_btn.
    I labeled the instances accordingly and placed the script on the
    first frame of the scene (2) which is where the menu and main info
    is on. Scene 1 is just the preloader.
    button1_mc.affars_btn.onRelease = function() {
    gotoAndStop("2", 51);
    }

    Thanks for the reply Ned. The code I'm using on the buttons is the same method I'm using for the regular buttons (i.e. not with in a movie clip).
    on (release) {
        gotoAndPlay("Scene X", 1);
    I like and appreciate the idea on keeping it with in the same timeline, but that didn't work either. This is all very strange, because as I said, the buttons that are not with in a movie clip work with that method in their action panel. And the buttons with in the movie clip work out to an url, just not a scene or frame number.
    I'm using CS4, but I'm not sure which 'Publish' settings I should have it at, and on 'Profile' it's set to 'Flash CS3 Settings (it's either that or 'Flash 5 Settings').

  • Drop down menu don't work!

    Help me please!!!
    What is wrong with that AS2 drop down menu (flash8)?
    I want to make a button stay in its down state when it's clicked, and I did it for the MC buttons "Objectivity" and "Publications", but not for MC button  "Fotography", that trigger the vertical drop down menu. I also want that the MC buttons "Objectivity and "Publications" make the "vertical drop down menu" reverse for it's original state (hide).
    P.S. Of course, I want all the MC buttons link to their respective URL's.
    Sorry for my english and annoying newbie questions!
    Thank you very much!!!
    Cagalhoto
    Download file: http://rapidshare.com/files/415149494/menu_test.fla

    it's not likely anyone will download and correct your files.  most of us offer free help here but there's a difference between doing someone's work for them (and we do that too, but when we're hired) and helping someone do their own work.

  • When my iphone is connected to my Mac and I open iTunes, I can't find my photos.  Even the drop down menu doesn't even have an entry for photos.  I have music, books, movies, etc...but nothing for photos.  Where did it go?!

    Here is a screen shot of all my options when I open iTunes.

    Hey NFredrick45208,
    Thanks for the question. This drop down menu is actually specific to your local library. You'll want to select your iPhone in the upper right corner to browse the device:
    iOS: Syncing your data with iTunes
    http://support.apple.com/kb/HT1386
    Furthermore, you may want to turn on the iTunes Sidebar to return to the layout of previous versions:
    iTunes 11 for Mac: Customize the iTunes window
    http://support.apple.com/kb/PH12164
    Use the Sidebar to access your content, devices, and the iTunes Store
    You might want to show the Sidebar if, for example, you use a screen reader.
    Choose View > Show Sidebar.
    And finally, here is an article about importing your personal photos:
    iOS: Importing personal photos and videos from iOS devices to your computer
    http://support.apple.com/kb/HT4083
    Thanks,
    Matt M.

  • Google account drop-down menu is not working

    When I go to click my google account name in the top right of gmail, the drop-down menu that lists all of my accounts is not showing up when I click, this is a problem because I cannot access my school gmail.

    From your Safari menu bar click Safari > Preferences then select the Privacy tab.
    Click:   Remove All Website Data
    Then delete the cache.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.

  • Java Script Drop Down menu is not working someone please helP!!!!!

    Okay will I had a domain hostlyon.com which was changed to
    hostlion.net . Anyhow when i re uploaded all the files to my new
    domain my drop down javascript wasn't functioning properly .... the
    menu didn't drop down.
    When you go to hostlyon.com it works... but on my new domain
    it doesn't work. What might be causing the problem..... someone
    please help!!!!

    watzursn wrote:
    > Okay will I had a domain hostlyon.com which was changed
    to hostlion.net .
    > Anyhow when i re uploaded all the files to my new domain
    my drop down
    > javascript wasn't functioning properly .... the menu
    didn't drop down.
    >
    > When you go to hostlyon.com it works... but on my new
    domain it doesn't work.
    > What might be causing the problem..... someone please
    help!!!!
    >
    Error: ypSlideOutMenu is not defined
    Source File:
    http://hostlion.net/
    Line: 1
    Mick

  • Some buttons (drop down menu) don't work on a certain website

    Hello.
    It seems that each time a website changes something about itself, Firefox has problems on that website.
    Website in question: http://wotreplays.com/
    The buttons on the left side of the screen should act like drop down menus, where you can select certain stuff. I said "should act like" because they act that way in Google Chrome. But nooo...it's too much to ask something like this from Firefox.
    Anyway, after opening the Java console, I noticed that each time I press the buttons, I get this error message: ReferenceError: event is not defined. GET http://mc.yandex.ru/clmap/20807356.
    Did all the usual stuff: deleted cache, deleted cookies, looked in the prefs.js for any references to blocked content, started Firefox in safe mode. Nothing helped.
    Checked Java version, and I'm running the latest.
    Can anyone help me, please?
    Thank you.

    Yes, that website doesn't appear to work with Firefox.<br />
    I don't know of a workaround to fix this, so best would be to contact the website and ask them to look into this.<br />
    AFAICT this code has never worked in Firefox, so either this code is a recent change or the website creator has never fixed this.

  • The "Play Next" function in the search drop down menu does not work

    I don't know if anyone else has had this problem but my search drop down box is no longer working. It does show results but I cannont select them of add the songs to Play next on the playlist. I have iTunes 11.1.3.8
    Thanks for your time

    Pat,
    Your menus look fine on my system, too. It is possible that your user is working on a system with javascript turned off, either on her own computer or, if she is in a company, turned off by the network administrator. Ask her how she is viewing your website...laptop, desktop, smartphone, tablet, etc., to help you pinpoint what your solution will be.
         If her javascript is turned off (not to be turned on...), one strategy around this is to create pages linked to your top level menu items. On those pages, you can make text links (not dropdowns) to the menu items that show on the drop-downs. This could be paired with the next idea, as a sort of belt-and-suspenders solution.
        A less obtrusive way: Add a secondary, substitute text menu that only appears when javascript is turned off by using <noscript> </noscript> tags around the secondary menus.
         Be wary of solutions that require you to tell different users different things.
    Beth

  • Windows won't close, lockups, drop down menu bar not working - IE works fine - what's going on with firefox?

    Just bad performance from firefox the past couple of weeks
    I down loaded a fresh version of firefox, but it didn't help
    see above question
    Lockups, windows won't close, drop down menus not working
    Internet Explorer works fine

    http://support.mozilla.com/kb/Basic+Troubleshooting

Maybe you are looking for