Display SimpleViewer in browser

Hi, have some template-problem with:
http://www.family-oosten.com/photography/SimpleViewer/
Shows well in IE, but not in FireFox.
Have all the latest updates and versions of browsing-tools
So, what's wrong with (my) FireFox or design?
regards,
PaulO
drs. Paul Oosten
NL - the Netherlands
www.family-oosten.com

I've found the error.
Had in source-code:
#flashcontent {
width: 100%;
height: 640px; =20
</style>
</head>
<title>SimpleViewer</title>
<script type=3D"text/javascript"
src=3D"swfobject.js"></script>
</head>
<body>
=20
Had 2x </head>=20
and=20
<script type=3D"text/javascript"
src=3D"swfobject.js"></script>=20
should be in the body (strange that IE is so forgiving on
these HTML
-errors...)
regards,
PaulO
On Sun, 07 Jan 2007 16:56:20 -0800, Donna
<[email protected]> wrote:
>Paul Oosten wrote:
>> Hi, have some template-problem with:
>>
http://www.family-oosten.com/photography/SimpleViewer/
>>=20
>> Shows well in IE, but not in FireFox.
>> Have all the latest updates and versions of
browsing-tools ...
>>=20
>> So, what's wrong with (my) FireFox or design?
>
>
http://www.airtightinteractive.com/simpleviewer/faq.html
>
>suggests you may need to download and use a later version
of =
simpleviewer
>
>Donna
drs. Paul Oosten
NL - the Netherlands
www.family-oosten.com

