Adding breaks of the hyper link with line break

I am trying to add a hyperlink to my document. The text I'm tying is long and crosses a line break. I select the text and then add the hyperlink, which seems to work very well, but then when I export to PDF and then click on the link, the link is broken at the break.

Does anyone knows how to fix this?

Yes. It is not InDesign, that determines what the hyperlink is right there, but rather the 'smart' function Acrobat who sees an address "www" and reads the text to the right on the PDF file. Pass this function disabled in Acrobat , and it should work.

You can confirm that you have actually exported your document with active hyperlinks (it's a toggle in the export to PDF dialog box).

Tags: InDesign

Similar Questions

  • Remove all the missing links with frames

    How can I make a script to remove all the missing links with frames in indesign?

    var doc = app.activeDocument;
    Links var = doc.links;

    for (var i = links.length - 1; i > = 0; i--) {}
    If (links [i] .status == LinkStatus.LINK_MISSING) {}
    try {}
    Links [i] .parent. Remove();
    var image = link.parent;
    var frame = image.parent;
    Frame.Remove ();
    counter ++;

    }
    {} catch (err)
    $.writeln (i + "-" + err);
    }
    }
    }

    I have try this script, but still remain a framework, what is wrong with that?

    It works for me:

    var link, image, frame,
    doc = app.activeDocument,
    links = doc.links,
    counter = 0;
    
    for (var i = links.length-1; i >= 0; i--) {
        if (links[i].status == LinkStatus.LINK_MISSING) {
            try {
                link = links[i];
                image = link.parent;
                frame = image.parent;
                frame.remove();
                counter++;
            }
            catch (err) {
                $.writeln(i + " - " + err);
            }
        }
    }
    
  • Publish the hyper links does not not in mode

    I up loaded my site on BusinessCatalyst so I can see it on another computer.  Hyper links to different pages does not not, page links to:

    Page not found.

    The URL in the url bar read correctly.

    Its just not show pages.

    Really frustrating >

    I added a link to google that works, just not a link to the pages with the site.

    Please address what to do

    I need to see the site on monitors of different sizes.

    If you go to the Properties dialog box of the Page for one of the pages that fails to load, check the box "Export Page" has been disabled?

  • Can I print the hyper links in my emails?

    HP e-Print is fine if I receive an e-mail with an attachment that I want to print... but what happens if the sender is simply a hyper link (for content discussion) in the body of the e-mail message.  It would be great if to set up my account that I could choose... "Hyper links to print", if I could not print links if I made the message of great importance...

    I don't think that this is possible. And I don't think that can be applied too. What happens if the email you received to several links? The printer would print all the links? Seems complicated. If it's a good idea for the future.

  • Effects of lightsaber using the dynamic link with Premiere pro and After Effects CS4

    Hi all

    I'm working on a video project and that you want to add a lightsaber effect, but a layer which is suppose to be transparent isn't using dynamic links.

    I shot the video in my head, and everything else hidden.  I made a flash body to put my head on.  Now I know how to make a lightsaber in After Effects CS4. (starting with comp 1 with videos making a white solid layer, and then using the tool pen to make the sword.  Then copy the sequences video and place it in comp 2.  Then to return to comp 1 and remove the video sequences. then on comp 1 making a SOLID BLACK LAYER {that's the problem} and place it under the layer of white.  Then duplicate the white layer 3 times.  Changing each feather white layer mask to make the glow.  so going to comp 2 and take the 1 model and her nest to model 2...  Then change the blending mode of the model nested 1 to the screen.

    The main timeline in Premiere Pro CS4 and I have the video layer 1 to Photoshop file which is pink and the background of this project.  I made a dynamic link to After Effects and copied and pasted the video images and flash to the comp.  Here, I made the lightsaber.

    That is the problem.  The model of dynamic links with video, flash and the lightsaber will not show my pink background in Premiere Pro shows him my video, flash and lightsaber but the background is black.  In case of problems, I noticed if I turn off the LAYER BLACK for the lightsaber effect, I see my pink background with video and flash sequences and the glow of sabre, but my blue lightsaber color will not appear.

    Do more problems I set photoshop to lightsaber model file and I see the video, the flash, the lightsaber but I think because the background is pink I don't get a color glow to the sword (vilot color)

    If the layer of black is supposed to be transparent, so why can't see my background in Premiere Pro using dynamic links?

    appreciate any help I can get,

    Thanks in advance.

    Mr. PETER K

    P. S. - one-way I kinda had this work was I took one of the masks of white and copied and pasted layers in nested layer comp 1.  Adjusted to the width of the mask and the pen and I got a glow of blue ok.  You just can't mask width too because it shows a lot of black.  It is not as good as I want and I hope someone can help...

    Thank you again...

    Well, blend modes don't create transparency, so the behavior is correct - because technically, the background of the model is ignored for the mix of operations, in areas where there are no content below for the mix, only the layer of black color is used. You create transparency good, real luminance based on unmultiplying, that can be done with the Knoll Unmult plugin Red Giant Software (free) or the effect of changing the channel of the AE monitoring bey a color delete effect.

    Mylenium

  • color of overview in the hyper link text

    Hello
    I have a dynamic htmlText .to the text I gave the uesing < a href > tag hyper link.
    Calling a function using the method asfunction on release.

    But while bearing the text I want to change the color of the text. Is it possible to do so.
    I tried the hover CSS method. But it's not working.

    How to solve this problem. Another method is to do this.
    Please help me.

    Thank you
    Shanthi.

    Shanthi.AL,

    > any reversal of the text I want to change the color of the text.
    > Is it possible to do so.

    Yes.

    > I tried the hover CSS method. But it's not working.

    Let's see your code! CSS is definitely the best approach for the
    what you are after.

    David Stiller
    Adobe Community Expert
    Dev blog, http://www.quip.net/blog/
    "Luck is the residue of good design."

  • How to display the download link with get_blob or get_blob_file_src?

    Hello

    I fight to display a download link in a report of SQL query.
    Based on the condition, I need to create a report of sql query that the source contains a series of query union select.

    Example here
    WITH current_engagement AS)
    SELECT engagement_id, pn, ethnicity, date_joined_aodt_court, defendant_id, case_manager_name
    participation_conditions, discharge_conditions
    COMMITMENT
    WHERE defendant_id =: PXX_DEF
    AND date_joined IS NOT NULL
    AND (date_terminated IS NULL or to_date(date_joined,'DD/MM/YYYY') > to_date(sysdate,'DD/MM/YYYY'))
    AND active = 1 AND ROWNUM = 1
    ORDER BY defendant_id DESC
    )
    SELECT def.first_name, def.middle_name, def.surname, to_char (def.pn) "PN", to_char (def.nhi_number) AS 'IHN ".
    , ce.ethnicity, to_char (ce.date_joined) as ce.discharge_conditions, ce.participation_conditions, ce.case_manager_name, 'DATE_JOINED '.
    THE DEFENDANT def INNER JOIN current_engagement this
    ON def.def_id = ce.defendant_id
    UNION ALL

    Select the < b > 2. Phase number < /b > ', ' < b > Date started < /b > "," < b > Date completed < /b > ', '< /b > < b > Notes', null
    null, null, null, null, null
    of the double
    UNION ALL
    SELECT TO_CHAR (NVL (ph.phase_number, 'No. Phase found')), TO_CHAR (ph.date_started, ' DD/MM/YYYY'), TO_CHAR (ph.date_finished, ' DD/MM/YYYY'), ph.notes, null
    null, null, null, null, null
    FROM phase_membership INNER JOIN current_engagement ph this
    ON ph.mpm_eng_id = ce.engagement_id
    WHERE the to_date(ph.date_started,'DD/MM/YYYY') < = TO_DATE(sysdate,'DD/MM/YYYY')
    AND (ph.date_finished IS NULL
    TO_DATE(ph.date_finished,_'DD/MM/YYYY') or > = TO_DATE(sysdate,'DD/MM/YYYY'))
    AND ph.active = 1
    UNION ALL
    -Selects more
    -then select it last is to list all documents with download links
    Select the < b > 6. "The document Date < /b > ', 'Type of paper < b > < /b >', 'Description of < b > < /b >', '< b > download < /b > '.
    null, null, null, null, null, null
    of the double

    UNION ALL
    SELECT TO_CHAR (doc.date_received), doc.document_type, doc.comments, TO_CHAR (dbms_lob.getlength (doc.) UPLOADED_FILE))
    null, null, null, null, null, null
    DOCUMENT doc INNER JOIN current_engagement this
    ON doc.d_eng_id = ce.engagement_id
    WHERE doc.active = 1

    This report is generated correctly.
    But the requirement also ask to post a download link. And because it's the Union chooses, selects all next must be same as the types of data in column select it first.
    In this case, it must be CHARACTER. otherwise, it will generate the error like below
    ORA-01790: expression must have same type of data, matching expression


    Then I followed the step of GET_BLOB_FILE_SRC function of
    http://docs.Oracle.com/CD/E14373_01/apirefs.32/e13369/apex_util.htm#AEAPI129
    I turn my last selection in
    SELECT TO_CHAR (doc.date_received), doc.document_type, doc.comments,
    CASE WHEN NVL (dbms_lob.getlength (doc.) (UPLOADED_FILE), 0) = 0
    THEN NULL
    ON THE OTHER
    "Download".
    END
    null, null, null, null, null, null
    DOCUMENT doc INNER JOIN current_engagement this
    ON doc.d_eng_id = ce.engagement_id
    WHERE doc.active = 1

    Which is the result within the Group
    http://app_address_here/f?p=208:48:1303335952329758:

    whereas if I use the interactive report link is
    http://app_address_here/apex_util.get_blob?s=1303335952329758 & a = 208 & c = 66645817090447568 & p = 48 & 12 = K1 & K2 = & CK = A18D20D407435BD649EA3399EC27BC00 & RT = CR
    and it works well.

    I search and know that get_blob_file_source a link to the source of the column / field name located in the first parameter.
    If I put the UPLOADED_FILE column of the DOCUMENT table in the source of the REF. column
    But it still does not show anything close to the correct one which is generated by interactive report.

    If anyone has any ideas, please help. If I need to manually write using get_blob, please give me an example.
    I have urgent need of this report.
    The version of the SUMMIT that we use is Application Express 4.0.2.00.07
    And I can't ask an update 4.2 until the end of next year.

    Help, please.
    Thank you very much in advance.
    Ann.

    Hello Ann,.
    Here you can view and download the example:

    http://Apex.Oracle.com/pls/Apex/f?p=63066:1

    Please let me know if you need to access the workspace.

    Tip, please read the FAQ section. had you put your thread in a better format, you would have got a quicker response :)

    Kind regards
    Fateh

  • The hyper links Web show, but to show on other browsers

    Turns, it was a problem with the police. Wow

    It seems that on firefox.

  • Hotmail has suddenly changed appearance and now present on the top of the page blue with lines. I have a screenshot...

    Run Firefox 15.0. Hotmail has suddenly changed appearance and my page is not at the bottom of the screen. The top 5/6 of the page is a series of horizontal blue stripes. Text in the blue section is the Windows Live titles such as ' home, Mobile devices, etc. When I try to compose a new message, text in the blue box partially covers the 'To' button, so I need to position the slider at the bottom of the button to enter an address. I have tried Hotmail in IE and it seems fine, so it must be a problem of compatibility between Hotmail & Firefox. Hotmail has not responded to my questions by e-mail. I could understand that if this happened at the beginning of a session, just after I have lights, but this happened after, I had been active in Hotmail and other sites. Other sites are not affected, just Hotmail and only in Firefox.

    Reload Web pages and ignore the cache to refresh potentially stale or corrupt.

    • Hold SHIFT and click reload.
    • Press 'Ctrl + F5' or 'Ctrl + Shift + R' (Windows, Linux)
    • Press 'Command + shift + R' (MAC)

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Tools > Options > privacy > Cookies: "show the Cookies".

    Already tried safe mode?

  • Connect the words specified in textframe with lines

    Hi all

    I want to use the script below, and replace it with a script that connects the words specified with lines. Now, it connects all words with lines. I don't know what to do, so I hope someone can help me.

    Thanks in advance

    #include./lib/bene.jsx
    InDesign CS2 JavaScript
    The value 4.0 script object model
    app.scriptPreferences.version = 4.0;

    ////////////////////////////////////////////////////////////////////////////////////////// ///
    var NomMonScript = app.activeScript.name;

    var myObjectList = new Array;
    If (app.documents.length! = 0) {}
    If (app.selection.length! = 0) {}
    for (var myCounter = 0; myCounter < app.selection.length; myCounter ++) {}
    switch (app.selection [myCounter].constructor.name) {}
    allow only managers of related texts
    case "TextFrame:
    myObjectList.push (app.selection [myCounter]);
    break;
    }
    }
    If (myObjectList.length! = 0) {}
    run the thing! call a function
    myConnectWords (myObjectList);
    }
    else {}
    Alert ("Please select TextFrame and try again.');
    }
    }
    else {}
    Alert ("Please select an object and try again.');
    }
    }
    else {}
    Alert ("Please open a document, select an object and try again.');
    }

    ////////////////////////////////////////////////////////////////////////////////////////// ///
    functions
    ///////////////////////////////////////////////////////////////////////////////////////// ////
    function myConnectWords (myObjectList) {}
    myDocument var = app.activeDocument;
    var myLayer, myCounter, myColor;

    Measure
    var myOldRulerOrigin = myDocument.viewPreferences.rulerOrigin;
    myDocument.viewPreferences.rulerOrigin = RulerOrigin.spreadOrigin;
    Save the units of measure.
    var myOldXUnits = myDocument.viewPreferences.horizontalMeasurementUnits;
    var myOldYUnits = myDocument.viewPreferences.verticalMeasurementUnits;
    Create the units of measurement to points.
    myDocument.viewPreferences.horizontalMeasurementUnits = MeasurementUnits.points;
    myDocument.viewPreferences.verticalMeasurementUnits = MeasurementUnits.points;

    Get references no nuance.
    var myNoneSwatch = myDocument.swatches.item ("None");

    Create a color (if it does not already exist).
    myColor = myDocument.colors.item (myScriptName);
    try {}
    myColorName = myColor.name;
    }
    {} catch (MonErreur)
    var myColorArray = new Array (100, 0, 0, 0);
    myColor = myDocument.colors.add ({model: ColorModel.process, space: ColorSpace.CMYK, colorValue:myColorArray, name: NomMonScript});
    }

    Create a layer for the generated lines (if it does not already exist).
    myLayer = myDocument.layers.item (myScriptName);
    try {}
    myLayerName = myLayer.name;
    }
    {} catch (MonErreur)
    myLayer = myDocument.layers.add({name:myScriptName});)
    }

    Process objects (here the text blocks) in the selection.
    for (myCounter = 0; myCounter < myObjectList.length; myCounter ++) {}
    Download textframe
    var myNewFrame = myObjectList [myCounter];

    get all the lines in the frame
    var myLines = myNewFrame.lines;
    linking every word with all of the words in the following line
    for (myLineCounter = 0; myLineCounter < myLines.length - 1; myLineCounter ++) {}
    get all the words in the line + next line
    var myLine = myLines [myLineCounter] mentioning;
    var myNextLine = myLines [myLineCounter + 1] mentioning;
    myPathPoints.push([myLine.insertionPoints[-2].horizontalOffset,myTmpY]);

    Combine this + line then the words
    for (i = 0; i < myLine.length; i ++) {}
    Get the word
    var myWord_i = myLine [i];
    Table for the points
    var myPathPoints = new Array;
    Add fist point X/Y
    myPathPoints [0] = [myWord_i.horizontalOffset, myWord_i.baseline];

    for (j = 0; j < myNextLine.length; j ++) {}

    Get the word

    var myWord_j = myNextLine [j];

    If (myWord_j.baseline! = myWord_i.baseline & & myWord_j.horizontalOffset! = myWord_i.horizontalOffset) {}

    Add the second point X/Y

    myPathPoints [1] = [myWord_j.horizontalOffset, myWord_j.baseline];

    draw the line

    myDrawPolygon (myPathPoints, 1, 100, myColor, myNoneSwatch, myLayer);

    }

    }

    }

    }

    }

    myDocument.viewPreferences.rulerOrigin = myOldRulerOrigin;

    Set the units of measure to their State of origin.

    myDocument.viewPreferences.horizontalMeasurementUnits = myOldXUnits;

    myDocument.viewPreferences.verticalMeasurementUnits = myOldYUnits;

    }

    Well Yes - Fun little exercise, it was.

    Select an entire text block, or text directly, and this script logs all the words with the character style "label". The lines are at the centre of reference of each word.

    if (app.documents.length == 0 || app.selection.length != 1 ||
     !(app.selection[0] instanceof TextFrame || app.selection[0].hasOwnProperty("baseline")))
    {
     alert ("Please select a single text frame or some text first");
    } else
    {
     charStyleName = "label";
     app.findTextPreferences = null;
     app.findTextPreferences.appliedCharacterStyle = app.activeDocument.characterStyles.item(charStyleName);
     list = app.selection[0].findText();
     if (list.length == 0)
      alert ('No text found with char style "'+charStyleName+'"');
     else if (list.length == 1)
      alert ('Only one text found with char style "'+charStyleName+'", no use in going on');
     else
     {
      lpath = [];
      while (list.length)
       lpath.push ( centerOfWord (list.shift()) );
      if (app.selection[0] instanceof TextFrame)
       pg = app.selection[0].parent;
      else
       pg = app.selection[0].parentTextFrames[0];
      while (!(pg instanceof Spread || pg instanceof MasterSpread || pg instanceof Page))
      {
       if (pg instanceof Document || pg instanceof Application)
        break;
       pg = pg.parent;
      }
      l = pg.graphicLines.add({strokeWeight:0.5, strokeColor:app.activeDocument.swatches.item("Black")});
      l.paths[0].entirePath = lpath;
     }
    }
    function centerOfWord (word)
    {
     var l = word.insertionPoints[0].horizontalOffset;
     var r = word.insertionPoints[-1].horizontalOffset;
     return [ (l+r)/2, word.baseline ];
    }
    
  • In v31.0, I can view is more 'raw' XML files with line breaks and ' &lt; ' and ' / &gt; ' characters. Is there a setting that will give me this option?

    Until a few days ago when I opened a file XML with Firefox, I see the content of the file appears with line breaks and ' < ' and ' / > ' and elements. Like this:

    fixed image in < typeOfResource > < / typeOfResource >

     <genre authority="marcgt">picture</genre>
     <genre authority="nmc">Print, Photographic</genre>
     <originInfo>
       <dateIssued encoding="marc">1884</dateIssued>
       <dateIssued encoding="marc">1884</dateIssued>
       <issuance>monographic</issuance>
     </originInfo>
     <language>
    

    Now, it will display like this:

     still image picture Print, Photographic 1884 1884 monographic eng electronic
    

    No tags or line breaks. I need to see the entire XML file. How can I configure FireFox to display this for me? One of my colleagues uses v31.0 and XML views with tags and the line breaks for him.

    For example, I was looking at files sitemap.xml (search Google for inurl:sitemap.xml). For those who have not declared a style sheet, you should always see the classic "source highlight: presentation

    Example: http://www.website.com/sitemap.xml

    Are the files that don't appear as similar planned by not declaring a style sheet?

    As a temporary workaround, you can view the source to see the original. Either:

    • CTRL + u
    • Right click > view Page Source
  • Hyper links in messages has stopped working

    In Outlook 2010, I am unable to open the hyper links in messages. I am presented with an options box and asked to choose the program I want to open this file.

    Have made no unusual changes to the other PC IE my default browser.

      

    While you wait for answers, see if this tutorial can help you:

    http://www.Winhelponline.com/blog/restore-exe-file-Asso-Windows-7-Vista-incorrectly-associated/

    NOTE: scroll to troubleshooting, follow the steps.
    For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • Display problem with hyper link text on the Blackberry HTML browser

    Hello

    There is a help section on the application I'm working on that. Basically, load us an html with the Blackberry HTML browser page and provide links hyper text severeal to other subsections providing hyper links text themselves until that user pages of real-world information (just typical help things).

    The last link of these pages are always displayed vertically. I've done more laps that I know not to try to solve this problem (including links hyper text in a list in a tab, but it keeps going that way no matter what).

    If you have already encountered this problem, thanks for sharing!

    I put links hyper texts in tables and it solved the problem. I try this in the first place, because the html tables are only supported for jde 4.6 (http://docs.blackberry.com/en/developers/deliverables/11843/BlackBerry_Browser-Fundamentals_Guide--5...).

    But if you only use

    ,and
    parentheses, they come with limited support, it works fine.

  • Replace the hyphen with line break

    Hello
    In my application, I want to replace the hyphen with line break
    . I use APEX4.0
    I use the following javascript code:

    < html >
    < script type = "text/javascript" >
    function test().
    {
    var visitorName = "< br / > ';
    var myOldString = "& P2_SI.";
    var myNewString = myOldString.replace (/-/ g, visitorName);
    }
    < /script >
    < / html >

    I have no idea how the get executed and make javascript work... can anyone help?

    Suzi,

    I changed the code for page 1:
    I don't know that is what you want, but it works :)
    That's what I did

    1. deleted tags
    2 P1_RESULTS element created to keep results
    3. $x_Value ("P1_RESULTS", myNewString) occasion; to fill a new element

    You cannot set the value P1_S2I in dynamic Action (onchange) - it looks like the code calls herself and kills the browser

    Lev

    Published by: the on August 27, 2010 11:49

    Published by: the on August 27, 2010 11:53

  • A box of error with Visual C ++ Runtime error on the top and the assertion then error line 267 program appears

    Original title:

    How can I get rid of this 'box', he said Visual C ++ Runtime error on the top and the assertion then error line program 267: file_common_npngate blah blah

    Expression pPlugin Shim? I uninstalled Reg Pro and the other antivirus that both are installed on my computer. Someone at - it get this message before? What should I do? I am still able to run normal programs, but this error continues to repeat itself, I continue to close, and then I get again.

    Ali

    Hello

    1. when exactly you get this error message?

    2. what browser do you use?

    3. If Internet Explorer, what version of Internet Explorer is installed on the computer?

    4. are you aware of any changes made to the computer, before the show?

    A runtime error is a software or hardware problem that prevents a program to function properly. Runtime errors could cause you to lose information in the file that you are using, causing errors in the file (corrupt the file) so that you cannot work with it, or prevent you from using a feature.

    If it does not solve the problem, try method and forward them to the following, following.

    Method 1:

    Step 1: Safe Mode

    Start your computer in safe mode and check the number.

    Start your computer in safe mode

    http://Windows.Microsoft.com/en-us/Windows7/start-your-computer-in-safe-mode

    Step 2: Clean boot

    If you are not facing the problem in safe mode, and then put your computer in a clean boot and search for the question.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

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

    Note: once you have determined the problem by using a clean boot procedure, follow step 7 in the article to restore your computer to normal startup.

    Method 2:

    If you get this error in Internet Explorer, try the steps in troubleshooting mentioned in the following link.

    Correct errors in Internet Explorer

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

    Note: Reset the Internet Explorer settings can reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before you use the reset Internet Explorer settings.


    Method 3:

    Download and install the latest versions of Microsoft Visual C++ and are looking for the issue.

    For the 32-bit version of Windows Vista:

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

    For the 64 bit version of Windows Vista:

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

    I hope this helps.

Maybe you are looking for

  • Hijacked home page. Tried to reinstall the browser

    My pc has been infected. Adware and others. Some extensions have been added to the browser. I uninstalled them. I have also quarantined just guilty possible. I tried the suggestions on the Q & an area. There is no add-on which could be the cause. I d

  • 10.11.3-click command does not

    After the update to 10.11.3 command click doesn't work anymore in the finder and other applications, I rebooted but still no functionality.

  • Windows media player does not work and cannot be reinstalled from website

    Windows Media Player error message:The file wmploc.dll has a version number of 11.0.6001.7000 where 11.0.6002.18311 was expected. Windows media Player is not installed correctly and must be reinstalled. When I want to reinstall the player on the Micr

  • OS 64 bit Windows 7 for refurbished computers? 4 sale?

    I am considering buying a new drive of Windows 7 systems for my computer. The description States that it is for installation on a computer refurbished. All comments from people who have bought the disc are positive. The disc has a key of unused produ

  • Subtitles in Windows Media Center

    I have some foreign media from my computer with removable subtitles and subtitles are needed for display. How can I force the subtitles to appear on the Xbox 360?