Menu Buttons won't work after exporting to flash

This is a strange problem, and I can't seem to figure it out.
I've created a demo DVD with my work on it. The DVD navigates and works fine. It has a "First Play" and the end action to the first play is the main menu. There are 6 buttons on the main menu. 2 Buttons link to 2 other menus which have my work broke down by category. 3 buttons link to 3 different and separate timelines, like a graphic montage, replay the first play, and play all. Then the last button just links to my contact info. It all works fine on a DVD export.
When I export to flash, once the first play finishes playing, and the end action is triggered (which is to go to the main menu) none of the buttons will work on the main menu page. If reload the page, and while the first play is playing, I skip first play by going to the main menu (by clicking on the flash button for main menu), the buttons on the main menu will work fine. But once I go to one of the sub-category menus and play something, then click on the "Back to Main Menu Button", it won't work. I am stuck on that sub-menu.
Same thing happens if, on the main menu page, I click on "graphic montage". When the graphic montage timeline plays all the way through from start to finish, the end action takes me back to the main menu, but none of the buttons on the main menu button work. But if I interrupt the "graphic montage" by clicking on the main menu flash button, and go back to the main menu, then the buttons on the main menu work fine. This problem only seems to happen when I click a button and the timeline play in it's entirety. If I interrupt the timeline (say like half-way through) the buttons on the menus will work fine.
I hope this all makes sense. It's hard to explain. But if you do understand what I'm trying to say, any help would be grateful.
Thanks. Tom

I'm in the same boat as Thomas.
I've created a DVD w/ 1 Main Menu & 1 Sub Menu.
Main = Chapter Select & Play All. (both links work)
Sub = 9 links to Chapter Points & Main Menu. (NO links work)
I only have this problem when I export to Flash.
Everything seems to be fine when I preview or create a DVD.
I have tried with Firefox, InternetExplorer, & Safari; both locally and loaded to the server.
It is currently sitting at: www.media.bodyshoptv.com/CCVIP_Orientation
HELP!

