Economy through plugins compatible player - a function not implemented or obsolete was called

Hello

I have recently compatible drive my plugin and make me a problem using PDDocSave; get "a not implemented or obsolete function was called.

Test X and XI has the same answer.

Reading Re: Acrobat Reader X and PDDocSave it seems that it is a bug in X, but I would have taken something like this would be fixed by XI.

The code below has save the file where it is, but I'm also calling the function with the PDSaveCopy flag to another location and get the same result.

AVDoc avDoc = AVAppGetActiveDoc();

PDDoc pdDoc = AVDocGetPDDoc (avDoc);

ASFile asFile = PDDocGetFile (pdDoc);

ASFileSys asFileSys = ASFileGetFileSys (asFile);

Céline ASPathName = ASFileAcquirePathName (asFile);

PDDocSave (pdDoc, PDSaveFull |) PDSaveLinearized | PDSaveCollectGarbage, celine, asFileSys, NULL, NULL);

I thought that maybe the Save flags may have been the cause, but eliminate one by one had no change.

I do not have the /READER_PLUGIN condition that, if I do I can not compile at all - Re: how to save the active document in my reader plugin?

Thanks for your help. Thought that I ask here before putting in a request for assistance.

I set it with AvDocDoSave and PDDocCopyToFile, both of these work in the drive.

EDIT: I've marked this as the correct answer because it contains what I did to fix my problem, but I want to give credit to lrosenth for putting me on the right track.

Tags: Acrobat

