Open a PDF via a button/script in a projector

I am going to burn a projector to a CD with a folder
containing some pdf files. I would like to ask how to open a pdf
file(if it's even possible) from a button in director. I don't need
it to open inside the projector, just click on the button then it
will open an Acrobat Reader.
I hope you get the idea of what I'm trying to do.
Thanks

"rafa@mediatech" wrote:
> Also, if your files are inside a folder, remember to put
the path of the folder before the name of the PDF.
> example:
> baOpenFile( the moviepath&"FOLDER/NAME.pdf",
"normal" )
The above posts have given the best way to open a PDF. It
uses the Buddy API Xtra to open a file with the
program to which its associated. Buddy API Xtra can be used
free if you use limited functions. So, you can use
the baOpenFile without needing to buy the full version of the
Xtra. The Xtra is available from:
http://www.mods.com.au/budapi/
Other ways to use PDFs with Director are described here:
http://www.deansdirectortutorials.com/FAQ/pdf.htm
regards
Dean
Director Lecturer / Consultant / Director Enthusiast
http://www.deansdirectortutorials.com/
http://www.multimediacreative.com.au
email: [email protected]

Similar Messages

  • Is there a way to open another pdf via a button in my (pdf embedded) flash movie?

    My Acrobat 9 pro pdf, contains an ActionScript 2.0 swf, added via the Flash tool, on the multimedia toolbar.
    The Flash file contains an animation introducing a collection of linked pdf files.
    At the end of the intro a button appears, which when clicked, should replace the current pdf with one of the linked ones.
    Is it possible to do this inside actobat?
    Regards Maxwell

    Thank you.  That’s all I need to know.

  • How to hide prompts panel for WebI documents opened in PDF via openDocument

    I am linking to a WebI document via openDocument call with sOutputFormat=P. The report opens in PDF format but within another browser window with top panel and left prompts panel.  I tried to set different Web Intelligence Interactive settings in CMC to hide the left prompts panel but to no avail.  We are linking to this WebI report from an Xcelsius dashboard via openDocument and are passing parameters so that the user doesn't have to interact with the report.  Once the results are displayed, user should not be allowed to either Refresh the report or see the parameter panel in the left pane.  Is this possible either via CMC security settings or viewer customization?

    Thanks, posted. The forum was a bit hard to find

  • How to open a pdf from a button in Flash

    Good Afternoon All,
    I am working in CS4.
    AS 3.
    I am putting together a self-contained Flash presentation. The presentation and all linked images/files will be contained on a flash stick.
    I need to know how to link to a pdf that will be on the flash stick and have it open directly in reader when clicked. I've tried the following AS:
    on (release) {
      getURL("myDoc.pdf", "_blank")
    and it does work, but opens the pdf in a browser window version of reader as opposed to just reader...if that makes sense.
    Any and all help is appreciated.
    THanks.
    Geno.

    Hello,
    <p>Web.show_document calling .htm files saved on disk.....</p>
    Francois

  • Open Report From a Command Button - Script Instruction

    I want to open a report from a dashboard via a command button.
    What would be the script to do that?
    Also, how would I get back to the dashboard from the report once it's opened?

    Console.Writeln("cmdRpt")
    ActiveDocument.Sections["Report"].Activate()
    The code above is for a command button with the script to navigate to a particular "report".
    To navigate back to Dashboard, simply select the dropdown menu below the menu icons.
    Good luck.

  • Opening an URL via a button in a new browser window?

    Hello,
    I'm integrating now Oracle Reports in my HTML DB application.
    Everything work well. I have create a launching page with paremeter items and a button that call a branching of type "Branch to Function Returning a URL". This branching construct the Oracle Report URL with parameters as entered in the parameter page.
    The only thing missing is the possibility to open Report output in a different browser window. I don't know how to do it via the Branching specification. Normally, in HTML, I would use target="_new" .
    Thank you
    Jean

    you might want to try having your page submit as normal, doing your parameter manipulation in an after_submit pl/sql process, and popping up the report page from your next htmldb application page. let's say, for example, that you have an update form on page 4 that branches back to a report page 2 in your application. you'd like to use the P4_JOB value submitted from page 4 to pop up a google search for that job and the string "oracle". you could do it like this...
    --create an app-level (or page level) item called POP_ON_LOAD
    --have page 4 submit as normal and branch back to page 2
    --add a pl/sql process that fires when page 4 is submitted.  have that proc set the value of POP_ON_LOAD like so...
    begin
    :POP_ON_LOAD := 'OnLoad="popupURL(''http://www.google.com/search?q=oracle+&P4_JOB.'');"';
    end;
    --enter &POP_ON_LOAD. into the "Page HTML Body Attribute" attribute of the "On Load JavaScript..." region on the page-level attributes page for page 2.
    this way, when POP_ON_LOAD is populated, htmldb will make the onLoad call to popupURL passing in whatever url you set from your after_submit process on page 4. and just remember to clear your POP_ON_LOAD item when you don't want page 2 to pop up those extra windows.
    hope this helps,
    raj

  • Open a pdf via vba in existing acrobat window

    Hi,
    Part of my MSAccess 2007 management application manages document.
    By clicking on a document record it would open it using either OLE or DDE depending on the adobe version installed (full or only reader).
    I have an unsolved problem with the OLE code.
    Opening documents with AVDOC.Open works fine but will always open a new instance (new window) of adobe acrobat even if adobe acrobat is already active and open without document.
    Weird as if you click on a pdf in explorer for instance it would open it it the existing window.
    If I try to open it using creating a new instance of AcroExch.AVDOC and AVDOC.OpenInWindowEx the avdoc is populated with the file as AVDOC.Gettitle returns the title and AVDOC.IsValid returns true but the document does not show up in the existing adobe acrobat window.
    What am I missing ?
    Reason why I want to implement it is as working with two screens I want to have the adobe document on the second screen while working with the application on one screen. By using AVDOC.Open I always need to drag the new opened window to the other screen although there is an instance (window) of adobe acrobat open on the desktop without documents in it (I test it as it is obviously a correct behavior if there would be an open document in it).
    thks in advance for advise.
    Andre

    Hi,
    You know I have to thank you for the solution as by asking your question you provided me with a way to solve my problem .....
    As double clicking a pdf file when the application is open with no open document works as I want it to (i.e. showing the new document in the existing acrobat window), so I decided to try out a plain vanilla shell instruction in vba instead of the AVDOC.Open statement ... and ....although not very programmatically aesthetic ....  it works.
    rgds

  • Opening a PDF from flash button

    Hi guys,
    I have not done this for a while and the old source files I got do not seem to work anymore in flash pro cs5. In the past I used ZINC and flash and these code lines:
    the link to the PDF is loaded from an XML:  " ... url="data\\presentations\\EN_Vienna_Opening_Session\\EN_JShepherd_Past&Present.pdf" ... "
    the link is then stored in a flash variabl:  " ... tPath = contentItems[0].childNodes[2].childNodes[3].attributes.url; ... "
    the PDF is then opened with ZINC with: " ... mdm.System.exec(mdm.Application.path+tPath); ... "
    I know this is not forum to support ZINC, but is there any other way of opening PDF files (so they open Acrobat outside FLash)?
    Thanks,
    Nik C

    Have you already tried adding
    htp.p('Content-Disposition:  attachment; filename...as described here?
    http://download.oracle.com/docs/cd/B32472_01/doc/appdev.300/b32469/up_dn_files.htm#CIHDDJGF
    Maybe it solves the problem, in case IE is a little bit picky. But I really don't know.
    Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/

  • Open a frame via a Button?

    Hey, i am creating a cinema booking system and i have a frame (seatFrame). using the code seatFrame.show() works fine but when i enclose it within a button, the frame does not open? any help appreciated as Im fairly new to this.
    public void actionPerformed(ActionEvent click)
         if (click.getSource()==bookSeat)
         {seatFrame.show();
    }

    Does the class that contains the actionPerformed method implement the ActionListener interface? And if so, have you added the action listener to the bookSeat button? For example:
    bookSeat.addActionListener(this);By the way, using the show method is not your problem. While that method is deprecated the implementation of the setVisible method simply calls the deprecated show method. Having said that, you should be using the setVisible method.

  • Howto open weblink/url via html button in new browser window

    Hallo Apex People!
    I have built a form containing a html button linking to a webpage. Is it possible to open it in a new browser window?
    Tnak you a lot
    Johann

    Johann,
    Try this...
    In the 'Optional URL Redirect' properties of the button, change:
    Target is a: URL
    URL Target: javascript:popupURL('[your webpage');
    (Note: This uses one of the built-in javascript functions, that loads a new window without toolbars.)
    Any good?
    Ant.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Question on Opening URL's via Click Button

    HELLO,
    Would appreciate if anyone here has either encountered this,
    or can advise me if a solution exists. I have a SWF movie where, at
    the end, I invite viewers to vist another web page. Presently, if I
    provide a "Click" button, with the destination URL incorporated
    into it, when the viewer clicks the button, they are re-directed to
    the new web page from the same browser window where they viewer the
    movie. Is it possible to arrange the operation so that on clicking
    the button, a new browser window or tab launches with the
    destination web page?
    Thanks in advance for any assistance.
    Regards,
    WAYNE
    Text
    HELLO

    Hi WAYNE and welcome to our community
    Take a look at the Button properties. To the right of where
    you type the URL is a button with a down arrow on it. Click this
    drop-down and you should see an option labeled "New". That's the
    option you are looking for.
    Note that if you click the button a second time, you may also
    wish to DE-select the option labeled "Continue playing project...".
    Cheers... Rick

  • Why does Adobe Reader XI set my keyboard to display NUMBERS ONLY when I open a .pdf file?

    I need to keep re-booting my laptop to resolve above bug. Ideas please?

    ONE MONTH AND NO REPLY - WHO  CAN ADDRESS THIS BUG????
    WHEN I OPEN A .pdf document using ADOBE READER 11.0.2  BEHAVIOR is described BELOW. I CANNOT BE MORE COGENT.
    It occurs both within Adobe Reader functions, such as page printing options, and in all APPLICATIONS (Gmail, Word, etc) once I close .pdf document.
    SOLUTION: I MUST POWER DOWN/UP EACH TIME I USE ADOBE READER. THIS IS IDIOCY.
    1. Keyboard appears RESET to display numbers ONLY, and numbers displayed to DO NOT CORRESPOND to numbers I TYPE.
    AFTER ADOBE READER IS CLOSED I type "A" into say, an email address field and a random number, say, "9" appears in the field not an "A".
    WHILE IN ADOBE READER  I type "23" into the .pdf "go to page" field, and get other numbers completely.
    Happens ONLY when I open a .pdf file with Adobe Reader 11.0.2 (XI).
    Both behaviors occur whether I open a download .pdf file or attempt to open a .pdf via search engine Google + my Browsers.
    2. Operating System = Windows 7.
    3. My Browser = Internet Explorer 9 or Mozilla Foxfire; behavior is identical on either. Search engine used is Google.
    Weird, but true, and tiresome. I've had it..
    Message was edited by: SueB17 3/19/2013
    Message was edited by: SueB17

  • Create script for a button to open a PDF using AS3

    I created a Flash movie in AS3 on the mac. I have several
    navigation buttons, I want to be able to click on a button and open
    a PDF. The finished movie will be an executable for the pc. I also
    want to do the same for a .swf file.

    Well, I think I got it working. The code I came up with seems a lot more simple than what I was experimenting with. I am pretty sure I did something earlier that was similar to this code but the current swf stayed with the player when the new one loaded, I am pretty sure the old swf is hiding underneath the new one but after some testing, the actual presentation is working as intended so I am waving the AS3 white flag and am accepting how this functions in its present state. I nearly gave myself a heart attack trying to get this simple function to work
    Anyway, heres my "final" code. If anyone sees something that should be adjusted, please let me know.
    play_iv.addEventListener(MouseEvent.CLICK, loadmain);
    function loadmain(event:MouseEvent):void {
                var prevu_english:Loader = new Loader();
                prevu_english.load(new URLRequest("assets/PreVu - English.swf"));
                addChild(prevu_english);
    Also, Thankyou Ned. You pointed me in the right direction. If I didn't keep looking at the loader class, I probably would have spent days doing trial and error until I got somewhere.

  • How do I use lingo script in director to open a pdf

    I am trying to create a button that, when pressed, will open
    a pdf file. I have scripted the button as follows
    on mouse up me
    open "flyer.pdf"
    end
    I have the flyer.pdf file in the root folder, but when I
    publish the movie and try to test it, on a mac using OS X, it trys
    to open clasic (I want it to open in OS X or higher), and on a PC,
    it does nothing. One thing I noticed is that when the CD is put
    into a PC, it drops the .pdf extention. What am I doing wrong? How
    can I get this file to open on both a PC and a mac? If it is
    something simple, can you write me a script that I can copy a paste
    that will work? Thanks so much.
    Andy

    Hi Andy,
    To open a file that needs another application, you need to
    tell Director
    what application to use. You can test to see what
    applications the user
    has that will show a .pdf and use the path to that file, or,
    you can
    install acrobat reader for each platform on your CD and then
    use those,
    or, you can use an Xtra that will find the application and
    open the file.
    Search this newsgroup for any or all of those solutions. You
    will find
    hundreds, maybe even thousands, of solutions.
    Rob
    Rob Dillon
    Adobe Community Expert
    http://www.ddg-designs.com
    412-243-9119
    http://www.macromedia.com/software/trial/

  • How do I open a PDF to a specific page via the command line?

    Several questions about opening PDFs from the Mac OS X command line:
    1) How do I use the "open" command to open a PDF to a specific page? (I know I can open a document via: open doc_name.pdf)
    2) How do I use the "open" command to pass multiple arguments (page no, zoom scale, view mode, etc...) to open a PDF file in a specific manner?
    3) Does Preview handle the same parameters as Acrobat Reader? If not, what are the differences in options?
    I've spent hours searching for this answer and have come up dry. I've downloaded Adobe's "PDF Open Parameters" document -- it lists all of the parameters I need, however I can't get any of them to work from the command line.
    My goal: Open a PDF from the command line to a specific page. At first glance, I thought this would be simple to do and find -- however, after a lot of searching I haven't found an example on how to do it.
    Anyone have any experience doing this, and care to share?
    Much appreciated! ---> Kelsey

    I don't know of any way to do what you want using the 'open' command. It can probably be done with Applescript, which you could call from a shell script. The Preview application doesn't seem to be scriptable. I don't use Acrobat, so I can't tell you anything about that. Looking through the dictionaries of the apps I do have, it seems that Skim (another PDF viewer) has an AS 'page' class. Below are a couple of links that may get you started. Look for more specific guidance in Applescript forums.
    http://sourceforge.net/apps/mediawiki/skim-app/index.php?title=AppleScript
    http://links.tedpavlic.com/shell_scripts/skim

Maybe you are looking for

  • Flash not displaying photos in Flash photo Gallery

    I have several web sites that use a flash photo gallery to display the photos. All worked until a few months ago when the photo were not displayed to users who used Mozilla Firefox, or MAC users using Safari for their browsers. The albums were blank,

  • Touchsmart software crash in one profile

    My 2 day old touchsmart 300-1125 is not responding to the touchsmart software. It instantly freezes and can only be shut down or returned to windows via a control alt delete command. This only happens in one of the four profile I have set up on the c

  • Equivalent star creation error

    Hi friends, In one STAR: 9000345843,when I create a new star by equivalent star creation , it has a mistake like this SAP Note The following error text was processed in the system:Messang E ZD 109 cannot be processed in plugin mode HTTP Exception Cla

  • Playing music thats on memory card

    I have installed a memory card on my MX - I can play the musicthats on the memory card by going to MEMORY_CARD then BROWSE - but the music that is on the memory card doesnt show up on the normal MUSIC menus - any ideas anyone? Ta Neil

  • Start process from JSP which continues running after response is completed

    Is it possible to start a process from within JSP which can continue running after the HTTP response is complete, so the response doesn't time out??