Similar Messages

  • Menu buttons won't work after publishing iWeb site

    Once i publish my site from iWeb and then go online to check the site, i try to navigate through my new site's pages by clicking each of the menu buttons at the top of the page. After I click one and the page changes, the menu buttons stop working and I can no longer navigate the site.
    Any thoughts?
    Thanks

    The Actor page still has some graphc/object partially overlapping those two links in the navbar. You can see it by going to that page and typing Command +A (select all). I couldn't determine which graphic file it was from the Activity window.
    You may have to create a second actor page and copy and paste each item, one at a time to from the old to the new and publish to see if you can isolate the culprit.
    OT

  • Help please. Menu button won't work.

    Ok so my menu button doesn't work. It used to go to the last thing I was at and now it goes all the way back to the first menu, it's a royal pain to have to scroll through everything every time. If anyone can help, it's greatly appreciated.

    Mine is doing the same thing!!It's just the stupid menu buttom that is braindead!!! It's driving me crazy, I have also spent the past 2 days trying to figure it out and I can't~!! I am thinking about going to the ipod store today to see if its something they can do to it right away to fix, and if yes I can then let you know if it is possible to fix it by yourself OK?

  • Back & forward buttons won't work after going full screen   

    I have a Logitech cordless mouse. When ever I'm watching a
    video, like on You Tube, and I go to full screen, my mouse
    back/forward buttons won't work, and I have to re boot my computer.
    I have tried every thing Logitech told me to do, but still have the
    problem. They think it's a flash player problem. I saw that one
    other person in the forums has the same problem. Any ideas?
    Thanks, Shawn.
    [email protected]

    I can't find the preferences section of itunes. where is it because it isn't at the very top of the screen and I didn't see it anywhere else. i hasn't told me that the back-up is corrupted so I don't know about that. I just know that it always comes up with the error message 50 when I try to get the back-up restored to it.

  • URL button doesn't work after export into ppt/word/pdf

    Hi,
    I am working in Xcelsius.
    Lets say I have placed a URL button in the Canvas and mapped that to a path of the file(which is not actualy an URL),but any path of the file which is present in the local system
    After exporting this dashboard into ppt(or word/pdf),when i click the button,its not redirecting me to a target.
    But during Preview of dashboard,it works fine.But after exporting,the URL button not redirects me to the path specified.
    Rgds,
    Murali

    Hi
    U got any solution for the above problem?
    Thanks
    Kothai

  • Menu Button Won't Work! HELP!

    I bought my Ipod one month ago and I have taken extremely good care of it so far.
    After charging it full one day, I unplugged it and was about to listen to some music, but the menu button on my clickwheel wouldn't function. The other buttons on the clickwheel were fine, but the menu wouldn't show up (although I can still hear the clicking sound). I left my Ipod alone for a three days (each day I tried the menu button but it still wouldn't work) and finally on the fourth day it was working fine again. About a week later, the same thing happened after I fully charged my Ipod and unplugged it.
    Does anyone know what is wrong with my menu button and what I can do about it?
    If I were to send it back to Apple for repairing, what happens if the menu button starts working fine again? Would I have to pay a fee for it since nothing appears to be wrong?
    Also, when I fill out the form, what issue is it considered? I can't find anything to do with cilckwheel on the issue list. Please help me! Thanks.

    I had the same problem with the Menu buton on my 3G iPod.
    plug it into your mac / pc and use the restore, this will reload the firmware, then reload all your songs on.
    worked for me

  • Button won't work after calling another swf

    Hey!
    I have a scene where multiple buttons appear.
    One of them calls a  different swf file with loadMovie(). The other swf has a button that  uses the same function to return to the original swf (i have created a  swf for every scene of the original fla and so I can return to the exact  scene where I was). Another button in my original scene just calls another scene  of the same swf with gotoAndPlay.
    So far so good.
    The problem is that after I go forth and back to the external swf, using the 1st button, the  other button (that sends the user to another scene) won't work. It just  does nothing.
    (Although every other button in the scene keeps working).
    Using AS2 in CS5 (don't ask why i didn't use AS3 - noob).
    Any ideas?
    Thanks

    Ok, the whole scene has a simple loop to keep it running..
    The first button has:
    on (release)
    loadMovie("game.swf",1);
    The button on the external swf has:
    on (release)]
    stopAllSounds();
    loadMovie("project_games.swf",1);     //I have a swf for the original scene to connect the external swf directly with it, rather the whole project swf
    The other button in my original scene (the one that doesn't work after the use of the above two):
    on (release)
    gotoAndPlay("begin",1);                 //begin is the name of a scene in the project
    That's it.
    THanks for your reply my friend.
    Any ideas?

  • Menu Button won't Work

    I have one menu button in my Muse design that will not work. Have tried to delete and recreate several times. It is a manual button linked to a subpage. Any ideas?

    Hi,
    The most likely reason for this would be something like an empty container covering the menu button. If will be helpful if you provide us the page URL to take a look at.
    Regards,
    Aish

  • Some link buttons won't work after publishing

    I have noticed several of the buttons I created on my website in iWeb '06 don't work after the website is published but do work before it is published. What can I do to correct this?
    Cathy J

    Could you supply a link, so I can look at the View Source and HTML? Have you tried re-building those buttons in iWeb that don't work when published and then re-publishing? It's probably not getting properly publish due to a import problem from the old iLife.

  • Back button and menu button don't work after spilling beer on it. How do I fix this?

    A few months ago on a night out beer was spilt on my iPod, I let it dry out and it still worked fine.
    However a couple of weeks later my back button started to play up, only working some of the time I pressed it, and then stopped working all together.
    My menu buttong has also recently started to play up, with me having to press it and hold it down for it to work, and this only working some of the time. Any ideas on how this can be fixed? Or even how do I send it off to be fixed? My iPod is still within its one year warranty.
    Thanks in advance.

    Victoria ...
    Click here >   Apple - Support - iPod - Service FAQ

  • MENU button doesn't work and iPod won't turn off!!

    For some reason, my menu button won't work nor will my iPod turn off when I hold down the play/pause button.
    I've reset it, updated it, restored it and nothing is working. I bought it in the States last year so have no idea how the warranty works or where to get it serviced since I don't live near London.
    Any help would be appreciated

    Ring your local Apple dealer, My older mini done the same thing several times before it just died on me and never turned back on. So if its still covered under warrenty i seriously think you should ring apple and get it serviced to see whats wrong, it could be just a fault with the click wheel
    Try letting the battery run completly dead, then put it into a Wall charger or computer USB cable and then move the hold on and off, then try reseting it by pressing the menu and select buttons at the same time.

  • Menu and Pause buttons won't work on iPod classic.

    I've had the iPod for a while, long enough that my warranty is over. My problem with the pause button started a few months ago, it would go in spurts of working fine and working on and off. In the past few weeks the menu button has started to not work as well. As of yesterday they have both completely stopped working. I've tried restoring it to factory settings, syncing it over and over, and resetting it (which I can't do now because my menu button won't work). Does anyone have any suggestions? Or is it time for me to get a new iPod...

    It might also be a good idea to let the iPod's battery fully drain. Then charge it back up and restore it once more in iTunes.
    Otherwise, it's likely a hardware issue with the iPod's clickwheel, meaning you'll need to take or send your iPod in for service either via Apple or a third party repair service. Here is Apple's repair pricing.
    http://www.apple.com/support/ipod/service/prices/
    Note that they don't actually repair the device, but exchange it for one of the same generation, model, and capacity.  A third party service will actually replace the damage part for a little less.  Google "iPod repair" and you should get a number of results to work with.
    B-rock

  • Keynote hyperlinks don't work after exporting to html

    I'm working with Keynote in iWorks '08 on an iMac running OS 10.5.2. My hyperlinks (graphic and text) work perfectly running Keynote as a slide presentation, but not when I export it to an html format. What am I doing wrong here?
    Thanks for any help you can provide.
    Jeff
    PS: The hyperlinks do work after exporting in flash or pdf format, but our webmaster says I can't use those formats due to compliance issues.

    I noticed this as well. What I realized is that Keynote seems to just export the slide as a .jpg with a an .html file referencing the .jpg image. So in essence it is not creating an .html file of the slides contents but rather a reference to a picture of the slide. I haven't tried but maybe "send to" iweb and then "publishing to folder" will give you what you need. Not sure.

  • MY MENU BUTTON DOES NOT WORK! ah!

    I've had my ipod photo 30GB for about 5 months and i love it..i have about 2500 songs on it and i was listening to it yesterday and no matter how many times i pressed menu..it wouldn't go back to any of the other screens. all the other buttons worked fine, but the menu button wouldn't work!! now i know my ipod would still be under warranty, but i don't even know how to go about doing that. is there something i send in? or print out? or do online? and besides the warranty..is there a way to fix this menu button problem?? please help me!! thankk youu =)
    ~Rachel

    No, a Reset is just like rebooting your PC - all your data will still be there. Now, a Restore will wipe your iPod, but you probably won't need to go that far.

  • The menu button is not working on my iPod Nano

    I cannot get back from anywhere. Once I have seleceted a track to play, the menu button does not work so that I cannot get back to all music or to choose other options such as radio. It does not make a click sound. It works occaisionally (once a week). Any ideas? Anyone had this problem before?

    Hey Nick Norway,
    Thanks for the question. Let’s see if we can isolate your issue further to determine if it is hardware related. Have you attempted to reset your iPod? If not, definitely give that a go:
    How to reset iPod
    http://support.apple.com/kb/HT1320
    If you are unable to reset your iPod, please attempt to restore it with iTunes.
    Restoring iPod to factory settings
    http://support.apple.com/kb/ht1339
    If your issue persists after the restore, your iPod may need to be serviced. The following link should help you get started with the process. Included, you will find information on topics such as warranty, service pricing, and express replacement service.
    Apple - Support - Service Answer Center
    http://www.apple.com/support/ipod/service/faq/
    Thanks,
    Matt M.

