Launch a PDF

I need my CD-based Flash presentation to launch PDF files. I
have a link to launch the file, but for some reason it always
defaults to the browser rather than the stand-alone Adobe Reader.
How can I change this?
From another user I now know I can get a distributable
version of Reader to include on the CD and I can use the exec
command to launch that application with a button push, BUT, how do
I actually target the PDF to only open in Reader?
I have not set up the exec command yet nor downloaded the
distributable Reader software, but I have opened Adobe Reader, then
launched the Flash presentation and then clicked my PDF link. It
still ignores the open Reader and goes straight for the browser.
AGGGGHHH!!

steve2057 wrote:
> Is third party software the only/best way to go here?
you could go with BAT files and FS commands but these are
rather ugly
when comes to execution. It will prompt black dos window
processing the
action while executing. Does not look neat on commercial
project.
3rd party make it look neat.
I have been using Jstart for many years but there are other
options as well.
Let me paste my other reply on same topic from few days ago:
http://flashjester.com/?section=tricks_jtools_jstart
JStart will allow you to not only launch a program, but use
parameters to make the
program open files, perform special actions and just about
anything you can use
parameters for. You can also choose to launch files with
their default associated
program.
Another solution is provided by Rick Turoczy, it's pretty old
but it should still
work. Perhaps give it a try.
http://www.flashgeek.com/tutorials/07_launchapp_01.asp
Easy to use tool that allow you to launch basically anything
from the projector.
As long as there is system default application supporting
particle file.
> If I use FlashPaper to convert my PDFs to .swf files,
then have a link in my
> Projector to it, what opens when they click on the file?
Since the Projector
> file is already running in Flash Player, will the new
SWF file pop into Player
> too? Will it knock the presentation out, or will it open
a web browser to
> display it?
It does not work like that :) You can't can't open none
executable file from flash.
You could use flash to load that SWF file but not open it as
standalone.
Best Regards
Urami
!!!!!!! Merry Christmas !!!!!!!
Happy New Year
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