Similar Questions

  • OCIStmtExecute fails with ORA03001: function not implemented

    Here is my program to insert a value in a table. The OCIStmtExecute fails with ORA03001: unimplemented function. Please help why what is happening.

    < code >
    #include < stdio.h >
    #include < stdlib.h > to
    #include < string.h >
    #include < oci.h >
    #include < conio.h >
    static text = username (text ) "mrs_user";
    static text password = (text ) "mrs_user";

    / * Define the SQL statements to be used in the program. */
    static text selquery = (text ) "' insert into tgt_char_table values: 1 ';"

    public static OCIEnv * envhp;
    public static OCIError * errhp;
    public static void checkerr();
    public static void cleanup();

    int main();

    status of the static sword;

    int main (argc, argv)
    int argc;
    char * argv [];
    {

    SB4 srchlen = 10;
    SB4 rtvlen = 10;
    text * srchstrng;

    OCISession = authp (OCISession ) 0;
    OCIServer * srvhp;
    OCISvcCtx * svchp.
    OCIStmt * stmthp;
    OCIDefine defnp = (OCIDefine ) 0;
    OCIBind PBED = (OCIBind ) 0;

    (void) OCIInitialize ((ub4) OCI_DEFAULT, (dvoid *) 0)
    (dvoid * (*) (dvoid *, size_t)) 0,.
    (dvoid * (*) (dvoid *, dvoid *, size_t)) 0,.
    (void (*) (dvoid *, dvoid *)) 0);

    (void) OCIEnvInit ((OCIEnv **) & envhp, OCI_DEFAULT, (size_t) 0,)
    (dvoid **) 0);

    (void) OCIHandleAlloc ((dvoid *) envhp, (dvoid *) & errhp, OCI_HTYPE_ERROR,)
    ((size_t) 0, (dvoid *) 0);

    / * contexts server * /.
    (void) OCIHandleAlloc ((dvoid *) envhp, (dvoid *) & srvhp, OCI_HTYPE_SERVER,)
    ((size_t) 0, (dvoid *) 0);

    (void) OCIHandleAlloc ((dvoid *) envhp, (dvoid *) & svchp, OCI_HTYPE_SVCCTX,)
    ((size_t) 0, (dvoid *) 0);

    (void) OCIServerAttach (srvhp, errhp, (text *) "xe", strlen ("xe"), 0);

    / * Server context set attribute in the context of the function * /.
    (void) ((dvoid *) svchp, OCI_HTYPE_SVCCTX, OCIAttrSet (dvoid *) srvhp,)
    ((ub4) 0, OCI_ATTR_SERVER, (OCIError *) errhp);

    (void) OCIHandleAlloc ((dvoid *) envhp, (dvoid *) & authp,)
    (ub4) OCI_HTYPE_SESSION (size_t) 0, (dvoid *) 0);

    (void) OCIAttrSet ((dvoid *) authp, OCI_HTYPE_SESSION (ub4),)
    (dvoid *) username, (ub4) strlen ((char *) username).
    (ub4) (OCI_ATTR_USERNAME, errhp);

    (void) OCIAttrSet ((dvoid *) authp, OCI_HTYPE_SESSION (ub4),)
    (dvoid *) password, password (ub4) strlen ((char *)).
    (ub4) (OCI_ATTR_PASSWORD, errhp);

    checkerr (errhp, OCISessionBegin (svchp, errhp, authp, OCI_CRED_RDBMS,
    (ub4) OCI_DEFAULT));

    (void) OCIAttrSet svchp, OCI_HTYPE_SVCCTX (ub4) ((dvoid *),)
    (dvoid *) authp, (ub4) 0,.
    (ub4) (OCI_ATTR_SESSION, errhp);

    checkerr (errhp, OCIHandleAlloc ((dvoid *) envhp, (dvoid *) & stmthp,))
    OCI_HTYPE_STMT (size_t) 0, (dvoid *) 0));


    / * Allocation buffer for the string to search for and recovered a string * /.
    srchstrng = (text *) malloc (srchlen (size_t) + 1);

    / * Statement * /.
    checkerr (errhp, OCIStmtPrepare (stmthp, errhp, selquery, (ub4) strlen ((char *) selquery), (ub4) OCI_NTV_SYNTAX, OCI_DEFAULT (ub4)));

    / * Sets the output to the selection list variable. */
    / * If (status = OCIDefineByPos (stmthp, & defnp, errhp, retrievedstring,(dvoid *) 1, rtvlen + 1,,(dvoid *) SQLT_AFC 0, (ub2 *) 0, (ub2 *) 0, OCI_DEFAULT))
    {
    checkerr (errhp, status);
    Cleanup();
    OCI_ERROR return;
    }*/


    printf ("enter the name to insert :");
    scanf ("% [^ \n]", srchstrng);
    printf ("the name entered is \"%s\"et the length is d\n", srchstrng, strlen (srchstrng));

    / * Bind the placeholder in the statement to "selquery. */
    If (status = OCIBindByPos (stmthp, & PBED, errhp, 1,
    (dvoid *) srchstrng, srchlen (sword), SQLT_AVC,.
    (dvoid_*) 0, (ub2 *) 0, (ub2 *) 0, (ub4) 0, (ub4 *) 0, OCI_DEFAULT))
    {
    checkerr (errhp, status);
    Cleanup();
    OCI_ERROR return;
    }

    If ((status = OCIStmtExecute(svchp, stmthp, errhp, (ub4) 1, (ub4) 0,)))
    (CONST OCISnapshot *) NULL, (OCISnapshot *) NULL, OCI_DEFAULT)) & & (status! = OCI_NO_DATA))
    {
    checkerr (errhp, status);
    Cleanup();
    OCI_ERROR return;
    }
    If (status is OCI_NO_DATA)
    printf ("the name entered does not exist.");

    getche();
    return 0;

    } / * End main * /.


    void checkerr (errhp, status)
    OCIError * errhp;
    status of the sword;
    {
    text errbuf [512];
    SB4 errcode = 0;
    switch (status)
    {
    case OCI_SUCCESS:
    break;
    case OCI_SUCCESS_WITH_INFO:
    (void) printf ("error - OCI_SUCCESS_WITH_INFO\n");
    break;
    case OCI_NEED_DATA:
    (void) printf ("error - OCI_NEED_DATA\n");
    break;
    case OCI_NO_DATA:
    (void) printf ("error - OCI_NODATA\n");
    break;
    OCI_ERROR case:
    (void) OCIErrorGet ((dvoid *) errhp, (ub4) 1, (text *) NULL, & errcode,)
    errbuf, sizeof (errbuf) (ub4), OCI_HTYPE_ERROR);
    (void) printf ("error - %.*s\n", 512, errbuf);
    break;
    case OCI_INVALID_HANDLE:
    (void) printf ("error - OCI_INVALID_HANDLE\n");
    break;
    case OCI_STILL_EXECUTING:
    (void) printf ("error - OCI_STILL_EXECUTE\n");
    break;
    case OCI_CONTINUE:
    (void) printf ("error - OCI_CONTINUE\n");
    break;
    by default:
    break;
    }
    }

    void cleanup()
    {
    If (envhp)
    (void) OCIHandleFree ((dvoid *) envhp, OCI_HTYPE_ENV);
    return;
    }
    < code >

    It's just your SQL is a bit syntactically incorrect:

    SQL> insert into test values :1;
    insert into test values 1
                            *
    ERROR at line 1:
    ORA-03001: unimplemented feature
    
    SQL> insert into test values ( :1 );
    
    1 row created.
    
  • Error message "Windows Media Player cannot play the DVD because no compatible DVD decoder is not installed on your computer"

    Original title: Windows Media Player

    All of a sudden, I get the following error message when I try to use Windows Media Player 11: "Windows Media Player cannot play the DVD because no compatible DVD decoder is not installed on your computer."  Never had this problem, or a message in the past.

    Hi RRobb,

    ·         Did you do changes on the computer before the show?

    Follow these methods.

    Method 1: If you have a DVD decoder (for example Power DVD) try reinstalling it.

    How to change or remove a program in Windows XP

    http://support.Microsoft.com/kb/307895

    If this is not the case, see the following link:

    Plug-ins for Windows Media Player

    http://www.Microsoft.com/windows/windowsmedia/player/plugins.aspx

    Method 2: Perform a system restore if the problem occurred recently.

    How to restore Windows XP to a previous state

    http://support.Microsoft.com/kb/306084

  • I can't play DVD's with Windows Media Player because no compatible DVD decoder is not installed on my computer

    Original title: Windows Media Player

    I can't read the dvd with Windows Media Player... it says

    Windows Media Player cannot play this DVD because no compatible DVD decoder is not installed on your computer.

    What can I do to make it work... and I don't want to pay for another program.

    Thank you.

    Can not read the DVD in the drive Media of Windows XP
    ====================================

    Running the following command may be worth a try:

    Reach... Start / run... and type or copy / paste:

    regsvr32 jscript.dll

    Press on... Come in

    You should see the following dialog box:

    DllRegisterServer in jscript.dll successful / OK

    No luck?... read more...

    FWIW... Win XP cannot natively recognize Commercial
    DVD video... it requires a DVD decoder.

    If you could play before commercial video DVD...
    do a system restore to a time before this started
    may be your solution.

    (306084) how to restore Windows XP to a
    previous state
    http://support.Microsoft.com/?kbid=306084

    Or you could buy a DVD decoder at the following link:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    (948247) how to set a system restore
    point in Windows XP
    http://support.Microsoft.com/kb/948247

    Info about DVD decoders:
    Plug-ins for Windows Media Player
    http://Windows.Microsoft.com/en-us/Windows/downloads/Windows-Media-Player/plug-ins

    Or you can download and use one of the following
    freeware multimedia players:

    VLC Media Player
    http://www.filehippo.com/download_vlc/
    (works on XP/Vista/7)
    (name of the file to download: vlc - 2.0.1 - win32.exe)

    Media Player Classic Home Cinema
    http://MajorGeeks.com/Media_Player_Classic_Home_Cinema_d6213.html
    (works on XP/Vista/7)
    (name of the file to download: MPC - HomeCinema.1.6.1.4235.x 86 .exe)

    Or... you can try to download and install the
    Following Codec Pack.

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    * Proceed at your own risk *.

    K - Lite Codec Pack (full)
    http://www.filehippo.com/download_klite_codec_pack/
    (Win XP / Vista / Win 7-32 bit and 64 bit)

    Good luck...

  • I went to play a DVD on my computer this evening and received this msg: Windows Media Player cannot play the DVD because no compatible DVD decoder is not installed on your computer.

    DVD decoder not installed?

    I went to play a DVD on my computer this evening and received this msg: Windows Media Player cannot play the DVD because no compatible DVD decoder is not installed on your computer.
    A few weeks ago, I played DVD on my computer. I would like to know what is happening. Any ideas/suggestions?

    I tried to play one of the same DVDs I played before... same message.  Nothing to my knowledge has been removed from my computer and I'm the only one with access... "very confused.

    Thanks if anyone can help.

    Yes, and if you install the utility on your system, you'll see all decoders.

    The utility will also tell you if a decoder is compatible or not.

    Using Media Player version 10 or 11?

    the utility tells me I have no decoder... the only thing I can think is that if I actually deleted it... I rarely remove anything because I do not add a lot... but it is possible a few weeks ago, I have to get rid of some things (I'm quite cautious because I'm not an expert).   It is the Media Player version 11, I was trying to use... but I rebooted now 10 to see if there was something to update related that mess.

    because I used the VLC Player successfully, I have not yet tried Windows Media Player (since WMP reloading and load the codec pack)

    So great to have the entry of a person who knows what he's doing.  Thanks again. I will try the Windows Media Player later and see if I have his use of return.

    Have a great day!

  • How can I solve this problem on Media Player? Windows Media Player cannot play the DVD because no compatible DVD decoder is not installed on your computer.

    Windows Media Player cannot play the DVD because no compatible DVD decoder is not installed on your computer.

    FWIW... Win XP cannot natively recognize Commercial
    DVD video... it requires a DVD decoder.

    If you could play before commercial video DVD...
    do a system restore to a time before this started
    may be your solution.

    Or you could buy a DVD decoder at the following link:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    (948247) how to set a system restore
    point in Windows XP
    http://support.Microsoft.com/kb/948247

    Info about DVD decoders:
    Plug-ins for Windows Media Player
    http://Windows.Microsoft.com/en-us/Windows/downloads/Windows-Media-Player/plug-ins

    Or you can download and use one of the following
    freeware multimedia players:

    VLC Media Player
    http://www.filehippo.com/download_vlc/
    (works on XP/Vista/7)

    Media Player Classic Home Cinema
    http://MajorGeeks.com/Media_Player_Classic_Home_Cinema_d6213.html
    (works on XP/Vista/7)

    Or... you can try to download and install one of
    the following Codec Packs.

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    * Proceed at your own risk *.

    (1) K-Lite Codec Pack (full)
    http://www.filehippo.com/download_klite_codec_pack/
    (Win XP / Vista / Win 7-32 bit and 64 bit)

    (2) information on CCCP (combined Community Codec Pack)
    http://www.CCCP-project.NET/wiki/index.php?title=Main_Page
    (Windows 7, Vista and XP SP1 and above - 32-bit and 64-bit)

    Good luck...

  • Windows Media Player cannot play the DVD because no compatible DVD decoder is not installed on your computer

    Windows Media Player cannot play the DVD because no compatible DVD decoder is not installed on your computer

    Windows Media Player cannot play the DVD because no compatible DVD decoder is not installed on your computer

    ====================================
    FWIW... Win XP cannot natively recognize Commercial
    DVD video... it requires a DVD decoder.

    If you could play before commercial video DVD...
    do a system restore to a time before this started
    may be your solution.

    Or you could buy a DVD decoder at the following link:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Info about DVD decoders:
    Plug-ins for Windows Media Player
    http://Windows.Microsoft.com/en-us/Windows/downloads/Windows-Media-Player/plug-ins

    Or you can download and use one of the following freeware
    media players:

    VLC Media Player
    http://www.filehippo.com/download_vlc/
    (works on XP/Vista/7)

    Media Player Classic Home Cinema
    http://MajorGeeks.com/Media_Player_Classic_Home_Cinema_d6213.html
    (works on XP/Vista/7)

    Or... you can try to download and install one of the
    Following codec packs.

    (FWIW... it is always preferable, if you create a system restore
    point before installing any software or updates).

    * Proceed at your own risk *.

    (1) K-Lite Codec Pack (full)
    http://www.filehippo.com/download_klite_codec_pack/

    (2) information on CCCP (combined Community Codec Pack)
    http://www.CCCP-project.NET/wiki/index.php?title=Main_Page

    Good luck...

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • Cannot read DVD or CD error: "Windows Media Player cannot play this DVD because no compatible DVD decoder is not installed on your computer.

    Original title: I CANNOT READ THE DVD OR CD ON MEDIA PLAYER, IT is A what NO NOISE 'n' INSTALLED EITHER ALL THE IDEAS THAT DO?

    I HAVE PROBLEMS WITH THE PLAYER ON MY LAPTOP, I JUST GOT ALL OF THE DELETED CONTENT SO THAT IT IS FIXED AND I AM UNABLE TO PLAY DVDS OR GET ANY SOUND MEDIA PLAYER WHEN I ENTERED A DVD THE MESSAGE READ:

    "Windows Media Player cannot play this DVD because no compatible DVD decoder is not installed on your computer."

    ANY IDEAS PEOPLE? I THINK I NEED TO REINSTALL THE SOUND AND EVERYTHING BUT DON'T HAVE ANY IDEA OF THAT KIND OF THING OR WHERE TO GET IT FROM :( ANY HELP WOULD BE GREATLY APPRECIATED.

    Hi SARAH-82.

    The sound works fine when playing any video recorded or audio files on the computer?

    Method 1: You may need to download the audio effect plug-ins or ability of DVD in Windows Media Player, please visit the link below

    http://Windows.Microsoft.com/en-us/Windows/downloads/Windows-Media-Player/plug-ins

    Method 2: You can see the steps mentioned in the article below

    Supported decoders MPEG - 2 software DVD in Windows Media Player for Windows XP and Windows Vista

    http://support.Microsoft.com/kb/306331

    Note: Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    Method 3: To the problem of audio or audio playback, you can follow the steps mentioned in the link
    Tips for solving common audio problems

    Thank you, and in what concerns:

    Ajay K

    Microsoft Answers Support Engineer
    ---------------------------------------------------------------------------------------------------------
    Visit our Microsoft answers feedback Forum and let us know what you think

  • Acrobat form - player allow does not properly

    I have a form that has been used and changed a number of times which is accessible from an intranet.  I try to do active player, (all users have Reader X installed).  I have activated, and infact if I try to enable usage rights, I get the error dialog box that says.  "This document already enabled usage rights in Adobe Reader."  "To remove the reader Enablement, use file > save a copy ' However, I go to a PC with the drive on your computer and try to open the file, I get the following error in the Landreau bar at the top -"fill the following RPO.  You cannot save data typed into the form... "If the activation of the drive does not Report form when seen through the Intranet.

    When I just a copy of the form and send it to someone with the drive only it appears with the following error message: "this document enabled features extended in Acrobat Reader."  The document has been changed since its creation and use of the extended functionality is no longer available.  Please contact the author for the original version of this document. "He was sent after I added the active fields and was not published, or even saved even if it has been opened in Acrobat X Pro.

    Does anyone have suggestionsn on what miay be the problem?  What can I do to solve the problem, etc.   I need to completely recreate the form?   Thanks, Judy

    Judy,

    The document has been corrupted somehow. When I tried to validate the usage rights, it reported an error.

    What I would do is to start with a new copy of the underlying PDF file and copy the current form fields (not version compatible player, but a copy that is not compatible drive) and create a new form.

    I invite you to generate a new underlying PDF of the source document and make sure that all fonts are embedded. Times (normal, bold, italic) is used a number of times, but not for any visible character and is not incorporated. ArialMT (normal, bold-italic) is also not incorporated. If you delete things from non-printing times so it's not even included in the PDF file, it would be better. Look for things like the paragraph marks, blanks, etc., which use it. I don't know how it has been corrupted, but policies have been questioned in the past (when it comes to document at least compatible reader), so it's best to use only what is needed and to embed all fonts.

  • "Windows Media cannot play the DVD because no compatible DVD decoder is not installed on your computer"

    When I insert one no matter what DVD in my Dvd Player, I get a message indicating

    "Windows Media cannot play the DVD because no compatible DVD decoder is not installed on your computer"

    I have Windows XP Professional, I have not played a DVD on the computor in several months. How can I fix this.

    When I insert one no matter what DVD in my Dvd Player, I get a message indicating

    "Windows Media cannot play the DVD because no compatible DVD decoder is not installed on your computer"

    I have Windows XP Professional, I have not played a DVD on the computor in several months. How can I fix this.

    =========================================
    If you have a DVD decoder (for example Power DVD) try reinstalling it.

    If it is not... Take a look at the following site:

    Info about DVD decoders:
    Plug-ins for Windows Media Player
    http://www.Microsoft.com/windows/windowsmedia/player/plugins.aspx

    Also, you could try one of the players following freeware that will play DVDs:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    VLC Media Player
    http://www.videolan.org/

    Media Player Classic
    http://www.filehippo.com/download_media_player_classic/
    (just unzip and run it... (no installation required)

    Media Player Classic Home Cinema
    http://MajorGeeks.com/Media_Player_Classic_Home_Cinema_d6213.html
    (works on XP/Vista/7)

    Also, it may be interesting to try to install one of the following Codec Packs:

    * Proceed at your own risk *.

    (1) news of CCCP (combined Community Codec Pack)
    http://www.CCCP-project.NET/wiki/index.php?title=Main_Page

    (2) K-Lite Codec Pack (full)
    http://www.filehippo.com/download_klite_codec_pack/

    Good luck...

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • 23EL933G problems with media player - format file not supported

    Hello
    I Joust bought a led 23EL933G TV.
    The tv works fine, with the exception of the media player:
    He did not play much media o, souch as pictures, mp3, mkv... She responds: unsupported file format.

    I updated the firmware of the original 112 to 116 more up-to-date, but the problem is still there.

    I used a USB and a drive hard usb.
    I have all my files organized in directoryes. The player is able to explore the directories and only play compatible files?

    Thank you

    I found the manual for this TV EL933 series
    http://www.Toshiba-OM.NET/LCD/PDF/English/EL933-1923-English.PDF

    on page 27, you will find a list of media files that are supported my Media Player

  • No sound when playing a video from an SD through Windows Media Player

    Original title: NO SOUND?

    Trying to play a video from an SD card through Windows Media Player - no sound on Windows Media player (for this and other media) - required for work to class tomorrow - project help!  Yes, I checked the volume level (it is at the top) - I think that I noticed that I could not hear any sound when I tried to watch you Tube etc... front

    Hi Eric,.

    Welcome to Microsoft communities.

    I understand how it could be frustrating when things do not work as expected. Please, I beg you, don't worry I'll try my best to resolve the issue.

    ·         What is the format of the video file?

    ·         What version of Windows Media Player?

    ·         Were there any changes made on the computer before the show?

    Check out the link that has the most information on the types of media files that supports Windows Media Player: http://support.microsoft.com/kb/316992

    I suggest you to update the last codec for Windows media player and see if it helps:

    http://www.Microsoft.com/en-US/Download/details.aspx?ID=507

    http://support.Microsoft.com/kb/291818

    For reference: Change volume settings in Windows Media Player (valid also for Windows XP)

    http://Windows.Microsoft.com/en-us/Windows-Vista/change-volume-settings-in-Windows-Media-Player

    Please follow all the steps and if the problem persists, return back and we will be happy to help you.

  • Film on dvd Creator project. Plays fine in media player. Will not play in the dvd player.

    The project with photos and music. None of the effects or transitions. Project play 100% in movie maker after completion. Said created sucessful and raises questions to save on another cd. Plays correctly in computer with media player, but does not play in any dvd player.

    The project with photos and music. None of the effects or transitions. Project play 100% in movie maker after completion. Said created sucessful and raises questions to save on another cd. Plays correctly in computer with media player, but does not play in any dvd player.

    ========================================
    You have posted in a forum of WinXP, so I think that you are running
    WinXP?

    The project must be saved in a folder on your hard drive
    in the WMV or DV - AVI movie format and then on DVD
    using DVD Authoring software.

    To save in a .wmv movie file...
    Type of... CTRL + P (or go to...) File / save movie file)
    to open the wizard movie recording.
    Choose... My computer.
    Next /.
    Enter a name and a location.
    Next /.
    ICT... "Best quality for my computer.
    Next /.
    Wait while the movie is saved.
    Finishing...

    To save a DV - AVI movie file...
    (and other options)
    Type of... CTRL + P (or go to...) File / save movie file)
    to open the wizard movie recording.
    Choose... My computer.
    Next /.
    Enter a name and a location.
    Next /.
    Show more choices.
    Other parameters.
    Open the window of the droplet and choose... DV - AVI.
    Next /.
    Wait while the movie is saved.
    Finishing...

    In addition, you may find it useful to use
    a custom profile:

    Movie Maker 2 - economy
    Movies - profiles custom WMV
    http://www.Papajohn.org/mm2-SavingMovies-CustomProfiles.html

    Creating custom profiles
    for Windows Movie Maker 2
    http://www.Microsoft.com/windowsxp/using/MovieMaker/expert/CustomProfile.mspx

    Now to create the DVD...

    The following freeware can be worth a try:

    (FWIW) It's always a good idea to create a system
    Restore point before installing software or updates)

    DVD Flick
    http://www.dvdflick.NET/Download.php
    (the download is: "dvdflick_setup_1.3.0.7.exe")

    Save the file to a folder on your hard drive and
    install from there.

    Be sure to read the Guide:
    http://www.dvdflick.NET/Guide.php

    Tutorials:

    Tutorial DVD Flick
    http://beginwithsoftware.com/videoguides/DVD-flick-Guide.html

    Burn any Format video DVD PC
    http://www.freevideoworkshop.com/dvdflicktutorial.htm

    To create a video DVD base that should play in a free
    permanent drive DVD... try the following...

    First... read the DVD Flick Guide to familiarize
    with the program.

    Open DVD Flick and insert a blank DVD in your drive.

    If the window of Autorun from your computer... just close it.

    Click the project settings button and check... Video /.
    Target format... residents United States... Choose... NTSC /.
    Accept.

    The title button left click Add and navigate to your
    Video clips and select the ones you want on the DVD.

    You can have by selecting one and then use
    the up and down buttons.

    Left click on the button create DVD / OK / Yes / Yes.

    Please wait while the DVD is created.

    When the text "Completed successfully" is displayed you
    DVD Flick can close. Now you can eject your DVD
    and play in your DVD player.

    At some point you might want to buy more
    Advanced Cyberlink, Nero, Roxio, software
    Ulead, etc... but at least it is a start.

    Good luck.

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • How can I access my music files through Windows Media Player?

    OK, here's the facts:
    I have Windows Vista.
    Most of my music in my music is missing.
    I can view and listen to the music of "missing" in Windows Media Player (library).
    In Windows Media player, if I click on a song and 'open file location' need me for my music, and the file is not there.
    Looking for songs via the start menu or through my computer does not work.
    MP3 audio files are also missing.

    Not having access to the original files, I can't add music files individually to my mp3 (Windows Media Player lets you synchronize files only, and I don't want to lose a part of the 'missing' files I have on my mp3 using the Sync feature).

    How can I access my music? Clearly, it is still on my computer somewhere since I can play through Windows Media Player.

    Hello

    Step 1: Check what all records are controlled by the player. Then check these records, if the music file is present.

    http://Windows.Microsoft.com/en-us/Windows-Vista/add-items-to-the-Windows-Media-Player-library

    Step 2: View the folder hid

    http://Windows.Microsoft.com/en-us/Windows-Vista/Show-hidden-files

    I hope this helps!

  • Windows Media Player 12 plays not DVD

    Hello, I have a new Windows 7 Ultimate, 64-bit system, running on a Gigabyte motherboard / Intel Core i7 920, built in the last days. I try to read commercial standard DVDs (e.g. Titanic) on the drive to DVD Samsung through a high-end Nvidia 1 GB graphic card, through Windows Media Player Version 12.0.7600.16415.

    NOTE: VLC Player works fully, showing that the material (audio / video) is properly installed.

    When you use the media player in Windows 7, I received the message "Windows Media Player cannot play this DVD because there is a problem with the digital copy between your DVD drive decoder and video card protection. Try to install a driver available for your video card. The options are 'Close' or 'Web Help', where the latter gave no information.

    This situation occurs through the display of several DVD media are OK.

    I downloaded a lot of codecs on the Net, ending up with very pixelated video and distorted sound under Windows 7 Media Player.

    I have now uninstalled these Codecs and VLC Player still works AOK.

    Where are you offering me I have Windows 7, 64-bit codecs, Windows Media Player Version 12.0.7600.16415 player?

    Hello

    This error "Windows Media Player cannot play this DVD because there is a problem with the digital copy between your DVD drive decoder and video card protection. Try to install a driver available for your video card"is normally related to the video driver being unsigned. If your driver is not signed, you will not be able to play protected content, including DVDs.

    Try to install the latest video driver and see if the problem persists.

    Thank you
    Archana