Maybe you are looking for

  • Mini displayport to DVI adapter inadequate

    Naively I thought that all DVI adapters were create equal and until I found otherwise I assumed that Apple's adapter would just work. The problem is that I just wanted a DVI adapter that would work with any DVI device out there, little did I know tha

  • [SOLVED] Linux 3.10.6 and brcmsmac: kernel panic

    Hi! I'm using latest linux kernel 3.10.6, on my laptop. I have a broadcom wifi card. Cutting long story short, as soon as I start *anything* that uses my connection (opening chromium or issuing a "pacman -Syu"), i have a kernel panic. The camera shot

  • Reader 10.0 has insuff priveledges to install, running as Admin.

    I am trying to install 10.0 but continually get  "Installer has insufficeient priveledges to access this directory:   "C:\Program Files\Adobe\Acrobat\10.0\Replicate"  Installer cannot continue, Log in as Admin.. yadda yadda.. I AM the Admin user, rig

  • TableForm using CommandLink as table - Form link

    Hi all, I have a page I've generated in JHS that uses a column of CommandLinks to get from the table to the form. I've done this before and never had any particular problem, but this time I'm seeing some very bizzarre behavior. Here's what it is: If

  • How to use DTW

    hi experts, can any body help me by giving any PDF or Elearning document , how to use DTw for importing data ? how to use templates ? can i get any document for how to use it ?