Similar Messages

  • How to Launch a PDF on Webgui

    Dear Experts:
    What I am trying to do is to convert PO smartform to PDF file and then launch the PDF file in a new window on Webgui.
    I am using function BBP_OUTUT_PO_PREVIEW_SMART, in which the function BBP_ALEWEB_DOWNLOAD is invoked.
    This program has been putted on Webgui. But when i execute it on webgui, it's keeping on running status, no error message, no new PDF window pop-up.
    I searched the thread below, but not answered.
    Re: Launching a PDF through ITS.
    Please tell me the detail about how can a launch PDF on Webgui.
    Many Thanks
    Best Regards
    Attached my test code:
    REPORT  ZSRPOCHR_CR001_POPRINT.
    *INCLUDE LBBP_PO_APPF35.
    data: gv_objectid type CRMT_OBJECT_ID_DB.
    data: cs_context TYPE bbps_po_ui_global,
          ev_abort   TYPE flag.
    start-of-selection.
      cs_context-header_guid = '4818123C61873D53E10000000A0A1CC6'.
    perform preview_po in program SAPLBBP_PO_APP if found
                        changing cs_context
                                 ev_abort.
      perform fm_print_po.
    *&      Form  FM_PRINT_PO
    FORM FM_PRINT_PO .
      DATA: ES_PDF     TYPE     XSTRING,
      EV_DOC_DESCR     TYPE     SO_OBJ_DES.
      DATA: lv_smartform TYPE tdsfname.
      LV_SMARTFORM = 'BBP_PO'.
      CALL FUNCTION 'BBP_OUTPUT_PO_PREVIEW_PREPARE'
        EXPORTING
          ip_medium          = 'PRN'
        IMPORTING
          ep_smartform       = lv_smartform
        EXCEPTIONS
          no_triggertypecoll = 1
          no_mediacoll       = 2
          no_medium          = 3
          no_media_map       = 4
          OTHERS             = 5.
      CALL FUNCTION 'BBP_OUTPUT_PO_PREVIEW_SMART'
        EXPORTING
          IV_GUID                  = '4818123C61873D53E10000000A0A1CC6'
          IV_SMARTFORM             = 'BBP_PO'
        IV_LOCAL                 = 'X'
         IV_SCENARIO              = 'PREVIEW'
    IMPORTING
         ES_PDF                   = ES_PDF
         EV_DOC_DESCR             = EV_DOC_DESCR
       EXCEPTIONS
         NO_SMARTFORM             = 1
         NO_PARTNER               = 2
         NO_DATA                  = 3
         PSF_ERROR                = 4
         OTF_ERROR                = 5
         ITS_ERROR                = 6
         NO_PRINTER               = 7
         NO_TRIGGERTYPECOLL       = 8
         NO_MEDIACOLL             = 9
         NO_MEDIUM                = 10
         NO_MEDIA_MAP             = 11
         ARCHIV_ERROR             = 12
         OTHERS                   = 13
      IF SY-SUBRC = 0.
        MESSAGE 'Smartform preview successfully!' type 'S'.
      ELSE.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " FM_PRINT_PO
    Edited by: Xiaomei on Oct 15, 2008 5:31 AM

    The display of Rich Media Annotations depends on the rendering software; many browsers have their own PDF display tools (Firefox, Chrome, etc) which have no support for RMAs and Flash, so your file's rendition is ultimately at the mercy of whether your consumers will install Adobe Reader, and if their browser has taken charge of the PDF file format. You can't influence that, nor can you realistically even detect it.
    Making a PDF file (or any other) show a download/save prompt rather than being displayed inline is done by sending extra HTTP headers (setting a Content-Disposition entry). That requires changes on the webserver, either with direct configuration of the server (via an .htaccess file) or by delivering the PDF file through a wrapper program in PHP, ASP etc. that adds the extra headers. Nothing about the file itself will change how it's served.

  • Adobe Reader XI won't launch/read pdfs. No error message.

    All of a sudden, reader xi wont launch, read pdfs, or download pdfs online. When I double click the program shortcut (or pdf I want to open) the mouse makes the "loading" animation....but nothing happens. No error message, just refuses to work. Re-installing temporarily fixed the problem. However, the next time i turn on my machine the problem returns! I'm at the point where I have to reinstall adobe everytime I turn on the computer .
    Any advice would be welcome.
    I'm on windows 7 btw

    You can try using Windows Explorer to navigate to C:\Program Files (x86)\Adobe\Reader 11.0\Reader, then double-click on Eula.exe and accept the license agreement

  • Javascript error when launching XFA pdf from browser

    Hi all,
    I am trying to use my XFA PDF from a browser. On my local system I have  set up a web server and am launching my PDF from there. However, I am getting a ReferenceError with regards to one of my Javascript functions.
    My PDF has dependency on a javascript file that resides in the Acrobat path as follows:
    C:\Program Files\Adobe\Acrobat 9.0\Acrobat\Javascripts\
    When I use my PDF directly from an Acrobat instance, everything works fine. The issue comes up only when launching from server. How do I link the javascript file to my PDF?
    Edit: The user is going to be launching the PDF from the server via a web browser. In such a case where do I place the javascripts?
    Help appreciated,
    Thanks

    @George: thanks for the quick response!
    My JS code contains a readFileIntoStream which I learnt is also to be run under privileged context. (still learning the ropes here.. ).  I have been trying to incorporate the JS code directly into the PDF to get around this privileged context..  but I am unable to find a non-privileged equivalent for readFileIntoStream..
    Basically my users would be accessing the PDF from the server direct via the browser. For my testing purposes I am able to run the PDF directly from my desktop via an Acrobat instance without any hitch as the scripts are folder level like you mentioned. Is it possible for the users to be able to access the javascripts from anywhere on the server rather than directly from the PDF?  Please note, users will not be saving copies of the PDF on to their local machines (in which case we could have pushed the JS file along to their machines) . I need to ultimately run the PDF from browser.
    I hope I am clear..
    Thanks.

  • Launch a PDF from htmlText

    Hi - I need to launch a PDF in a blank window - or at least
    give the user the choice to "download" it from my app to their
    desktop.
    The attached code shows how I got it to work using getURL and
    an onRelease command...but I need to get the same to work from a
    text field. On rolling over the text appears in the field as shown.
    When I rollover the btn I get the hand cursor - not so with
    the text link. When I rollover the text I get an "I" beam...if that
    matters.
    The attached code is on the same frame, same layer - so I
    can't imagine that the path to the pdf would be different. I
    couldn't use getURL on the text so I tried what you see below.
    How can I do this?
    TIA your help.
    JL

    kglad - Thanks for that. I meant RollOut. That's funny. In
    one of these little modules I've made - I HAD to use onRollOut. All
    I did was repeat the onRollover code under onRollOut - otherwise
    the text would disappear when the user left the hit zone of the
    button. I did as you suggest and the text stays put on the roll
    out. I'll have to dig that old file up to see what I did that was
    different.
    AND - as far as that link to a PDF - the reason I was getting
    the "I" beam over the links in the text had nothing to do with the
    code in the htmlText. I had a "vagrant" textField overlaying the
    one I was trying to interact with. It was blocking me from
    clicking. So the code in the htmlText above WILL work and DOES work
    afterall.
    Thanks for your help.
    JL

  • Reader 9.0 - runtime error when launching from pdf

    Reader 9.0 does not like to launch from an associated pdf. It will occasionally open but 98% of the time it returns a Visual C++ Runtime Library error: "This application has requested the Runtime to terminate in an unusual way. Please contact the Application's support team for more information"
    If you open Reader 9.0 directly and drag a pdf into it, there is no problem. Everything works the way it is supposed to. It is only an associated launch that causes the problem. No other apps are experiencing launch problems on this comuter.
    System is running XP-SP3. System resources are not being taxed. Of course I have already tried uninstalling, reinstalling, rebooting.

    Yup, same here, OS and all.
    BUT, I can't even get Reader 9.0 directly without that error!
    When will I learn to stop trusting major X.0 releases from ANY software company?
    As always, I have a 8.1.2 full install saved and reverting back to it for now.
    BTW, Adobe initially looks like they will let you download 8.1.2, but then they switch you back up to 9.0. Gotta watch 'em.

  • EXE on a CD won't launch a PDF

    Hi - When building and testing my project I was able to
    launch PDFs in a separate browser window. The PDFs are in a folder
    within the project. When I burn the project on a CD, the Mac
    Projector opens Acrobat Reader in a Safari window and shows the
    PDF...as expected. On the Win XP side, the EXE performs fine except
    for this feature.
    I'm using a link in some text to do this:
    <a href=\"SP/_PDFs/p579sp.pdf \" target=\"_blank\">.
    How can I get this to work on Windows the way it works on
    Mac?
    TIA your experienced input.
    JL

    Library CDs and DVDs get a real workout so your diagnosis is likely right. My wife works at our public library and they have a disk cleaner/buffer on hand becasue of the way disks get treated by some patrons.
    Can you see scratches on the disk? Will the disk work in other computers or devices?
    AS for you OS being too old, we would have to know the subject of the CD and whether it requires you to use an application that is on the disk for access to the data

  • Launching a PDF or DOC from projector

    I am on a MAC...and I need to create a projector that will
    launch PDF and word docs....can this be done or is there a third
    party product I can purchase to do so?
    Any help would be greatly appreciated.
    Thanks!
    Jennifer

    Hi,
    I think you can't make it open in powerpoint. I suggest you try to publish the ppt as an HTML file and see if the code still work.
    Also, there are some tools that take ppt files, add quizes and then allow you to publish it as flash or HTML content that are also SCORM complaint.
    Amos

  • Creating code in AS3 to launch a PDF file?

    Hi,
    I am interested in creating a page on my website where visitors can download a pdf file. I have never done anything like this.
    Can anyone recommen a good tutorial or website tat has info regarding the code necessary to make this work in Flash AS3.
    Thanks

    there's not enough substance for a tutorial.  if your pdf is sample.pdf, use:
    var fRef:FileReference=new FileReference();
    fRef.download(new URLRequest("sample.pdf"));

  • CP8 - trying to launch a pdf from a subfolder on a button - not working - any suggestions?

    Tryong to open a pdf from a folder /pdf/documentname.pdf - using the action Open URL or File - deselected "continue playing project" - works if file is in same folder as published content - need to keep sepearet for security access reasons
    saw this was a bug in CP7 - I am using CP8 - anyone???

    I don't think you are alone, I cannot advise but I am having the same issue and have posted here:
    https://discussions.apple.com/message/23205752#23205752
    I suspect it's to do with IOS7 but not everyone is affected, mine was working before. I have read on some forums that Apple have just replaced the iPad as they have not been able to resolve the issue. If yours is new I would take it back and ask to try another with IOS7 installed before swapping.

  • Launching Quote PDF from UWL

    Greetings,
    I have a discount approval workflow in CRM.  The discount approval person wants to see the quote in PDF when he/she gets the quote approval request in his UWL Task tab, but I haven't been able to figure this one out.
    We have the class/method:
    zcl_cust_doc_proc_crm_order=>crm_srvcont_exec_smart_form
    which we use in the PCUI to display the quote.
    I looked at using SWFVISU and adding an entry for object visualization, but I don't understand how this would link back to approval task.  Can someone please help me with this or point me to some documentation.
    Thanks.
    Regards,
    Mel Calucin
    Bentley Systems

    Hi Raja,
    Thanks for your response.
    Actually I had checked regardng UWL XML config details about this task and this parameter appears there..
    So that is the reason I was wondering whether this is related to any patch levels?
    Have you come across any details e.g. patch level pre-requisites etc for dynamic parameters to work with UWL?
    Pls let me know If you have any other suggestions to check for.
    Regds,
    Akshay

  • Launching a PDF from an Email

    When I try to open a PDF attached to an email, the systems attempts to find a version of Acrobat 11 Pro which I had purchased and since returned/removed.  How do I get it to use Acrobat Reader to open the document?

    Right click any downloaded PDF already on your system. Choose "Properties".
    Under the General tab, where it says "Opens with" click "Change".
    Select Adobe Reader and click "OK".
    Click "Apply".
    Click "OK" and ALL PDFs will now open with Reader.

  • Launching a PDF file to print using AIR 1.5/Flash AS2

    I have a flash SWF that I run as a AIR 1.5 desktop app. I want the user to be able to open a pdf file to print it. As it is now, I have flash call their browser to open the local PDF with a open url http://myfile.pdf. This works fine if their browser can open a pdf but one out of 3 of my test users can’t open it via the browser.
    How can I use AIR or their local PDF reader to open the pdf in order to print it?

    The title of your post suggests that you simply want to print the PDF.
    If so, just open it with Preview (the default), and print from there.
    And telling Word that the PDF is a Word file (which it is not), will just get Word confused, which would explain why you are getting error messages.

  • Can't launch PDF in Production mode

    I am publishing a Captivate CBT to my LMS, but I cannot get
    the Captivate program to launch the PDF's I have embedded within
    the text. When I publish the docs are included with the files to
    move to my LMS. In other words, once the Captivate program is in
    production there are links to certain documents I want my learners
    to use for job aids. It won't launch the content. I have everyone
    of them set to "launch URL or File" from the edit mode of
    Captivate. This is my 3rd attempt, am I doing something wrong or is
    the person managing my LMS wrong?

    Hi arewers,
    Do you have Adobe Reader installed, by any chance? If so, are you aware if it was the PPC or Intel version which you installed? In any case, for the time being, have a quick look in 'HD/Library/Internet Plug-ins/' using Finder and see if there's an Adobe plugin lying around. If there is, try moving it out of the folder and restarting Safari.
    Yang

  • PDF launched in/out of CHM window frame

    Hi,
    I have a couple of .chms developed with RH 7.  In these, I have a couple of merged CHMs that contain topics whose only function is to launch a  PDF file.
    The HTML/JS code that does this is below.  It is not clear to me that this code has anything to do with what I am seeing.  I don't know where the script came from.  If there is a better way, please share it!
    My prefererence is to have the PDF launched within the CHM's window frame.  And it does do this, but only when the CHM is launched by another program.  So if you view the "primary layout" from withing RH and select the topic, the .pdf opens up right in the frame.   This is also the case if the .chm is launched from our application executable using HTMLHelp() from the Windows SDK.
    But, if you click on the .CHM file and open it directly from windows, when you select the topic that maps to the .PDF, the .PDF is opened in an independent launch of Adobe Reader, not in the .CHM frame.
    Does anyone know why this works this way, and if there is a way to correct it?  I would like the operator to be able to open the .CHM directly and still have the .PDF displayed within that frame.
    Thanks.
    Suzanne.
    Here is the HTML code that launches the .PDF:
    <html><head>
    <meta stuff blah blah blah...>
    <title>External PDF</title>
    <script LANGUAGE=JavaScript TYPE="text/javascript" src="SomeScripts.js"></script>
    </head>
    <body onLoad="parser('../FolderName/Filename.pdf')">
    <h1 style="font-family: Arial, sans-serif;">External PDF</h1>
    <p> </p>
    </body>
    </html>
    Here is the script:
    function parser(fn)
    var X, Y, sl, a, ra, link;
    ra = /:/;
    a = location.href.search(ra);
    if (a == 2)
      X = 14;
    else
      X = 7;
    sl = "\\";
    Y = location.href.lastIndexOf(sl) + 1;
    link = 'file:///' + location.href.substring(X, Y) + fn;
    location.href = link;

    The only other (still similar) method is to touch at the bottom of the active screen and drag SLOWLY up to place it in the corner, it will slow down the animation some, but still basically the same.
    Otherwise, there is not a way to disable that.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • Connectivity with sql server

    Dear community members; I am using Oracle 10g DB. Now I want to connect with SQL Server 2005. Is there any possiblity for connectivity. Because we have to pick some data from sqlserver on online transaction entry time. Waiting for usefull response. T

  • Default vendor is coming in J1IG transaction while capturing excise invoice

    Hi, While capturing excise invoice at depot by using J1IG transaction, i am getting default custom vendor automatically. This is for STO transfer i am capturing excise. I have maintained some other custom vendor in the p.o. Pls. let me know from wher

  • GPG / pin-entry passphrase / mantra too long (limit now 22 chars)

    I was wondering why the gpg pass-phrase (german trans.: Mantra) is now limited to 22 chars (tested with gtk. For ncurses this may vary slightly) and if there is a workaround available? As I understand pin-entry (a helper  that passes the password to

  • Javascript combobox

    In javascript for the combo box if i prefer onblur, after i selected the item and pressed outside of it, then only particular action is performed.In onchange if i selected the item for first time it works well. but continously i selected it again it

  • How to connect from  bw system  ecc system.

    how to connect from  bw system  ecc system.