Need help identifying this video format

A lady on the east coast made a documentary video but said that it was filled with pauses, for some reason. I told her that I'd import it into FCP and edit out the pauses for her.
So she mailed me the DVD-R, and I tried to play it on my Mac, but DVD Player won't open it (a message appears saying "The media type is not supported.") Nor will the DVD player in a TV I have. Quicktime Player doesn't recognize it either.
So I have to figure out how to play this thing.
When I put the DVD-R into the Mac's optical drive, the icon of a DVD appears on the desktop. When I double-click on the icon, a window appears with a folder labeled DVD_VIDEO_RECORDER
Inside this folder is another one labeled VIDEO_TS
Inside that folder is a bunch of gray icons with "Exec" on them, labeled VIDEO_TS_BUP, VIDEO_TS_IFO, VIDEO_TS_VOB, and several labeled VTS_01_1.VOB, VTS_01_2.VOB., etc.
Can anyone help me identify what format this video is in, and what sort of a player can play it?

It's a DVD Video disc but it sounds like it was not "finalized" in the recorder that made it.
You might be able to extract the .VOB files (the only interesting parts) with MPEG Streamclip.
Read this: http://www.secondchairvideo.com/?p=739

Similar Messages

  • MSI P67A-G43 (B3) - Need help identifying this postcode

    Need help identifying this postcode:
    CPU:i7-2600k
    Mobo:MSI P67A-G43 (B3)
    PSU: Corsair 750w
    GPU isn't the problem since I replaced it and still get this postcode. RAM isn't the problem since I've tried four different sticks one at a time in each slot and still get the postcode. Getting no live video from the GTX580 and no onboard video. I think either the mobo or the CPU is the problem, don't want to have to send both in for RMA so if anyone can help me identify the postcode that'd be great.

    Hey Ctrl
    Well I happen to have the same beep code on my motherboard (P67A-C43 B3), after trying different suggestions from the MSI forum users and MSI technical support I ended up RMA(ing) my motherboard.
    You can try resetting the CMOS, by flipping the battery and leaving it like that for 5 minutes and putting it back to its original side. I highly doubt it is your cpu. Like anybody in the forum might suggest, try different components which appears you already did. I doubt your corsair is faulty. CPU and motherboard are your best bet that are faulty, and i highly doubt that it is the CPU because for there to find another person (you) that had the same problem as me since last friday (RMA board yesterday, wednesday) I find it highly unlikely.

  • Please I really need help with this video problem.

    Hi!
    Please I need help with this app I am trying to make for an Android cellphone and I've been struggling with this for a couple of months.
    I have a main flash file (video player.fla) that will load external swf files. This is the main screen.When I click the Sets Anteriores button I want to open another swf file called sets.swf.The app is freezing when I click Sets Anteriores button
    Here is the code for this fla file.
    import flash.events.MouseEvent;
    preloaderBar.visible = false;
    var loader:Loader = new Loader();
    btHome.enabled = false;
    var filme : String = "";
    carregaFilme("home.swf");
    function carregaFilme(filme : String ) :void
      var reqMovie:URLRequest = new URLRequest(filme);
      loader.load(reqMovie);
      loader.contentLoaderInfo.addEventListener(Event.OPEN,comeco);
      loader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS,progresso);
      loader.contentLoaderInfo.addEventListener(Event.COMPLETE,completo);
      palco.addChild(loader); 
    function comeco(event:Event):void
              preloaderBar.visible = true;
              preloaderBar.barra.scaleX = 0;
    function progresso(e:ProgressEvent):void
              var perc:Number = e.bytesLoaded / e.bytesTotal;
              preloaderBar.percent.text = Math.ceil(perc*100).toString();
              preloaderBar.barra.scaleX =  perc;
    function completo(e:Event):void
              preloaderBar.percent.text = '';
              preloaderBar.visible = false;
    btHome.addEventListener(MouseEvent.MOUSE_DOWN,onHomeDown);
    btHome.addEventListener(MouseEvent.MOUSE_UP,onHomeUp);
    btSets.addEventListener(MouseEvent.MOUSE_DOWN,onSetsDown);
    btSets.addEventListener(MouseEvent.MOUSE_UP,onSetsUp);
    btVivo.addEventListener(MouseEvent.MOUSE_DOWN,onVivoDown);
    btVivo.addEventListener(MouseEvent.MOUSE_UP,onVivoUp);
    btHome.addEventListener(MouseEvent.CLICK,onHomeClick);
    btSets.addEventListener(MouseEvent.CLICK,onSetsClick);
    function onSetsClick(Event : MouseEvent) : void
              if (filme != "sets.swf")
                          filme = "sets.swf";
                          carregaFilme("sets.swf");
    function onHomeClick(Event : MouseEvent) : void
              if (filme != "home.swf")
                          filme = "home.swf";
                          carregaFilme("home.swf");
    function onHomeDown(Event : MouseEvent) : void
              btHome.y += 1;
    function onHomeUp(Event : MouseEvent) : void
              btHome.y -= 1;
    function onSetsDown(Event : MouseEvent) : void
              btSets.y += 1;
    function onSetsUp(Event : MouseEvent) : void
              btSets.y -= 1;
    function onVivoDown(Event : MouseEvent) : void
              btVivo.y += 1;
    function onVivoUp(Event : MouseEvent) : void
              btVivo.y -= 1;
    Now this is the sets.fla file:
    Here is the code for sets.fla
    import flash.utils.Timer;
    import flash.events.TimerEvent;
    var video:Video;
    var nc:NetConnection;
    var ns:NetStream;
    var t : Timer = new Timer(1000,0);
    var meta:Object = new Object();
    this.addEventListener(Event.ADDED_TO_STAGE,init);
    function init(e:Event):void{
    video= new Video(320, 240);
    addChild(video);
    video.x = 80;
    video.y = 100;
    nc= new NetConnection();
    nc.connect(null);
    ns = new NetStream(nc);
    ns.addEventListener(NetStatusEvent.NET_STATUS, onStatusEvent);
    ns.bufferTime = 1;
    ns.client = meta;
    video.attachNetStream(ns);
    ns.play("http://www.djchambinho.com/videos/segundaquinta.flv");
    ns.pause();
    t.addEventListener(TimerEvent.TIMER,timeHandler);
    t.start();
    function onStatusEvent(stat:Object):void
              trace(stat.info.code);
    meta.onMetaData = function(meta:Object)
              trace(meta.duration);
    function timeHandler(event : TimerEvent) : void
      if (ns.bytesLoaded>0&&ns.bytesLoaded == ns.bytesTotal )
                ns.resume();
                t.removeEventListener(TimerEvent.TIMER,timeHandler);
                t.stop();
    The problem is when I test it on my computer it works but when I upload it to my phone it freezes when I click Sets Anteriores button.
    Please help me with this problem I dont know what else to do.
    thank you

    My first guess is you're simply generating an error. You'll always want to load this on your device in quick debugging over USB so you can see any errors you're generating.
    Outside that, if you plan on accessing anything inside the SWF you should be loading the SWF into the correct context. Relevant sample code:
    var context:LoaderContext = new LoaderContext();
    context.securityDomain = SecurityDomain.currentDomain;
    context.applicationDomain = ApplicationDomain.currentDomain;
    var urlReq:URLRequest = new URLRequest("http://www.[your_domain_here].com/library.swf");
    var ldr:Loader = new Loader();
    ldr.load(urlReq, context);
    More information:
    http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9 b90204-7de0.html
    If you're doing this on iOS you'll need to stripped SWFs if you plan on using any coding (ABC) inside the files. You mentioned iOS so I won't get into that here, but just incase, here's info on stripping external SWFs:
    http://blogs.adobe.com/airodynamics/2013/03/08/external-hosting-of-secondary-swfs-for-air- apps-on-ios/

  • I need help getting this video into itunes and on my ipod.

    i don't know if this is possible...
    the band the films have a new music video "black shoes" on their website. www.the-films.com i got it on my computer and it plays as a movie in quicktime, but i can't figure out how to get it into itunes and on my ipod, if that's possible. i tried to open it in imovie and i couldn't get that to work either. any help would be awesome. thanks.

    To get it into iTunes go to file-->add to library and find the file.
    Try opening quicktime and open the file. Does it play there? It has to be able to play in QT otherwise iTunes will not accept it.
    btabz

  • Need help identifying this part!! MBP 13" i5 2.5gig

    Hi all, I opened up my mac to try and fix a dent in the case. Accidentally knocked off the tiniest of pieces from the logic board and I have no idea what it is. It looks like this (the picture is zoomed in):
    [IMG]http://i61.tinypic.com/2wnbtpj.jpg[/IMG]
    Does anyone know what it is or what it does? Here is the piece in context with the rest of the logic board:
    [IMG]http://i62.tinypic.com/2vj7xhg.jpg[/IMG]
    Any help would be much appreciated!

    Looks like a spacer or a pin on which another component sits to maintain separation from the logic board.  Looks like there should be more than one, though.
    Go to www.iFixit.com and find the tear-down pix for your MacBook Pro and see if it shows up in there.

  • Need help identifying this Kernal Panic

    Can anyone tell where this might coming from? I was working in Photoshop and this happened twice. Any help would be greatful, this is my work computer. There are no usb or fiewire devices connected. Everything is standard on this machine with 2 gigs of RAM. Thanks!!!
    Fri Apr 25 08:31:12 2008
    Unresolved kernel trap(cpu 0): 0x400 - Inst access DAR=0x0000000004BC7000 PC=0x0000000092DC01C4
    Latest crash info for cpu 0:
    Exception state (sv=0x46481c80)
    PC=0x92DC01C4; MSR=0x00009030; DAR=0x04BC7000; DSISR=0x00000000; LR=0x008F8D20; R1=0x464E7B30; XCP=0x00000010 (0x400 - Inst access)
    Backtrace:
    0x008F8D20 0x007BAF08 0x007BB1F0 0x007B37BC 0x007B71BC 0x007B7B64
    0x00B150FC 0x00B16E64 0x0003F94C 0x000B05D4
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.iokit.IOSCSIMultimediaCommandsDevice(2.0.2)@0xb0c000->0xb27fff
    dependency: com.apple.iokit.IOBDStorageFamily(1.5)@0xaeb000
    dependency: com.apple.iokit.IOSCSIBlockCommandsDevice(2.0.2)@0xaf2000
    dependency: com.apple.iokit.IOCDStorageFamily(1.5)@0xad9000
    dependency: com.apple.iokit.IOSCSIArchitectureModelFamily(2.0.2)@0x7b2000
    dependency: com.apple.iokit.IODVDStorageFamily(1.5)@0xae4000
    dependency: com.apple.iokit.IOStorageFamily(1.5.2)@0x7d3000
    com.apple.iokit.IOATAPIProtocolTransport(1.5.2)@0x8f7000->0x8fcfff
    dependency: com.apple.iokit.IOSCSIArchitectureModelFamily(2.0.2)@0x7b2000
    dependency: com.apple.iokit.IOATAFamily(1.7.3f1)@0x8dd000
    com.apple.iokit.IOSCSIArchitectureModelFamily(2.0.2)@0x7b2000->0x7d2fff
    Proceeding back via exception chain:
    Exception state (sv=0x46481c80)
    previously dumped as "Latest" state. skipping...
    Exception state (sv=0x2f6d2a00)
    PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000; R1=0x00000000; XCP=0x00000000 (Unknown)
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    9C7010
    Kernel version:
    Darwin Kernel Version 9.2.2: Tue Mar 4 21:23:43 PST 2008; root:xnu-1228.4.31~1/RELEASE_PPC
    System model name: PowerMac7,3
    panic(cpu 0 caller 0xFFFF0004): 0x400 - Inst access
    Latest stack backtrace for cpu 0:
    Backtrace:
    0x0009B478 0x0009BE1C 0x00029DD4 0x000AF390 0x000B2A78
    Proceeding back via exception chain:
    Exception state (sv=0x46481c80)
    PC=0x92DC01C4; MSR=0x00009030; DAR=0x04BC7000; DSISR=0x00000000; LR=0x008F8D20; R1=0x464E7B30; XCP=0x00000010 (0x400 - Inst access)
    Backtrace:
    0x008F8D20 0x007BAF08 0x007BB1F0 0x007B37BC 0x007B71BC 0x007B7B64

    Hi-
    Any SCSI devices attached?
    SCSI card installed?
    Other PCI hard drive controller card installed? (Often report as SCSI to the system).
    The report indicated SCSI in the first line (and subsequent) following "backtrace", which is usually a good indicator of the source of the problem.

  • Need help identifying this in-ear headphones!

    Can anyone name the model of these old headphones I have?
    http://tinypic.com/view.php?pic=2ptz1qp&s=8
    Thank you in advance!

    Hi bookc1992! Unfortunately, we cannot identify the model number of a Sony product by photo/s.
    Nevertheless, please get in touch with Sony Thailand Support here if you need further assistance. Thanks!
    If my post answers your question, please mark it as "Accept as Solution"

  • I need help identifying this!

    I am sorry to ask this on the Apple Support Community even though it has nothing to do with Apple. I have a Playstation 3. It has a service called Playstation Home. I was looking at all of the characters on the Playstation Home screen and saw this little blue creature with a smile. Does anybody know what game he is from if he is from a game at all?
    Thanks

  • I need help identifying an old Macintosh game: it was a painting game where you rode a roller coaster to an art museum and you got to pick what kind of art work you were going to make. This was the early 90's and I've been trying to hunt it down

    I need help identifying an old Macintosh game: it was a painting game where you rode a roller coaster to an art museum and you got to pick what kind of art work you were going to make. It was animated, 2D i believe. This was the early 90's and I've been trying to hunt it down. I think there was some kind of animal in it, a giraffe maybe?

    Could you be thinking of Microsoft Home's "Fine Artist" for Macintosh, as shown in this Amazon.com listing?  This program was bundled with the Performa series of Macs during the mid-90s.

  • I bought a ipod touch 3 i need help on this is there a youtube app that has a cach download to play youtube video's offline within the app if there is one can someone fill me some info on this matter

    i bought a ipod touch 3 i need help on this is there a youtube app that has a cach download to play youtube video's offline within the app if there is one can someone fill me some info on this matter

    You can only use apps that are compatible with your dvice and ios version.
    The secons gen ipod touch can only go to 4.2.1.
    If you are running 4.2.1 then you can only use apps that require 4.2.1 or lower.

  • Need help in converting date format

    Hi,
    Need help in converting date format from 'DD-MON-YYYY' to 'YYYY-MM-DD' in an .rtf template as I believe xml publisher supports the date format as 'YYYY-MM-DD' only.
    Thanks,
    Raj.

    I got the same problem, anyone know how to solve this problem? I allready found some date functions on http://blogs.oracle.com/xmlpublisher/2008/09/date_functions.html . I also tried <?xdoxslt:month_name(xdoxslt:get_month(xdofx:substr(NEED_BY_DATE, 4,3)), $_XDOLOCALE), 0, 'nl-NL')?>, but then it returns a namespace error (Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'xdofx' used but not declared.). Anyone know how to fix this?
    Edited by: user11165753 on 7-dec-2009 23:50

  • I need help with my videos now that I downloaded the ios6.  It won't play.

    I need help with my videos. I downloaded the ios6 and now they won't play.  Does anyone know how to fix?

    Wanted to let everyone know that after looking at other discussions I did a hard reboot and it is now working.  Love this site!

  • My Mac was updated to Ÿosemite OS and since then the PS5 software doesn't open. I need help on this subject please.

    My Mac was updated to Ÿosemite OS and since then the PS5 software doesn't open. I need help on this subject please.
    They error message I get is "An unexpected and unrecoverable problem has occurred. Photoshop will now exit."
    This only started after I upgraded my OS to Yosemite.

    The upgrade has been know to break Photoshop CS5 installs. An Uninstall/Reinstall may be necessary.

  • I need help with this script please ASAP

    So I need this to work properly, but when ran and the correct answer is chosen the app quits but when the wrong answer is chosen the app goes on to the next question. I need help with this ASAP, it is due tommorow. Thank you so much for the help if you can.
    The script (Sorry if it's a bit long):
    #------------Startup-------------
    display dialog "Social Studies Exchange Trviva Game by Justin Parzik" buttons {"Take the Quiz", "Cyaaaa"} default button 1
    set Lolz to (button returned of the result)
    if Lolz is "Cyaaaa" then
    killapp()
    else if Lolz is "Take the Quiz" then
              do shell script "say -v samantha Ok starting in 3…2…1…GO!"
    #------------Question 1-----------
              display dialog "Around age 11, many boys left their fathers to become…" buttons {"Scholars", "Warriors", "Apprentices"}
              set A1 to (button returned of the result)
              if A1 is "Apprentices" then
                        do shell script "say -v samantha Correct Answer"
              else
                        do shell script "say -v samantha Wrong Answer"
      #----------Question 2--------
                        display dialog "Most children were taught
    to read so that they could understand the…" buttons {"Music of Mozart", "Bible", "art of cooking"}
                        set A2 to (button returned of the result)
                        if A2 is "Bible" then
                                  do shell script "say -v samantha Correct Answer"
                        else
                                  do shell script "say -v samantha Wrong Answer"
      #------------Question 3---------
                                  display dialog "In the 1730s and 1740s, a religious movement called the_______swept through the colonies." buttons {"Glorius Revolution", "Great Awakening", "The Enlightenment"}
                                  set A3 to (button returned of the result)
                                  if A3 is "Great Awakening" then
                                            do shell script "say -v samantha Correct Answer"
                                  else
                                            do shell script "say -v samantha Wrong Answer"
      #-----------Question 4--------
                                            display dialog "_______ was
    a famous American Enlightenment figure." buttons {"Ben Franklin", "George Washington", "Jesus"}
                                            set A4 to (button returned of the result)
                                            if A4 is "Ben Franklin" then
                                                      do shell script "say -v samantha Correct Answer"
                                            else
                                                      do shell script "say -v samantha Wrong Answer"
      #----------Question 5-------
                                                      display dialog "______ ownership gave colonists political rights as well as prosperity." buttons {"Land", "Dog", "Slave"}
                                                      set A5 to (button returned of the result)
                                                      if A5 is "Land" then
                                                                do shell script "say -v samantha Correct Answer"
                                                      else
                                                                do shell script "say -v samantha Wrong Answer"
      #---------Question 6--------
                                                                display dialog "The first step toward guaranteeing these rights came in 1215. That
    year, a group of English noblemen forced King John to accept the…" buttons {"Declaration of Independence", "Magna Carta", "Constitution"}
                                                                set A6 to (button returned of the result)
                                                                if A6 is "Magna Carta" then
                                                                          do shell script "say -v samantha Correct Answer"
                                                                else
                                                                          do shell script "say -v samantha Wrong Answer"
      #----------Question 7--------
                                                                          display dialog "England's cheif lawmaking body was" buttons {"the Senate", "Parliament", "King George"}
                                                                          set A7 to (button returned of the result)
                                                                          if A7 is "Parliament" then
                                                                                    do shell script "say -v samantha Correct Answer"
                                                                          else
                                                                                    do shell script "say -v samantha Wrong Answer"
      #--------Question 8-----
                                                                                    display dialog "Pariliament decided to overthrow _______ for not respecting their rights" buttons {"King James II", "King George", "King Elizabeth"}
                                                                                    set A8 to (button returned of the result)
                                                                                    if A8 is "King James II" then
                                                                                              do shell script "say -v samantha Correct Answer"
                                                                                    else
                                                                                              do shell script "say -v samantha Wrong Answer"
      #--------Question 9------
                                                                                              display dialog "Parliament named ___ and ___ as England's new monarchs in something called ____." buttons {"William/Mary/Glorius Revolution", "Adam/Eve/Great Awakening", "Johhny/Mr.Laphalm/Burning of the hand ceremony"}
                                                                                              set A9 to (button returned of the result)
                                                                                              if A9 is "William/Mary/Glorius Revolution" then
                                                                                                        do shell script "say -v samantha Correct Answer"
                                                                                              else
                                                                                                        do shell script "say -v samantha Wrong Answer"
      #---------Question 10-----
                                                                                                        display dialog "After accepting the throne William and Mary agreed in 1689 to uphold the English Bill of _____." buttons {"Money", "Colonies", "Rights"}
                                                                                                        set A10 to (button returned of the result)
                                                                                                        if A10 is "Rights" then
                                                                                                                  do shell script "say -v samantha Correct Answer"
                                                                                                        else
                                                                                                                  do shell script "say -v samantha Wrong Answer"
      #---------Question 11------
                                                                                                                  display dialog "By the late 1600s French explorers had claimed the ___ River Valey" buttons {"Mississippi", "Ohio", "Hudson"}
                                                                                                                  set A11 to (button returned of the result)
                                                                                                                  if A11 is "Ohio" then
                                                                                                                            do shell script "say -v samantha Correct Answer"
                                                                                                                  else
                                                                                                                            do shell script "say -v samantha Wrong Answer"
      #------Question 12---------
                                                                                                                            display dialog "______ was sent to ask the French to leave 'English Land'." buttons {"Johhny Tremain", "George Washington", "Paul Revere"}
                                                                                                                            set A12 to (button returned of the result)
                                                                                                                            if A12 is "George Washington" then
                                                                                                                                      do shell script "say -v samantha Correct Answer"
                                                                                                                            else
                                                                                                                                      do shell script "say -v samantha Wrong Answer"
      #---------Question 13-------
                                                                                                                                      display dialog "_____ proposed the Albany Plan of Union" buttons {"George Washingon", "Ben Franklin", "John Hancock"}
                                                                                                                                      set A13 to (button returned of the result)
                                                                                                                                      if A13 is "Ben Franklin" then
                                                                                                                                                do shell script "say -v samantha Correct Answer"
                                                                                                                                      else
                                                                                                                                                do shell script "say -v samantha Wrong Answer"
      #--------Question 14------
                                                                                                                                                display dialog "The __________ declared that England owned all of North America east of the Mississippi" buttons {"Proclomation of England", "Treaty of Paris", "Pontiac Treaty"}
                                                                                                                                                set A14 to (button returned of the result)
                                                                                                                                                if A14 is "" then
                                                                                                                                                          do shell script "say -v samantha Correct Answer"
                                                                                                                                                else
                                                                                                                                                          do shell script "say -v samantha Wrong Answer"
      #-------Question 15-------
                                                                                                                                                          display dialog "Braddock was sent to New England so he could ______" buttons {"Command an attack against French", "Scalp the French", "Kill the colonists"}
                                                                                                                                                          set A15 to (button returned of the result)
                                                                                                                                                          if A15 is "Command an attack against French" then
                                                                                                                                                                    do shell script "say -v samantha Correct Answer"
                                                                                                                                                          else
                                                                                                                                                                    do shell script "say -v samantha Wrong Answer"
      #------TheLolQuestion-----
                                                                                                                                                                    display dialog "____ is the name of the teacher who runs this class." buttons {"Mr.White", "Mr.John", "Paul Revere"} default button 1
                                                                                                                                                                    set LOOL to (button returned of the result)
                                                                                                                                                                    if LOOL is "Mr.White" then
                                                                                                                                                                              do shell script "say -v samantha Congratulations…you…have…common…sense"
                                                                                                                                                                    else
                                                                                                                                                                              do shell script "say -v alex Do…you…have…eyes?"
                                                                                                                                                                              #------END------
                                                                                                                                                                              display dialog "I hope you enjoyed the quiz!" buttons {"I did!", "It was horrible"}
                                                                                                                                                                              set endmenu to (button returned of the result)
                                                                                                                                                                              if endmenu is "I did!" then
                                                                                                                                                                                        do shell script "say -v samantha Your awesome"
                                                                                                                                                                              else
                                                                                                                                                                                        do shell script "say -v alex Go outside and run a lap"
                                                                                                                                                                              end if
                                                                                                                                                                    end if
                                                                                                                                                          end if
                                                                                                                                                end if
                                                                                                                                      end if
                                                                                                                            end if
                                                                                                                  end if
                                                                                                        end if
                                                                                              end if
                                                                                    end if
                                                                          end if
                                                                end if
                                                      end if
                                            end if
                                  end if
                        end if
              end if
    end if

    Use code such as:
    display dialog "Around age 11, many boys left their fathers to become…" buttons {"Scholars", "Warriors", "Apprentices"}
    set A1 to (button returned of the result)
    if A1 is "Apprentices" then
    do shell script "say -v samantha Correct Answer"
    else
    do shell script "say -v samantha Wrong Answer"
    return
    end if
    #----------Question 2--------
    display dialog "Most children were taught to read so that they could understand the…" buttons {"Music of Mozart", "Bible", "art of cooking"}
    set A2 to (button returned of the result)
    if A2 is "Bible" then
    do shell script "say -v samantha Correct Answer"
    else
    do shell script "say -v samantha Wrong Answer"
    return
    end if
    (90444)

  • I purchased Adobe Acrobat x Pro recently and installed it, I have compatibility issues vision 2013. The adobe pdf converter  plug in stays inactive despite all my efforts to activate it, I need help with this? How can i get the plug in

    I purchased Adobe Acrobat x Pro recently and installed it, I have compatibility issues vision 2013. The adobe pdf converter  plug in stays inactive despite all my efforts to activate it, I need help with this? How can i get the plug in to work with Visio 2013?

    For MS Visio (any version) only the appropriate version of Acrobat *PRO* provides PDFMaker for Visio.
    For Visio 2013 specifically you must have Acrobat XI Pro (updated to at least 11.0.1).
    See: 
    http://helpx.adobe.com/acrobat/kb/compatible-web-browsers-pdfmaker-applications.html  
    Be well...

Maybe you are looking for

  • Error while creating physical inventory document with zero count

    Hi, I am trying to create a physical inventory document for a material that has zero stock and that is not batch managed but I am geting an error as below. "Item 001: No batches that can be included in phys. inv. exist.(Message no. M7701)" This error

  • Quicktime Clips in PowerPoint Play in IE but not in Safari

    When running PowerPoint on my Mac or on my Webserver through IE I can propertly launch Quicktime clips by double-clicking the video window. But when I run PowerPoint through Safari, the double-clicking has a different effect- it seems to be selecting

  • Recovery Logical Standby with RMAN

    Hi All, I have a test environment with Primary DB Server, Physical Standby and Logical Standby. The Logical Standby DB (cur_log_stdb) is backed up every evening by RMAN and I have a question: If I recover my Logical Standby DB from backup and switch

  • Photoshop - Lightroom Combined Editing

    I am using creative cloud versions of Lightroom and Phtotoshop. Currently I import my photography into Lightroom as a dng and do 90% of my post processing in Lightroom. Then, I open the image in Photoshop to do any specialized editing such as clone s

  • Problems to build Interactives forms

    I am having difficulty in saving several forms, can not activate the form, error draw the functions of Adobe forms (fp_job_open ....) this is why my SAP system not integrated with the J2EE? not yet made a conxão with ADS in SM59 and J2EE has not yet