Menu audio will play during preview but not when disc is burned.

Encore CS6.
Menu music plays fine in preview. I know that the file is good. No menu audio after disc is burned. Have tried several different transcoding options. There is menu video too that is working fine.

Here are notes I couldn't find before I posted that; just general re testing methods:
Mounting an iso (or building to a folder) is a great way to test.  There are some differences, but it is a great method prior to burning to a disk.  The main difference is simply computer vs dvd player - autoactivate on a button doesn't work with a mouseover, and you can be fooled into thinking your navigation does, or does not, work.  (Even on the computer, don't use the mouse for testing, use the "remote" in the player controls.)
Encore preview is an emulator, like computer DVD players, that attempts to predict what will happen when a disk is played on a set top DVD player. It has always had issues with some predictions not being accurate. Some inaccuracies are like this one: Encore preview does not work, and a burned disk will. Others are the opposite; it works in Encore preview, and not in a DVD player. The point to be made here is that you cannot rely on Encore preview. You also cannot rely on computer playback of a built image or folder. And, in the end, you cannot rely on playback on one DVD player - some disks work on some players and not on others.

Similar Messages

  • SWF plays in preview but not when published

    I have seen similar issues posted but none dealing with this
    precise problem. I have two SWFs, one of which loads at the end of
    the other. When SWF 1 is played back in Flash or when published in
    HTML format, SWF2 plays as is should. When SWF is exported to
    another program (e.g. Frontpage or Ektron, CMS), SWF2 will not
    play. Interestingly, when SWF2 is exported to the other program on
    its own, it plays fine so font support is not an issue.
    I have also tried altering the level in the LoadMovieNum
    script (0, 1, 2) as well as republishing both SWFs from the
    original FLA file. So far zippo.
    Any ideas??

    At least on my side it only plays the first video and does not progress.  There are twenty-five videos after this, they are all very short  but they progress.   Is this progressing for you?  Perhaps it is my computer if so. Please let me know.
    Thanks again,
    Mark.

  • Plays in preview but not when posted on internet CS4

    Hello,
    I created a quiz that has several small video in AS2.  It works fine when I preview it, but when I post in on the internet it plays the first video and goes to a black screen.  I created the page and clicked to publish it.  I then exported the swf by hitting file/export/export movie then saved this and posted it to the internet.  This is how I have done it in the past, but now I get a blank screen.  Any help would be appreciated.
    Mark.

    At least on my side it only plays the first video and does not progress.  There are twenty-five videos after this, they are all very short  but they progress.   Is this progressing for you?  Perhaps it is my computer if so. Please let me know.
    Thanks again,
    Mark.

  • Hi i am putting photos in my project it will play the videos but not the photos never had a problem before

    hi i am putting photos in my project it will play the videos but not the photos i have not had a problem with this before

    If you haven't tried re syncing the apps using iTunes..
    Connect the iPad to your computer. Select it under Devices left side of the iTunes window. Select Apps from the menu, make sure the boxes next to those apps are selected then click the Sync button bottom right side of the iTunes window.

  • How can I move movies from my computer to my iPad? They will play in quicktime but not iTunes

    How can I move movies from my computer to my iPad? They will play with quicktime but not iTunes so I can't sync them

    Th AVPlayerHD works well for playing other video types.  You can transfer the videos via USB in the app tab in iTunes on your computer.  When you open that tab when you have you iPad connected to the computer scroll down and you will see apps listed on the left and a blank on the right.  Click on the app and then click on the add button under the blank window on the right.  Then navigate to the video you want to play and it will transfer it to the iPad.  I have about 14 movies on mine using AVPlayerHD.  works very well.  Also have VLC player (before it was yanked from the app store).  Works about the same.
    You can also get the app Air Video and stream the video to from your computer to the iPad, and even have Theo ad connected to the tv to watch on there.  I do that all the time with my iPhone.  Saves time with not having to sync movies all the time.

  • After using video capture device to copy VHS to DVD, burnt DVD will play on computer but not

    After using video capture device to copy VHS to DVD, burnt DVD will play on computer but not on DVD player. Tech support for the VCD said my HP DVD burning software has to burn "DVD Video and not DVD data" and to check with HP. How can i check myself.

    Grahamster, welcome to the forum.
    I recommend trying CDBurnerXP for burning video CD's.  I have been using it for years without a glitch.  I use it mainly for burning ISO's, but have used it for all types.  Please let us know if it works or not.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Captivate 3 shows skin in preview but not when I run after published?

    Captivate 3 shows skin in preview but not when I run after published.  It shows it is included, what's up?

    Is the Skin externalised?  If so, perhaps Flash Global Security is interfering:
    http://www.infosemantics.com.au/adobe-captivate-troubleshooting/how-to-set-up-flash-global -security
    You could also try NOT externalising the skin.

  • Load swf works in Publish Preview but not when published

    Hi Folks,
    I having a problem where im trying to load two 1mb SWF movies into my Flash piece. It works fine in Publish Preview but not when I finally publish. I get this error in IE:
    SecurityError: Error #2000: No active security context.
    I have googled around and there is some talk online of a hack where by you get a timeout to overcome this. However im not so technical do I dont really know how to do this to my code in AS3. My code at the moment is below.
    Any help would be much appreciated and rewarded with Karma
    movieClip_12.addEventListener(MouseEvent.CLICK, fl_ClickToLoadUnloadSWF_9);
    var fl_Loader_9:Loader;
    //This variable keeps track of whether you want to load or unload the SWF
    var fl_ToLoad_9:Boolean = true;
    function fl_ClickToLoadUnloadSWF_9(event:MouseEvent):void
    if(fl_ToLoad_9)
      fl_Loader_9 = new Loader();
      fl_Loader_9.load(new URLRequest("search.swf"));
      addChild(fl_Loader_9);
    else
      fl_Loader_9.unload();
      removeChild(fl_Loader_9);
      fl_Loader_9 = null;
    // Toggle whether you want to load or unload the SWF
    fl_ToLoad_9 = !fl_ToLoad_9;
    movieClip_14.addEventListener(MouseEvent.CLICK, fl_ClickToLoadUnloadSWF_10);
    var fl_Loader_10:Loader;
    //This variable keeps track of whether you want to load or unload the SWF
    var fl_ToLoad_10:Boolean = true;
    function fl_ClickToLoadUnloadSWF_10(event:MouseEvent):void
    if(fl_ToLoad_10)
      fl_Loader_10 = new Loader();
    fl_Loader_10.load(new URLRequest("refunds.swf"));
      addChild(fl_Loader_10);
    else
      fl_Loader_10.unload();
      removeChild(fl_Loader_10);
      fl_Loader_10 = null;
    // Toggle whether you want to load or unload the SWF
    fl_ToLoad_10 = !fl_ToLoad_10;

    I think this is either a problem with my site preLoader or my external .swf Loader. I was checking out the bandwith profiler and saw something weird and I wondered if anyone could explain...I've added a picture. I have a blank frame on only my actions layer to export classes to and it seems that frame 2 is "bleeding" into frame 1. Could this be my problem? Why would this happen? Thanks

  • Flash plays in preview but not online

    My flash video plays fine in dreamweaver and in preview just not when loaded to my hosting server. Which makes me think it but be file target related.
    Any help would be appreciated
    Site is at www.florencevilleagltd.com
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','498','height','325','src','webslide','quality','high','flashvars','flashlet={imageLinkTarget:\'_blank\',captionFont:\'Verdana\',titleFont:\'Verdana\',showControls:fal se,frameShow:false,slideDelay:5,captionSize:10,captionColor:#333333,titleSize:10,transitio nsType:\'PixelDissolve\',titleColor:#333333,slideAutoPlay:true,imageURLs:[\'1200gallon.jpg \',\'ck27 HST right side(1).jpg\'],slideLoop:true,frameThickness:2,imageLinks:[\'www.florencevilleagltd.com/p arts\'],frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','flas h_component','ImageViewer.swc','movie','webslide' ); //end AC code
                </script>
                  <noscript>
                  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="498" height="325">
                    <param name="flash_component" value="ImageViewer.swc">
                    <param name="movie" value="webslide.swf">
                    <param name="quality" value="high">
                    <param name="FlashVars" value="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',showC ontrols:false,frameShow:false,slideDelay:5,captionSize:10,captionColor:#333333,titleSize:1 0,transitionsType:'PixelDissolve',titleColor:#333333,slideAutoPlay:true,imageURLs:['1200ga llon.jpg','ck27 HST right side(1).jpg'],slideLoop:true,frameThickness:2,imageLinks:['www.florencevilleagltd.com/par ts'],frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}">
                    <embed src="webslide.swf" quality="high" flashvars="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',s howControls:false,frameShow:false,slideDelay:5,captionSize:10,captionColor:#333333,titleSi ze:10,transitionsType:'PixelDissolve',titleColor:#333333,slideAutoPlay:true,imageURLs:['12 00gallon.jpg','ck27 HST right side(1).jpg'],slideLoop:true,frameThickness:2,imageLinks:['www.florencevilleagltd.com/par ts'],frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="498" height="325"> </embed>

    I uploaded the js file to the site root folder now and changed the
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    Still not loading

  • Why does CD burned as "audio" only play in computers but not car?

    I've done all the troubleshooting steps but to no avail. My CDs burned from iTunes play in computers but not in cars. Help!

    Some car stereos can't handle anything other than commercially pressed CDs. I find that burned CDs have a limited playable lifespan for my car and have been told by my dealership that the stereo is not rated to play CD-R discs (but that hasn't stopped me). There's something about the fact that home burned CDs are dye-based whereas commercially burned CDs have more of a metal layer abalated write done that makes them more reliable to read.
    You might have to look into replacing your stereo with one that can handle CD-Rs. Crutchfield is a good place to research them and the included install kits are great.

  • Ipod nano plays with headphones but not when plugged in to player

    I have a nano 16gb 4th or 5th generation.  It has worked fine up until about a week ago.  It works if I plug in the headphones, but not when it is plugged into the car stereo or an iHome.  Any thoughts?

    If:
    -you and your husband have the same generation iPod nano
    -they both have the same latest software
    -you tried the car stereo with the same iPod charging cord.
    (with 32 pins connector I just wanted to make sure it is not the headphone plug)
    this means that the problem is indeed with your iPod nano.
    Since you also said that before last week everything worked fine, something must've gone wrong after that.
    This could be software-related or hardware-related. Did you try to connect it to your computer? Does the computer recognise it? Can you still charge it?
    If the computer does recognise the iPod it might be a good idea to 'repair' your iPod via iTunes.
    Or try the Five R's: http://www.apple.com/support/ipod/five_rs/nano5gen/# (more or less the same for 4th and 5th gen)
    If your computer does not recognise it, it probably needs to be repaired. But since it is 4th or 5th generation I guess the warranty is void already, and you'll have to decide how much this is worth to you or if you wouldn't want to buy a new one.

  • Dvd will play on comp. but not on tv/dvd player? help

    Hey,
    i just started to learn how to use my mac/iDVD and I burned two DVd's without any issues and they played fine on my regular tv/dvd player. I had a basic image/audio for the background.
    I made another DVD with a video for the menu background and more data on it-but it still was under 4.7 Gb of storage..etc. But I went to play it on my tv/dvd player and it says "incorrect disc" and will not read it,yet it will play fine on my Mac.
    Any reason why this won't work vs. my other two that burned fine??
    Thanks.

    Did you burn it as an Audio CD or a Data CD? You may have a home CD player that can play data discs while the car player cannot...
    tt2

  • DVD +R  will play on computer but not on DVD player, what happened?

    Hi,
    I burned a dvd on using DVDSP and it will not play on our dvd player but will play on the macbook pro dvd player. Should I try a DVD-R or are there other considerations that I should be aware of?
    Thanks,
    Andy

    I created dvd's using idvd and successfully played them in our dvd players, but when I created dvd using the same videos, I cannot play them on the dvd player.I used the standard menu template in idvd to create the dvd. I created a menu with HD video in DVDSP is that the issue as to why it won't play?

  • Help! hd dvd will play on computer but not in dvd player

    i created a hd slideshow aprox 25jpg images at 1280x720. in dvdsp project preferences are set to hd dvd, slideshow is set to 1280x720p. i have one image set as a menu with one button to play the slideshow. the simulation works fine. the disc burns fine and will play in the computer but not in dvd player. i have tried 4 different players. i also tried setting the prefs to sd then reburn disc. also tried converting the slide show to a track with the smae result. the media im using is imation dvd-r.
    any help would be greatly apreciated!

    HD discs will not play in SD players. Also changing the prefs to SD will not change an existing HD project to an SD project (you cannot go from HD to SD in a project, you need to recreate it as an SD, though you can change an SD to HD project)

  • Audio book plays on PC but not on my iPod

    I've downloaded a lot of audio books to my 20g Photo iPod and all have played without a problem, until today. My latest download will play on my desktop computer, but on the iPod when I select the book the iPod sequences through the segments 1,2,3, and 4 then returns to "music". I deleted the first download from the iPod and redownloaded it from iTunes and it still will not play on the iPod. Any ideas.

    You might check that the entire file has been copied to your ipod. You can get the size of the audio file by
    1) Select your ipod from the "devices" list in itunes.
    2) Tick the "manually manage music" check box in the summary tab.
    3) Find the audiobook file on your ipod and right click or control click depending on whether you are using windows or mac.
    4) Check the size of the file and compare with the size in itunes.
    Should you find anything odd perhaps copy across manually, though I think it unlikely that you will.
    Alternatively, I have found that if I record audio as a series of shorter files and tag them as "books and spoken" in itunes they end up as "audiobooks". These files are all numbered sequentially but for some reason will not play sequentially on my ipod unless I create a playlist. However the first file will play without doing that. This appears different to your situation but you might want to try creating a playlist with your audiobook files.
    Hope that helps,
    John

Maybe you are looking for