Similar Messages

  • Centering and displaying 100% in browser won't work.

    I believe I followed the instructions that were posted previously and I did some reading about centering a page and displaying the page at 100% but I can't seem to make them work correctly. I might have a conflict or something can you help.
    I designed a website which was 1000px wide and now they want it changed (they want an image on both sides of the page)-so instead of changing it around completely and trying to mess with the areas and buffers and all of that fun stuff. I decided to leave the #container (which is were all the data for the site is and were as the template is applied to other pages the size will change -the height will change but the width should stay 100px.)that was there and then wrapp it up completly in another div tag which i labeled #master_container then I inserted 2 more div tags and placed the images on either side as is desired. I followed the instructions above (because now the site is soo big displaying in a browser is diffacult). I need the site to do 3 things.
    -i need it to display centered on the page so that no matter what browser it is displayed in or what size screen it is viewed on it fits the center of the screen.
    -I also would like it to fit the screen of the person using it so that they see the whole page as one and there isn't a huge blank space on one of the sides -right now it is on the right.
    -if you know how to make the two images on the side of the screen scroll as the person scrolls down the page-(ie-so that they don't see part of the image sometimes and other parts of it when they move farther down-wouldl like it to scroll with them as they move down the page)
    HERE IS THE XHTML CODE OF MY SITE:
    <!DO.TYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    </style>
    <link href="../Unicorn_main_layout_template_oldform - CopytestCSS.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="Master_container">
      <div id="ancestor_left"><img src="../Images/ancestor_cropped.jpg" width="659" height="1003" alt="ancestor right" /></div>
      <div class="container">b</div>
      <div id="ancestor_right"><img src="../Images/ancestor_cropped.jpg" width="659" height="1003" alt="ancestor_right" /></div>
    </div>
    </body>
    </html>
    HERE IS THE CSS STYLESHEET ATTACHED TO THE TEMPLATE I AM TRYING TO APPLY TO ALL OF THE PAGES OF THE SITE.
    @charset "utf-8";
    /* CSS Document */
    #body {
        text-align:center;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    #Master_container {
        width: 2300px;
        margin: 0 auto;
        text-align: left;
        margin-right:auto;
        margin-left:auto;
    #ancestor_left {
        float: left;
        width: 660px;
    .container {
        height: auto;
        width: 1000px;
    #ancestor_right {
        width: 660px;
        float: right;
    THANK YOU VERY MUCH FOR YOUR HELP!!!

    Ok I have no idea what i am doing wrong this is the most frusterating thing I have ever done. I will never build another webpage again.
    Here is the problem that I have i don't care how it gets solved but I just need it solved. this is over a week trying to solve one problem. I just don't have the time to do it anymore but I need it done.
    1) this page (http://practiceuploadingsite.info/) needs to be centered.  That's all just centered in the brosers that it opens in. (nothing I try seems to work)
    2) every other page on that website after you click into the home page (http://practiceuploadingsite.info/Pages/home.html) is made by the application of a template. All I want to do is keep eveything the same as it is right now and just add 2 background images (one on the right and one on the left) so that this:
    fits inside of the blank space of this:
    preferably so the images scroll down the page because the center colum will change height but not widith depending on the page the template is applied to. 
    I even tried to remake the template as to include the images all at once with the div tages and the header seems to have nothing but problems and I couldn't get them to stay together correctly. they keep coming up uneven and the header that is contained on the page spans the entire container and will not just stay the way it is.
    Just please tell me how to do this and you will never hear from me again.
    I am uploading the site information so you have the files I am working from Idk if it is something wrong with the headers the div containers or what but almost just put my computer through the window so I don't care how to get it done just please spell it out so I can follow it correctly.
    THANK YOU!!
    THIS IS THE MAIN LAYOUT TEMPLATE THAT IS APPLIED TO THE WORKING SITE THE WAY I WANT IT EXCEPT FOR THE IMAGES
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Unicorn Main Layout Template</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <style type="text/css">
    #container {
        width: 1000px;
    #header {
        width: 1000px;
        text-align:left
    </style>
    <!-- TemplateEndEditable -->
    <link href="../Stylesheet_Unicorn_main_layout_template.css" rel="stylesheet" type="text/css" />
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <title>css3menu.com</title>
        <!-- Start css3menu.com HEAD section -->
        <link rel="stylesheet" href="CSS3 Menu_files/css3menu1/style.css" type="text/css" /><style type="text/css">._css3m{display:none}</style>
        <!-- End css3menu.com HEAD section -->
    <link href="../Menu_bar_stylesheet.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="container"><!-- TemplateBeginEditable name="header_editable" -->
      <div id="header">Unicorn Writers Conference</div>
    <!-- TemplateEndEditable -->
      <div id="menubar_left">
    <ul id="MenuBar" class="topmenu">
    <!-- Start css3menu.com BODY section -->
        <li class="topfirst"><a href="../Pages/home.html" style="width:190px;">Home</a></li>
        <li class="topmenu"><a href="../Pages/Events.html" style="width:190px;">Events</a></li>
        <li class="topmenu"><a href="../Pages/Mission_Statement.html" style="width:190px;">Mission Statement</a></li>
        <li class="topmenu"><a href="../Pages/Resources.html" style="width:190px;"><span>Resources</span></a>
        <ul>
            <li><a href="../Pages/Advanced_Networking.html"><span>Advanced Networking</span></a>
            <li><a href="../Pages/Qurey_Review.html">Query Review</a></li>
            <li><a href="../Pages/MS_Review_Sessions.html">M.S. Review Sessions</a></li>
            <li><a href="../Pages/1-1 Sessions.html">1-1 Sessions</a></li>
            <li><a href="../Pages/Workshops.html">Workshops</a></li>
            <li><a href="../Pages/final_2013_DAY_SCHEDULE.pdf">Genre Chart</a></li>
            <li><a href="../Pages/Writers_links.html">Writers' Links</a></li>
        </ul></li>
        <li class="topmenu"><a href="#" style="width:190px;"><span>Key Presenters</span></a>
        <ul>
            <li><a href="#"><span>Speakers</span></a>
            <ul>
                <li><a href="../Pages/speakers_page_2013.html">Speakers 2013</a></li>
                <li><a href="../Pages/Speakers_2012.html">Speakers 2012</a></li>
            </ul></li>
            <li><a href="#"><span>Editors</span></a>
            <ul>
                <li><a href="../Pages/Editors_2013.html">Editors 2013</a></li>
                <li><a href="../Pages/editors_2012.html">Editors 2012</a></li>
            </ul></li>
            <li><a href="#"><span>Literary Agents</span></a>
            <ul>
                <li><a href="../Pages/L_agents_2013.html">Literary Agents 2013</a></li>
                <li><a href="../Pages/L_agents_page_2012.html">Literary Agents 2012</a></li>
            </ul></li>
        </ul></li>
        <li class="topmenu"><a href="#" style="width:190px;"><span>Information</span></a>
        <ul>
            <li><a href="../Pages/St_Clements.html">St. Clements</a></li>
            <li><a href="../Pages/Directions.html">Directions</a></li>
            <li><a href="../Pages/Hotel.html">Hotels</a></li>
            <li><a href="../Pages/Menu.html">Menu</a></li>
            <li><a href="../Pages/Unicorn_Photo_Gallery.html">Unicorn Photo Gallery</a></li>
            <li><a href="../Pages/final_2013_DAY_SCHEDULE.pdf">Day Schedule</a></li>
            <li><a href="../Pages/FAQ.html">FAQ</a></li>
            <li><a href="../Pages/Staff.html">Staff</a></li>
            <li><a href="../Pages/Contact.html">Contact</a></li>
        </ul></li>
        <li class="topmenu"><a href="../Pages/Registration.html" style="width:190px;">Registration</a></li>
        <li class="topmenu"><a href="#" style="width:190px;"><span>Acclaim</span></a>
        <ul>
            <li><a href="../Pages/Spotlights.html">Spotlight</a></li>
            <li><a href="../Pages/Testimonials.html">Testimonial</a></li>
            <li><a href="../Pages/Sponsorship.html">Sponsorship</a></li>
        </ul></li>
        <li class="topmenu"><a href="#" style="width:190px;"><span>Classifieds</span></a>
        <ul>
            <li><a href="../Pages/View_Classifieds.html">View Classifieds</a></li>
            <li><a href="../Pages/Place_Classifieds.html">Place Classifieds</a></li>
        </ul></li>
        <li class="toplast"><a href="../Pages/Merchandise.html" style="width:190px;">Merchandise</a></li>
    </ul><p class="_css3m"><a href="http://css3menu.com/">Horizontal Menu Using CSS Css3Menu.com</a></p>
    <!-- End css3menu.com BODY section -->
      </div>
      <!-- TemplateBeginEditable name="main_content_editable" -->
      <div id="main_content">
      <p>Main Content</p>
      </div>
      <!-- TemplateEndEditable --></div>
    <div id="footer">This Page was built webmaster- SKYFALL</div>
    </body>
    </html>
    HERE IS THE STYLE SHEET ATTACHED TO IT
    @charset "utf-8";
    /* CSS Document */
    #container {
        height:auto;
        text-align: left;
        width: 1000px
    #header {
        width:990px;
        height: 250px;
        clear:both;
        font-size:xx-large;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        color: #C3F;
        margin-top: 5px;
        margin-right: 5px;
        margin-left: 5px;
        background-image: url(Images/header_final.png);
        text-align: left;
    #menubar_left {
        float: left;
        width: 200px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
    #main_content {
        float: right;
        width: 780px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 5px;
        background-image:url(Images/parchment2.jpg);
        font-size: large;
        text-align: left;
        vertical-align: top;
    #footer {
        font-size: x-small;
        clear: both;
        width: 990px;
        margin: 5px;
    .title_mainmenu_content {
        font-family: "MS Serif", "New York", serif;
        font-size: 18px;
        text-decoration: underline;
        vertical-align: top;
    #container #main_content p1 {
        text-align: center;
        font-size: x-large;
    #container #main_content p2 {
        text-align: center;
        color: #F00;
    #container #main_content p span p4 {
        color: #F00;
    .Workshop_title {
        text-align: right;
        font-weight: bold;
    #container #main_content table tr td .title_mainmenu_content .title_mainmenu_content_jan {
    HERE IS MY ATTEMPT TO REDUE IT (STYLESHEET IS INCLUDED IN THE DOCUMENT I WILL MOVE IT LATER)
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <style type="text/css">
    #ancestor_left {
        width: 660px;
        float: left;
    #ancestor_right {
        width: 660px;
        float: right;
    #Master_container {
        width: 2340px;
    #wrapper {
        width: 1000px;
        float: center;
    </style>
    </head>
    <body>
    <div id="Master_container">
      <div id="ancestor_left"><img src="../Images/ancestor_cropped.jpg" width="659" height="1003" alt="ancestor image left" /></div>
      <div id="wrapper">What the heck is wrong with this</div>
      <div id="ancestor_right"><img src="../Images/ancestor_cropped.jpg" width="659" height="1003" alt="ancestor image right" /></div>
    </div>
    </body>
    </html>

  • Acrobat 9.5.0 - when logged in as ONE user unselect "Display PFD in browser" don't work

    Have Acrobat standard v9.5.0 running on Win7 - 64 bits. All up to date patched. On one user I can not let PDF files downloaded from the Internet open in an external window. I in the Preference I have unselected "Display FDP in browser".   Then I can see the file is downloaded, but never opened. I if select "Display FDP in browser" it is (now) OK. If I uninstall IE9 and am running IE8 or Firefox, everything is fine. It is also fine if I log in as another user.
    I have uninstalled Adobe Acrobat and reinstalled. Uninstalled IE9 and reinstalled. My conclusion is that there is something wrong with the registry HCU part for the "problem" user. I have deleted HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0 but still I have problems.
    My question is: Which part of registry controls IE9 and opening PDF files downloaded from internet? How can I find the "bad registry key" for the problem user?
    Thanks in advance
    Harald

    Is IE9 Security preventing the download of the file?  IE9 has a security feature that does this and pops a dialog at the bottom of the browser window, you might want to check it out.

  • Acrobat 9 "Display PDF in Browser" on IE7 crashes the browser

    Hi,
    Here's what is happening. My company purchased a few licenses for Adobe Acrobat Professional 9, and they were installed on some of the company laptops. These laptops are in a UAC controlled SOE environment, so the employees are restricted to do any updates/installations that requires rights. The Adobe Professional 9 was installed through SCCM advertisement, and the "Display PDF in Browser" option was enabled.We discovered that when we attempt to download any pdf files off the web, the browser would stop responding/hangs during the duration of the downloads (shown at the status bar of IE), and we can only kill off the process.
    The current workaround is to disable the "Display PDF in Browser" and download the file directly. However, it came to some points where the pdf documents contains some dynamic links over https on the site is is residing. In which case, the pdf have to be open to view from the secured site for the dynamic link to works.
    Previously with Adobe Reader 9, we face no such issue. Only after we installed Acrobat Professional 9, this issue surfaces.
    We have tried uninstalling the Reader before installing the Acrobat to prevent any chances of conflicts, problem persisted.
    Here are the versions of the software involved.
    Adobe Reader v9.3
    Adobe Acrobat Professional v9.0.0
    Internet Explorer v7.0.6002.18005
    I have looked through the forums for similar cases, unless I have missed the keywords, I do not see any similar cases.
    Has anyone encountered similar issues? Would appreciate if you could share on what was done to circumvent this. Thank you!
    Jiang.

    Hi broger_1,
    Thanks for your reply.
    In regards to your query:
    Is the problem seen with both Reader and Acrobat?
    No, this is only seen when Acrobat is install. It is working fine when only Reader is installed.
    What is your definition of a dynamic link? Post example.
    At the moment, I cannot find a online example for reference. I will try to describe by example.
    Let's say if I goes to https://nonexistance_site.com/brochure_ folder/broc_1.pdf, and the "Display PDF in Browser" was already enabled.
    The content of the broc_1.pdf contains a hyperlink that points to "../broc_2.html"
    Our issue now is the we can only download the pdf file to a folder, say c:/pdfs/broc_1.pdf, so when we tried to access the dynamic link, it will tries to locate c:/pdfs/broc_2.html, which is non-existence. And direct access to https://nonexistance_site.com/brochure_ folder/broc_2.html would not work for some reason (possibily session restriction, or something else).
    What are your security settings? (is Enhanced Security enabled?)
    This setting is currently disabled in the Acrobat Pro 9 preference. Should this stays as disabled?
    This only happens when attempting to "download & display" any pdf files from the net, displaying of local pdf that is already downloaded is fine.

  • Adobe Reader X - Disable "Display PDF in Browser" via Registry

    I'm trying to configure my organization's Windows workstations so that web-based PDF files open in Adobe Reader rather than in internet browsers. I have been able to configure Adobe Reader 9 installations to open web-based PDF files in Reader rather than internet browsers by using the following registry setting:
    Hive
    HKEY_CURRENT_USER
    Key path
    Software\Adobe\Acrobat Reader\9.0\Originals
    Value name
    bBrowserIntegration
    Value type
    REG_DWORD
    Value data
    0x0 (0)
    My problem lies with Adobe Reader X: I used the following settings in attempting to prevent Adobe Reader X installations from opening web-based PDFs in internet browsers:
    Hive
    HKEY_CURRENT_USER
    Key path
    Software\Adobe\Acrobat Reader\10.0\Originals
    Value name
    bBrowserIntegration
    Value type
    REG_DWORD
    Value data
    0x0 (0)
    Hive
    HKEY_CURRENT_USER
    Key path
    Software\Adobe\Acrobat Reader\10.0\Originals
    Value name
    bAllowByteRangeRequests
    Value type
    REG_DWORD
    Value data
    0x0 (0)
    Hive
    HKEY_CURRENT_USER
    Key path
    Software\Adobe\Acrobat Reader\10.0\AVGeneral
    Value name
    bBrowserDisplayInReadMode
    Value type
    REG_DWORD
    Value data
    0x0 (0)
    I've only had partial success, though. Internet Explorer respects the registry settings and opens web-based PDFs in Reader X. Firefox 14.0.1, though, ignores the registry settings and opens web-based PDFs in Firefox.
    Is there a different registry setting I should be using so that Firefox sees "Display PDF in Browser" unchecked and allows web-based PDFs to be opened in Reader X? Is there another method I should be following for deploying this setting to Adobe Reader X clients?

    Hi,
    We'll, you've educated yourself well. Unfortunately, Acrobat products can't control what browsers do so uniform behavior is not possible.  The setting is Adobe's best attempt and forcing some consistency.
    The ReadMode setting only controls what happens in the UI after the PDF is open.
    Ben

  • Display PDF in Browser(Embed PDF In IE 6)

    Hi All,
    I am Stuck in solving the below problem. 
    I am trying to dispaly the PDF in IE Browser 6, but i am getting the below error. Strange thing the same is working in IE 8.  
    "adobe Reader couldnot open 'A9R6B.tmp' becuase it is ither not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decode)." 
    System Details:
    1. Windows XP
    2. Adobe Reader 9
    3. Using Weblogic Applicaiton  server
    4. Internet Explorer 6
    Note:
    1) I trying checking "Display PDF in browser" opiton in Adobe Reader ->Perferences -> Internet->  ---- But it did not work
    2) I trying uncecking "Display PDF" in browser option in Adobe Reader ->Perferences -> Internet->  its worked but not embeded into the IE. It has opened seperatelly.
    kindly help me by providied some clue to slove the above problem.
    Thanks in advance
    SIMHA

    What is your operating system?  Browser?  Reader version?

  • Display PDF in Browser Option

    I am able to open a PDF file from a particular protected Website. I can fill in the required info, but when I attempt to Save/File it back to the site, the following pops up: "For security reasons your return could not be saved. Please ensure that the 'Display PDF in Browser' option is selected under the Edit-Preferences-Internet Settings in Adobe Reader."
    Adobe Reader XI, Internet Explorer 10 & Windows 7 are loaded on my PC.
    I cannot trace 'Display PDF in Browser' under settings, but using Tools>Manage Add-ons>Toolbars and Extensions>Show>All Add-ons, I can see that 'Open PDFs in the Browser' is Enabled.
    I also used the Registry Editor: Adobe>Reader>exe to confirm the Name, Type & Data in the string value: (ab), REG_SZ, C:\Program Files\(x86)\Adobe\Reader11.0\Reader\AcroRd32.exe
    No help is forthcoming from the Website, despite me logging a call to their service centre
    Does the problem lie at my end, or the Website?

    Hi Ben,
    I manually added the registry setting but it made no difference.
    I uninstalled 10.1.4 and reinstalled 10.1.3 and with 10.1.3 I am able to view a PDF in IE when launched from the command line.
    I re-downloaded and reinstalled 10.1.4 and retried and now I can view a PDF in IE when launched from the command line.
    Strange.
    Regards
    Craig

  • Display PDF in browser issue in 9.1.1

    We deployed the 9.1.1 msp update to all of our clients but we realized that it unchecks "Display PDF in browser," so now I need to figure out how to get that checkbox rechecked for every current user and any new user that logs on.
    I know that all I need to do is delete bBrowserIntegration in HKCU\Software\Adobe\Acrobat Reader\9.0\Originals but this will only change for the currently logged on user. For shared machines that we currently have deployed in our environment how to I  change this setting for all of the users that are currently not logged on or for any future users that may log on?
    Thanks for any help.

    I would create a script to go into the active setup folder that will run when each user logs in.  Appdeploy is a good website for stuff like this.  Here is a link that will might be able to help you create a active setup script if you're not sure.
    http://www.appdeploy.com/articles/activesetup.asp

  • 'Display PDF in browser' whats the default?

    Can anyone tell me definitively what the current default setting has been for whether Preferences/Internet Options/'Display PDF in browser' is checked or unchecked?
    I'm curious to know as well if it has changed with 8, 9, and 10?

    For all three the default is "checked".
    Be well...

  • "Display PDF in Browser" setting - $500 reward for the solution

    The corporate policy requires the "Display PDF in Browser" setting to be unchecked for all applications, this is to open the PDF document in new reader instance but our specific application needs the reader to be opened in the same browser even if the preference "Display PDF in Browser" is unchecked.... The setPreference from javascript (html) doesn't seemed to work... How do i make this work? I am looking for programatic way to set this preference in HTML javasript or Java Applet or ActiveX or any other means. I am currently using JS and Object tag, the only functions that we need at this point are page navigation and getting current page using JS.
    Also, I need the links the browser to open in new browser once the PDF is loaded... do I need to reset the preference once it is loaded for the links to open in new browser? How can this be progrmatically achieved without altering the original PDFs?
    I realize that this may be difficult and am looking for workarounds or alternate solutions to meet my req. $500 for anyone who could can provide solution.. Please email me [email protected]
    thanks,
    - Ray

    Convince your IT people to allow folks to set their preference to display in browser.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Sun, 13 Nov 2011 14:58:23 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: "Display PDF in Browser" setting - $500 reward for the solution
    Re: "Display PDF in Browser" setting - $500 reward for the solution
    created by pdf_disp_issue<http://forums.adobe.com/people/pdf_disp_issue> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4023302#4023302

  • Issues with Display PDF in Browser option

    We've recently hit a problem with our application that used to successfully display PDFs in a web browser control. In Adobe Reader 9.x it worked no problem. In Adobe Reader 10.1.3, it stopped working. I'm working along the line that it is something to do with the interaction between the ActiveX viewer and Internet Explorer when in a Citrix environment. (IE is version 8, OS is Windows 2003 Server). To help determine it was the Citrix element that was the cause, with the 'Display PDF in Browser' option active and using Adobe Reader 10.1.3 I launched IE from a command window passing the pdf file name as an argument and the PDF was successfully displayed in the IE browser. Now Adobe Reader 10.1.4 the latter is no longer working; the PDF is always displayed in the Adober viewer.
    Has Display PDF in Browser been effectively disabled in 10.1.4?
    If it should work as before, what can I do to restore the situation?
    TIA
    Craig

    Hi Ben,
    I manually added the registry setting but it made no difference.
    I uninstalled 10.1.4 and reinstalled 10.1.3 and with 10.1.3 I am able to view a PDF in IE when launched from the command line.
    I re-downloaded and reinstalled 10.1.4 and retried and now I can view a PDF in IE when launched from the command line.
    Strange.
    Regards
    Craig

  • I enable Display PDF in browser but still opens in Reader

    Our current client PC's are Windows XP 32-bit, IE 7, using Adobe X v.10.1.2. We have an application that opens PDF files. We have the parameter "Display PDF in browser" enabled and it opens in the browser as it should.
    However, new PC's are built with Windows 7 63-bit, IE 8, using Adobe X v.10.1.2. Using the same application with the parameter "Display PDF in browser" enabled, it always asks if you want to open in Reader or save the file. That shouldn't happen. It does this whether the paramter is enabled or disabled, it also does this using 32bit IE 8 or 64bit.
    Is this a Adobe bug, Win 7 bug, or how can we make it open in the browser? Using another browser is not an option. IE is the company standard.
    Thanks

    Does it work correctly on "normal" web pages, e.g. the PDF links near the bottom of http://forums.adobe.com/community/adobe_reader_forums ?
    In a 32-bit browser, the PDFs should open inside the browser.
    With a 64-bit browser, the PDFs will open in an external Adobe Reader window.

  • Display in PDF Browser - Item failed to convert in Outlook

    Display in PDF Browser - Item failed to convert in Outlook
    ben soules - 09:26pm Aug 22, 2007 Pacific
    Hi Experts,
    This is a bit of a pain I have to distrubte
    Adobe Acrobat Pro 8.1 to about 3000+ users and I am having a problem,
    In Prefs in "Adobe Acrobat Pro 8.1"
    When I tick then untick, "display in PDF Browser" from the Preferences, My Outlook will fail to convert to PDF. I get an "Item failed to convert" message and a log file. Also Word 2003 will not post a .PDF to an email.
    If I restart "Outlook 2003" it will create a "pdf" when I click the icon the first time, the second time I click it will fail.
    Please help.
    ===================================================
    Requested: 1,
    Converted to PDF: 0,
    Skipped [Already in PDF]: 0,
    Skipped [PDFMaker failed to convert]: 1
    Details of Email to PDF conversion:
    Failed to Convert:
    From: WS XXXX XX XXXXXXX, Subject: FW: testing, Date: 8/08/2007, Status: Item failed to convert

    We also deployed 8.12 to over 1000 users with the "Disable PDF in browser" option checked using the customization wizard. Now we're finding some users need it to view certain PDFs in a web-based application.
    We would like to add the option, but removing the registry key doesn't actually install the option when you check it. It seems you might have to create a new mst then redeploy. We'd really like to not have to do that, if at all possible.
    In the Reader archives, one guy suggested running this:
    msiexec /i Adobe_Reader_8.1_MUI.msi ADDLOCAL=ReaderBrowserIntegration
    I haven't tried that yet. Any feedback or other suggestions?
    E Long
    Austin, TX

  • Open PDF Slow Problem and Edit Registry to Disable "Display PDF in Browser"

    There is around 400 users who were installed Acrobat Reader 9. But it is found that they open our intranet pdf very slow due to NETBIOS problem. The alternative solution is to disable the browser integration feature.
    But how can I set Group Policy or Windows Registry to disable the "Display PDF in browser" feature for all the users?

    If your users use Internet explorer, you can disable the add-on. to disable the add-on you will need to know the version of IE they are using. the most commonly used scripts to do that are kixstart or .VBS scripts.
    e-mail me if you need any help with the script

  • Todays update to 7.1.0 broke "Display PDF in browser"

    I do ***NOT*** want PDFs displayed in my browser.
    I ***DO*** want PDFs displayed in a separate Acrobat window.
    Version 7.0.9 was working this way until the update to 7.1.0 went in today.
    Now, regardless of the of the setting of the Edit --> Preferences --> Internet --> Web Browser Options --> "Display PDF in browser" checkbox, all PDFs ARE being displayed in the browser window.
    How do I disable this behavior or uninstall this last update?

    I have managed to fix my problem with PDFs only opening in the browser. I went to MSIE(v7) Menu --> Tools --> Manage Add-Ons --> Enable or Disable Add-Ons... --> Add-ons that have been used by Internet Explorer --> [find/highlight the line with file = AcroIEHelper.dll] --> Disable --> OK --> Restart the browser (and maybe the PC).
    As for 7.1.0 not being a real update, that is wrong. It is real.
    Read about it here:
    http://www.adobe.com/support/security/bulletins/apsb08-13.html
    It says:
    "Adobe recommends users of Acrobat 8 and Adobe Reader install the 8.1.2 update and users of Acrobat 7 install the 7.1.0 update to protect themselves from potential vulnerabilities. This is an update to resolve the issues previously reported in Security Advisory APSA08-01."

Maybe you are looking for

  • How do i remove an icloud account without signing out

    I was wondering how to remove an old icloud account. I have an iphone 4s, (ios 8.1.3). a pop up keeps coming up saying to sign into your icloud account, but it is under an old email that has been deactivated for years. I have a new icloud account, bu

  • Add Row Button Not Working

    I've read the threads and done numerous searches.  Not sure why the add row button isn't working, other buttons work. Here's what I've found and done. Print button subform - positioned (have tried flowed, too) allow page breaks Table: body rows vary 

  • Info records for valuation types

    Hi, Is it possible to have different info records for two valuation types of a particular valuation category with respect to different vendors? Thanks Ravi

  • Computer can't turn off

    Very odd thing... i'm not too sure how or why it happend, but my version of itunes has stoped working and said it was corrupt, then my desktop picture changed back to the mac default one, i can't change it to any other picture, the eject button on my

  • How can you change data on a SQL 2012 application database that uses availability groups from BizTalk server?

    If you use the WCF-SQL adapter it is recommend that you set UseAmbientTransaction to true if you are changing data. I think this requires MSDTC to be enabled on the SQL server that you are changing the data on. (http://msdn.microsoft.com/en-us/librar