Maybe you are looking for

  • Can not get my Satellite Pro L10

    I have a satellite pro l10, I tried to put my recovery disk in and she said keeping key c down when I start my computer but it does, nt work, how do I get this drive to work does anyone have an idea, s Please

  • Is - this just impoosible to get the keeper of the Dungeon 1 & 2 to run on win 7

    I tried to install both of these games in compatibility mode, but nothing helped. Dungeon keeper 2 installs but used to run correctly as the game screen displays really bad if at all, the dk1 wont even install even running under win95 compatibility?

  • Switch 10 and problem of recovery of Windows 10

    Hi all I installed on my Acer Switch 10 Windows 10 with Microsoft Media creation tool. Everything was ok until I tried to access Bios switch: without changes, I restarted the laptop and I got error 0 x 0000034 ("Necessary recovery for device" accordi

  • No screensaver Windows 7 welcome/login screen.

    Hello everyone, I just installed Windows 7 Professional 64 bit and I noticed that once the computer is turned on and sitting in front of the Welcome screen (there are 3 users on this computer), it will continue to show that the screen and never go to

  • Adding an additional CASE to an existing deployment of NAC OOB 4.7.3

    Hi guys,. If I am to add the certificate self-produced my new cases to the authorities of my CAM list existing certificate approved, it just will be added or it will replace the existing trusted certificate?