Open pdf to specific page is working in XP but not Vista

Hello,
I have a Flash project consisting of multiple pages. On each page there is a link that will allow the user to open a pdf to a specific page to supplement the information contained in the Flash page.
To do this I am attaching the following script to the button on each page:
on (release) {
    getURL("My document.pdf#page=37");
This works fine in Windows XP. I can navigate to different pages in Flash and open a different page in the pdf each time.
It is not working for me in Vista. What it does in Vista is the first time you click on the button it will open the pdf to the specified page. The problem is that if you hit that button again or navigate to another page and click on that button to open another page in the pdf, it opens the pdf but only to the first page and ignores the specified page request.
The project will be running from a cd only.
Any help will be greatly appreciated.
Thanks,
Jeff

Suggest you check the pages against the W3C Validator and eliminate the errors:
http://validator.w3.org/
e.g. the upper cheeks page has mangled code including three closing </head> tags (lines 31, 88 and 176) which IE and Chrome are probably barfing on.

Similar Messages

  • HT1338 why i'm not able to open pdf files? says i need adobe reader, but not sure where to get it.

    why i'm not able to open pdf files? says i need adobe reader, but not sure where to get it.

    Welcome to the Apple Support Communities
    You can use Preview to open PDFs. Right-click a PDF file and go to Open with > Preview

  • Open PDF in Specific Page

    Hi =)
    Suppose I have a big pdf, let's say, with 500 pages.
    I want to know if it can be opened in a specific page (this page can change). How can I do that? Is it possible?
    Besides that, if I'm looking for a specific word, is it possible to open the pdf in the page it first occurs and highlight it (the word)?
    (Note that I'm not talking about doing a search for a word once the pdf is opened.)
    Can someone help me?
    Thanks =)

    Hi =)
    Thank you for replying =)
    Ok, but is there a way of making it programmatically? (I did not explain myself very well in the first post)
    Suppose I have this pdf file in a website that allows the user to search for a word and gives all the results of his search through all pdf files in that site. I want the user to be able to click in the file he wants to see and automatically open the pdf in the page where the first matching word is.
    Is there a way?
    Thanks =)

  • Style defined in page header works in FF but not IE

    FireFox 2.0.0.15
    Internet Explorer 6.0.2900
    ApEx 3.0.0.20
    I need to conditionally display data in red and with strike-through in a standard report (multi-column, multi-row); in effect some lines will be normal, some in red and strike-through.
    I declared a style in the page header
    <style type="text/css">
    st {font-size: 7.5pt; color: red; text-decoration: line-through}
    </style>
    and wrapped the data in <st> </st> tags in the select statement based on the condition.
    This works fine in firefox but not at all in internet explorer. Because the requirement is based on a condition, I must do this at select time.
    Anyone got any ideas? If you have I may also ask how to do it on a manually built tabular form (using apex_item).
    Richard

    Hi
    I would change your code to this (notice the . before st):
    [style type="text/css"]
    .st {font-size: 7.5pt; color: red; text-decoration: line-through}
    [style]
    In the select, use [span class="st"][span] (or any other suitable tag).
    I am surprised your method worked in FF, as "st" is not a standard tag AFAIK.
    Luis
    NB: replace [] with &lt; &gt;

  • Why can I open a saved htm page from 2008 to 2012 but not 2013?

    I have saved an htm and or html page for 4 days a week since 2008 to 2012. those pages have had no issues opening as the saved page. but ever since approximately 2013 those saved pages will not open as saved. I have asked at the site that the page is coming from if it had changed anything, they said no. my system is the same as it has been for many years(10), windows XP service pack 3. as for other saved files there are no issues, I would be happy to send as an attachment a page from 2008 and any of the saved pages from 2013.

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information such as bookmarks and history.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences, you may also want to backup those htm/html just in case if something goes wrong.
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • For some reason I cannot download and view PDFs from a website, It works in chrome, but not Firefox, please help.

    When attempting to download a PDF, (detailed bill description) the download appears in the OS X download folder. When attempting to click on that file, a warning comes up that the file is empty.
    When I switch browsers and navigate to the same page, (Chrome), the document downloads and I'm able to view the document.
    I updated the browser to version 33.1, but that didn't help.

    Do you have parental controls enabled on your computer or have other security software that might interfere?

  • Why doesn't the Zoom work on images in Firefox 4 ? The page Zoom works for webpages but not for pictures like Firefox 3.7 did :(

    I have already seen the "page Zoom" help article and that doesn't solve the problem.
    with Firefox 3.7 i could view an image and use the "control" & + & - keys to zoom in and out but with the new Firefox4 that zoom only works on webpages and does not work for images like it did before.
    is there a solution to this ?
    example:
    http://nssdc.gsfc.nasa.gov/planetary/lunar/images/a11easep.jpg
    when i had Firefox 3.7 , i could zoom in and out but now it doesn't work with Firefox4
    what's the deal ? : )

    Check the Zoom settings: View > Zoom > Zoom Text Only
    * http://kb.mozillazine.org/Zoom_text_of_web_pages
    Press F10 or press and hold the Alt key down to bring up the "Menu Bar" temporarily.

  • How do I open to a specific page or destination in a pdf file using Buddy API Xtra?

    Hello,
    I'm working with a CD ROM catalog that utilizes the Buddy API Xtra to open PDF files when a link is clicked. The client would like to be able to open to a specific page within a pdf file.
    I can open a pdf file using the Buddy API baOpenfile() function but I'm having trouble opening to a specific page when I add #page=4:
    baOpenfile("@\pdfs\Powder Cores\Magnetics_Powder_Core_Catalog_2011.pdf#page=4","normal")
    I've also tried working with the code below which seems to me like it should work... I didn't realize that the "open..." part of it was a function in Director.
    on mouseUp me
      pageNum = 4
      theApp = baShortFileName(baFindApp("pdf"))
      theDoc = baShortFileName("@\pdfs\Powder Cores\Magnetics_Powder_Core_Catalog_2011.pdf")
      theArgs = "/s /A page=" & string(pageNum)   & "&pagemode=bookmarks"
      -- (translates to "/A page=4" in this example)
      open theApp && theArgs && theDoc
    end
    Thoughts?
    Thank you in advance!

    Thank you Dee! This works perfect!
    It would be cool to know how to use bashell() for this.
    The help files give the following examples:
    Result = baShell( Operation, Filename, Args, WorkDir, State )
    ok = baShell( "open", "c:\windows\notepad.exe", "myfile.txt" , "", "normal" )
    ok = baShell( "edit", "myfile.htm" , "", "", "normal" )
    So I tried:
    on mouseUp me
      -- Close the program group
      tWindowList = baWindowList( "" , "pdf" , false )
      if tWindowList <> [] and count(tWindowList) > 0 then  baCloseWindow(tWindowList[1])
      pageNum = 4
      theApp = baFindApp("pdf")
      theDoc = _movie.path & "pdfs\Powder Cores\Magentics Powder Core Catalog.pdf"
      theArgs = "/A "&QUOTE&"page="&string(pageNum)&"=OpenActions"&QUOTE
      baShell( "open", theApp, theDoc , theArgs, "normal" )
    end
    It opens the pdf file without going to a specific page. Any thoughts as to why it wouldn't accept theArgs?
    Thanks again!

  • Web Link to Open to a Specific Page

    I have a pdf document that contains links to other pdf documents. This document is fully functional on our network. I am trying to transfer this set of documents to an on-line file management system. I have almost accomplished this goal with the exception of not being able to have the on-line links open to a specific page in a document. It is possible to do this on the network by going into link properties and adding the action, go to a page in another document. Then you can edit it to open to specific page, for example page 6. Is there a way to specify a page on the on-line file management system?
    Thanks!

    about.html??panel=1#Accordion1
    should be
    about.html?panel=1#Accordion1
    or can be
    about.html?panel=1
    var Accordion1=new Spry.Widget.Accordion("Accordion1", {useFixedPanelHeights:false});
    var Accordion1=new Spry.Widget.Accordion("Accordion1", {defaultPanel: params.panel ? params.panel: 0});
    Combining the above
    var Accordion1=new Spry.Widget.Accordion("Accordion1", {useFixedPanelHeights:false, defaultPanel: params.panel ? params.panel: 0});
    Gramps

  • Open PDF at specific bookmarks

    I have a newsletter posted on our website as PDF. Want HTML email to go out to subscribers containing intro paragraphs of each article, click the appropriate link to the web page, and then Open PDF at the text in the article. I have everything bookmarked in the PDF article but can't find info on how to control location of opening of document based on a condition; only (under Document Properties) the ability to ALWAYS open to any page, magnification, open w/ bookmarks panel open, etc. If not built into Acrobat, is there either a way to:
    pass a parameter to Acrobat to open to a specific page or bookmark?
    run a script to control this function?
    any another way to do this?
    I am using Acrobat 6.0 but willing to buy 8.0 if it has this needed capability.
    Thanks in advance,
    Larry Aaron
    Las Vegas, NV

    Found the answer to my question! The article linked below explained PDF Open Parameters. I created a named destination in my pdf and then added #nameddest=name of destination to the end of my URL.
    Thanks
    Bernd Alheit - 8:57am May 8, 07 PST (#1 of 2)
    Read this:
    http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf

  • Error message says need Adobe reader 8 or 9 installed to open pdfs from web pages yet Reader 9alredy

    Error message says need Adobe reader 8 or 9 installed to open pdfs from web pages yet Reader 9 is alredy installed on computer. Is this a 64 bit ossue although I am sure I did not have this problem prior to a replacement hard drive being installed.

    What is your operating system, browser?
    What is the exact message you are getting?

  • CS6: DistributedCOM Error id: 10016 when open pdf from web page in Win8.1

    For example here below I've got the issue: 
    http://modemwifi.it/wp-content/uploads/asus-dsl-n55u.pdf
    Adobe Acrobat X pro V 10.1.8:
    DistributedCOM Error id: 10016 when open pdf from web page.
    Nome registro: System
    Origine:       Microsoft-Windows-DistributedCOM
    Data:          04/11/2013 19:09:19
    ID evento:     10016
    Categoria attività:Nessuna
    Livello:       Errore
    Parole chiave: Classico
    Utente:        PC-PIERO\Piero
    Computer:      Pc-Piero
    Descrizione:
    Le impostazioni delle autorizzazioni impostazioni predefinite del computer non concedono l'autorizzazione di Attivazione in Locale per l'applicazione server COM con CLSID
    {B801CA65-A1FC-11D0-85AD-444553540000}
    e APPID
    {2EAF0840-690A-101B-9CA8-9240CE2738AE}
    all'utente Pc-Piero\SID Piero (S-1-5-21-3453328585-262132574-2759341577-1001) dall'indirizzo LocalHost (tramite LRPC) in esecuzione nel SID del contenitore di applicazioni Non disponibile (S-1-15-2-1430448594-2639229838-973813799-439329657-1197984847-4069167804-1277922394). Per modificare tale autorizzazione di sicurezza, è possibile utilizzare lo strumento amministrativo Servizi componenti.
    XML evento:
    < Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" />
        <EventID Qualifiers="0">10016</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8080000000000000</Keywords>
        <TimeCreated SystemTime="2013-11-04T18:09:19.468877700Z" />
        <EventRecordID>14806</EventRecordID>
        <Correlation />
        <Execution ProcessID="768" ThreadID="776" />
        <Channel>System</Channel>
        <Computer>Pc-Piero</Computer>
        <Security UserID="S-1-5-21-3453328585-262132574-2759341577-1001" />
      </System>
      <EventData>
        <Data Name="param1">impostazioni predefinite del computer</Data>
        <Data Name="param2">Locale</Data>
        <Data Name="param3">Attivazione</Data>
        <Data Name="param4">{B801CA65-A1FC-11D0-85AD-444553540000}</Data>
        <Data Name="param5">{2EAF0840-690A-101B-9CA8-9240CE2738AE}</Data>
        <Data Name="param6">Pc-Piero</Data>
        <Data Name="param7">Piero</Data>
        <Data Name="param8">S-1-5-21-3453328585-262132574-2759341577-1001</Data>
        <Data Name="param9">LocalHost (tramite LRPC)</Data>
        <Data Name="param10">Non disponibile</Data>
        <Data Name="param11">S-1-15-2-1430448594-2639229838-973813799-439329657-1197984847-4069167804-1 277922394</Data>
      </EventData>
    < /Event>
    How can I solve this problem?
    Thanks

    // I got this from an Action (I�m using Struts)
    java.sql.Blob file=(java.sql.Blob)request.getAttribute("PDFfile");
    String filename=(String)request.getAttribute("filename");
    try{
      int iLength = (int)(file.length());
      response.setHeader("Content-type", "application/pdf");   
      response.setHeader("Content-Disposition", "inline; filename=\""+filename+"\"");
      response.setHeader("Expires","0");
      response.setHeader("Cache-Control","must-revalidate, post-check=0, pre-check=0");
      response.setHeader("Pragma","public");
      response.setContentLength(iLength);
      ServletOutputStream os = response.getOutputStream();
      InputStream in = null;
      in = file.getBinaryStream();
      byte buff[] = new byte[1024];
      while (true) {
          int i = in.read(buff);
          if (i<0) break;      
          os.write(buff,0,i); 
      os.flush();
      os.close();
    } catch(Exception ex){
       out.println("Error while reading file : " + ex.getMessage());
    }and now it�s running !!! I�m not using response.setContentType(...) and I do this in response.setHeader("Content-type", "application/pdf"). And I use response.setHeader("Content-Disposition", "inline; filename=\""+filename+"\"") instead of response.setHeader("Content-Disposition", "attachment; filename=\""+filename+"\"");

  • I am trying to use powerpoint but when I open a document I want to work on it does not open on my desktop. It appears as open on mission control but it disappears offscreen. How can I get it to open where i need it and can work on it?

    I am trying to use powerpoint but when I open a document I want to work on it does not open on my desktop. It appears as open on mission control but it disappears offscreen. How can I get it to open where i need it and can work on it?

    It's almost certainly too late.
    The time to create a backup is before a catastrophe.  After a catastrophe, it's too late.

  • Specific extractor works in DEV but not in QUAL

    Hello Everybody
    I have new problem : I created a specific extractor ZCRM_SRV_PROCESS_I based on specific FM based on RSAX_BIW_GET_DATA_SIMPLE.
    This extractor have to retrieve specific fields of Service Order Item (linked document type BUS2000116)
    In DEV it works fine for loading INIT & DELTA
    In QUAL, loading INIT does not work but loading works for some records...
    Loading finish with following message :
      System Response
      Caller 09 contains an error message.
      Further analysis:
      The error occurred in Extractor .
      Refer to the error message.
    Job is cancelled in source system with small text :
    19.04.2011  14:51:05  Job started
    19.04.2011  14:51:05  Step 001 started (program SBIE0001, variant &0000000022545, user ID ALEREMOTE)
    19.04.2011  14:51:05  Asynchronous transmission of info IDoc 2 in task 0001 (0 parallel tasks)
    Do you know why it works in DEV but not in QUAL ?
    Thank you
    Cyril
    Edited by: cyril meslin on Apr 20, 2011 9:53 AM

    There is no problem of authorization. In RSA3 it's ok for some records but too long for full of records.
    In fact, my FM make a first select after to be determined init or delta mode :
    IF i_updmode = 'D'.
            SELECT i~guid h~object_id h~guid h~process_type
                     INTO TABLE st_zcrmt_bw_i       
                     FROM crmd_orderadm_h AS h
                     INNER JOIN crmd_orderadm_i AS i ON h~guid = i~header
                     WHERE h~object_id    IN lr_object_id
                       AND h~changed_at   >= lv_timestp
                       AND i~guid         IN lr_item_guid
                       AND ( i~product_kind <> 'X' OR  i~product_kind <> '' )
                       AND ( h~process_type = 'ZSOL'
                          OR h~process_type = 'ZSPE'
                          OR h~process_type = 'ZSVO'
                          OR h~process_type = 'ZSVT' ).
          ELSE.
            SELECT i~guid h~object_id h~guid h~process_type
                     INTO TABLE st_zcrmt_bw_i         "PACKAGE SIZE I_MAXSIZE
                     FROM crmd_orderadm_h AS h
                     INNER JOIN crmd_orderadm_i AS i ON h~guid = i~header
    *                 UP TO I_MAXSIZE ROWS
                     WHERE h~object_id    IN lr_object_id
                       AND i~guid         IN lr_item_guid
                       AND ( i~product_kind <> 'X' OR  i~product_kind <> '' )
                       AND ( h~process_type = 'ZSOL'
                          OR h~process_type = 'ZSPE'
                          OR h~process_type = 'ZSVO'
                          OR h~process_type = 'ZSVT' ).
          ENDIF.
    Then FM CRM_ORDER_READ is running for 500 records to retrieve header data :
    CALL FUNCTION 'CRM_ORDER_READ'
        EXPORTING
          iv_no_auth_check     = abap_true
          it_header_guid       = it_guids      "500 records
          it_requested_objects = lt_requested_objects
        IMPORTING
          et_orderadm_h        = lt_orderadm_h
          et_service_os        = lt_service_os.
    Then this FM is running for 10 records for item data (max 10 because FM CRM_ORDER_READ does not work for more records) :
    CALL FUNCTION 'CRM_ORDER_READ'
        EXPORTING
          iv_only_spec_items   = abap_true
          it_item_guid         = it_guids         "10 records
          it_requested_objects = lt_requested_objects
        IMPORTING
          et_orderadm_i        = lt_orderadm_i
          et_sales             = lt_sales
          et_appointment       = lt_appointment
          et_status            = lt_status
          et_text              = lt_text
          et_subject           = lt_subject
          et_doc_flow          = lt_doc_flow
          et_customer_i        = lt_customer_i
    Perhaps if I succeeded to improve SELECT & call of CRM_ORDER_READ, it would be better but I don't know how to do...

  • Madison Square Garden web site opens but when I click on view all concerts tab at the MSG site it does not open. It works with AOL but not Firefox

    I go to '''www.thegarden.com''' I click on the tab '''View Full Calendar'''. It does not open. It works on AOL but not Firefox. And for some reason it also does not work when I use Internet Explorer. The majority of times when I click on that tab (in Firefox) it does not work. On a rare occasion it will open. I am not doing anything differently either time.
    Any help would be greatly appreciated.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • Podcasts and syncing with iTunes 6.0

    So I just hooked up my iPod with iTunes 6.0 for the first time. After changing the drive letter (don't know why I needed to do that), it seemed to sync fine. Except that it started uploading 188 old podcasts that I've played (Parts of audiobooks). Th

  • What is the max no of pages a Script can add using OATS?

    HI, I am getting some problems when no of pages in a script are more,Do anybody knows what is the max limit of pages we can add in a Script.

  • Bulletin Board Theme Font

    Does anyone know what font is used in the Bulletin Board theme titles? I like the font that is used there and would like to match it in some of the other titles available.

  • Urgent : Home - Documents - Overiview - Public Documents

    Hi, I want to make some modifications in the Public Documents iview which could be found here in the Portal: Portal Content -> Content Provided by SAP -> End User Content -> Standard Portal USers -> iviews -> com.sap.km.iviews -> Public Documents. No

  • Entity primary key conflict

    I created the following table : Table1: primary key:pk Table2:primary key:(pk,pk1) and foreign key(pk) ex:table (pk,pk1,a,b,c... ) are the columns table3:primary key:(pk,pk2) and foreign key(pk,pk1) ex:(pk,pk1,pk2,h,i,j,) are the columns when trying