Button to open a file

I am using Flash 8 and would like to know if I can have a
button in my movie open up a .pdf file either in Acrobat or a new
html window? My movie will be run from a CD in a PC with no
internet access. I am trying by using the following code on a
button
on (click) {
getURL("Joe.pdf","_blank");
but this is not working. Thanks.

Yes this will NOT work you need to use a third party tool
like FlashJester
JStart
http://jstart.flashjester.com
Download a FREE evaluation copy. Try it for yourself and look
at the example
files given to see if working.
Regards
FlashJester Support Team
e. - [email protected]
w. -
http://www.flashjester.com
There is a very fine line between "hobby" and
"mental illness."

Similar Messages

  • Button to open excel file in VC

    Hi all,
    I have an excel file that contains 2 ,3 sheets. what i want to create an action button in VC and whenever that button is clicked, that file should be opened either in a saparate excel window or on dash board.
    Is this possible??
    Please respond.
    Best Regards,
    Aisha Ishrat
    ICI Pakistan Ltd.

    You mean there is no way to do this ??
    Regards,
    Aisha Ishrat
    ICI Pakistan Ltd.

  • Flash Button to open local file

    Hello everyone,
    I was wondering what code I would use on a button that is
    going to be used to open another SWF file when someone clicks on
    it?
    on (release) {
    getURL (something something something)
    I cant figure it out , can someone help me please?
    Thanks
    Doug

    You mean there is no way to do this ??
    Regards,
    Aisha Ishrat
    ICI Pakistan Ltd.

  • How use button to open another files?

    i have two applets, and I would like that a button of one of them open or run another applet..
    Sorry I reposted, because i have not seen this forum before....
    Thank you very much

    Duplicate. Reply to http://forum.java.sun.com/thread.jspa?threadID=5147890&messageID=9551767#9551767
    When you duplicate a post. do as I did for you, and make the appropriate reference.

  • Interactive Buttons - Open File - How do I open a file in a "new" window?

    Running CS5 and I'm working on an interactive document.  I have created a Button and my Action is to "Open File" and I've selected the applicable file.  When I export to PDF and click on that button, it opens the file but not in a new window so I lose my original source PDF.
    I know that I can do these actions in Acrobat but I'd prefer to do all my actions in InDesign so I don't have to keep going back and forth.
    Thanks!!

    I believe it has to be done with a JavaScript in Acrobat. It cannot be done in InDesign. You might ask in the Acrobat forum for more information.

  • Open Document File Browser using button

    I want to add a button to my PDF that when clicked opens the document file browser to a specified folder. How can this be done? All the information I've found requires you to enter the name of the document you're inserting rather than opening the browser window.
    Also, is it possible to setup a button to open a specified folder and insert the latest pdf file in that folder?
    I am somewhat familiar with JavaScript.

    Hi,
    According to your post, my understanding is that you wanted to click the Document ID link to open the document directly without prompting an open\save dialog.
    By design, some specific documents such as .doc or .xlsx files can’t be opened directly when you click the Document ID link.
    As a workaround, I recommend that you can install the Office Web App to implement it in your environment.
    For more information, you can refer to:
    http://rajeshagadi.blogspot.com/2013/07/installing-office-web-apps-2013-for.html
    http://technet.microsoft.com/en-us/library/ff431687(v=office.15).aspx
    Best Regards,
    Linda Li
    TechNet Community Support

  • Wpf open PDF file in Adobe Reader with a click on a button

    I need a button to open a PDF file with Adobe Reader. I have the following code but it does not work. The file is inside Books folder
    on my application.
    private void openPDF(object sender, RoutedEventArgs e)
    try
    System.Diagnostics.Process process = new System.Diagnostics.Process();
    bookPDF = "Books/" + dataRow.ItemArray[6].ToString();
    Uri pdf = new Uri(bookPDF, UriKind.Relative);
    process.StartInfo.FileName = pdf.LocalPath;
    process.Start();
    process.WaitForExit();
    catch(Exception error)
    MessageBox.Show("Could not open the file.", "Error", MessageBoxButton.OK, MessageBoxImage.Warning);
    I tested a simple string with a test pdf file to open and it opens.
    String file = "C:\pdf\Windows_Server_2008_R2_Unleashed.pdf";
    process.StartInfo.FileName = file;
    process.Start(); process.WaitForExit();

    Hi Carlos Sota,
    In my experience, I suggest that you could set Copy to Output Directory property of the PDF file to “Copy always”.
    Below are my code snippet and screenshot.
    private void Button_Click(object sender, RoutedEventArgs e)
    try
    System.Diagnostics.Process process = new System.Diagnostics.Process();
    string path = AppDomain.CurrentDomain.BaseDirectory+@"/abc.pdf";
    Uri pdf = new Uri(path, UriKind.RelativeOrAbsolute);
    process.StartInfo.FileName = pdf.LocalPath;
    process.Start();
    process.WaitForExit();
    catch (Exception error)
    MessageBox.Show("Could not open the file.", "Error", MessageBoxButton.OK, MessageBoxImage.Warning);
    Best Regards,
    Xavier Eoro
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • There is no 'open in' button in mail on my iPhone 4s so cannot open a file still, what do I do next?

    There is no 'open in' button in mail on my iPhone 4s so cannot open a file still, what do I do next?

    Read this document to learn how to bring PDFs into Adobe Reader for your device:
    http://forums.adobe.com/docs/DOC-2532

  • Open pdf file on ribbon button click in mscrm 2011

    Hi,
    I want to open pdf file from button placed on Accont entity ribbon. Through HTML i tried below code and it worked fine
    <html>
    <body>
    <a href="file://C:\Users\asinha\Documents\UML.pdf">Link to a pdf</a>
    </body>
    </html>
    But i am not able to use the above code in mscrm 2011 button placed on form. It is giving error.
    Thanks,
    Abhishek
    Abhishek

    Hi,
    I  am facing a similar issue and trying to access the same since two days.The document is on my server's c drive
    This is what i tried:
    I had placed the doc in the server C drive and i am trying to access it though the file://servername/foldername/documentname.
    <script>
    function myFunction() {
       window.open(file://servername/Demo.html);
    Can u Please help On how to achive the same.
    Or is there any alternative to get it

  • How can we open a file by clicking on a button "open"  in a pplet

    Hello all,,,
    I got some code to open a file in jre witout applets ....but i'm in need to open a file (for exmple to open a .txt file in text editor or notepad automatically by clicking on a button);
    Help me out...
    Thank you...

    pradeepprp wrote:
    Hello all,,,
    I got some code to open a file in jre witout applets ....but i'm in need to open a file.. On the server or client?
    ..(for exmple to open a .txt file in text editor or notepad automatically by clicking on a button);Earlier you mention 'open a file in jre', which implies maybe using a JEditorPane or similar to load the file contents into a JVM. Since the system generic 'text editor' and specifically 'notepad' are not embeddable in anything that can be put in a Java GUI, I am now confused as to whether you want to load the file within a Java based GUI or not. Which is it?
    Help me out...Buy me an ice-cream. A nice, big, ice-cream.
    People on forums do not generally take kindly to being told what to do, so it is better to turn commands like that into requests. The way to do that can be as easy as adding 'please' at the start of the command.

  • Mac created button will not open PC file (on PC)

    I am creating a simple menu in Acrobat 7, on a Mac. I have two buttons, one opens a mac file, the other opens a PC file. The idea is to click on the appropriate button depending on what platform the user is running.
    So on my mac, the button works fine, the file opens fine. On a PC, however, the button seems to link to the file no problem, but the file doesn't quite open all the way.. it starts to open the application, but then just stalls. The funny thing is, if I just go find the .exe (that the button is linked to open) and double-click, it opens just fine. It seems there is some kind of hangup between the button and the .exe file.
    Any help is greatly appreciated. If it is an easy fix, you can tell me I'm dumb, but please give me the answer as well .

    UPDATE: Tried creating the same button from a PC with the same result. The file I am trying to open from the pdf is an eMag (eMagCreator).
    The mac button/eMag works fine. The PC button launches the PC eMag, but then the app stalls. The PC eMag works fine if I just double-click the file.
    I also tried linking the button to different files (pdf, jpg, url, etc..) and it worked fine.
    Has anyone encountered anything like this? I really can't tell if it's a problem with the button in acrobat, or the eMag .exe. Both seem to work, just not with eachother.
    thanks

  • Button to open file

    I would like to include a set of instructions in my form.  My thought was to include a help button, that when clicked would open up a separate file containing the work instructions.  I have 2 questions.
    1.  How can I include the work instruction file within my form (I prefer the file to be hidden).  I can have the instructions in ppt or pdf format.
    2.  What would  be the code required to open the file when the help button is clicked.
    Thanks!  This forum has been a great help.

    Hi,
    This topic was discussed just last week. If you have a look back a few pages you should find it.
    However if your form is already saved as a Dynamic XML Form, then I would recommend an alternative approach.
    Create one (or more) pages at the end of your form.
    Place all of your work instructions on this page(s).
    Include a "Hide this help" button on the page.
    Set the pages presence to hidden.
    Then your "Help" button would set the page presence to visible and set the focus to that page.
    This way you keep the form and the instruction together in one place.
    Here is an example of showing and hiding pages from a dropdown: http://assure.ly/iWzzPg. Hopefully you can take the concept and apply it to your help page and buttons.
    This one uses a loop and a kinda of tabbed view: http://assure.ly/kyMP6l.
    Hope that helps,
    Niall

  • Open pdf files from button

    Hello, please i need help with my problem. Is there any way to open pdf files from button? How can i set this in DVD Studio? Thanks for your answer.

    Just to pick up from Shawn - even if you do use DVD@ccess you cannot use a button to launch the link, you have to use a full menu. In practice, you use two identical menus and set the button for the PDF to go to the second menu, which is set to time out very quickly and jump back to the original menu. It gives the visual effect of a button launching the asset, but in fact it was the opening of the second menu which did the trick.
    And just to emphasise what Shawn rightly said - don't use DVD@ccess. It is at best unreliable and for many PC users won't work at all. It is far better to add the PDF as ROM material and put a message on a menu screen that tells the user there is additional content on the disc, and how to access it. This has the added advantage of letting those using a set top player know the material is there without frustrating them that something doesn't 'automatically' work (you can't open a PDF on a set top player, only on a computer player).

  • While opening pdf files the menu bar, navigation bar  cracks unobviously and also close and minimise buttons  goes hidden..Facing the problem for last one month. Please help.

    while opening pdf files the menu bar, navigation bar  cracks unobviously and also close and minimise buttons  goes hidden..Facing the problem for last one month. Please help.

    The latest Kaspersky software version is 15.0.1.415 or 15.0.1.415ab.

  • Opening a file e.g. Video avi from a button without opening IE

    Hi,
    I have been creating a menu with various buttons that use the action 'on success "open file or URL"'. I then link the URL to an avi file that I have created that I want to play in windows media player.
    When the menu is produced as a .exe and I click the button linking to the file, an Internet Explorer browser window briefly opens up before the video opens in media player. I want to get rid of that but can't seem to find a way.
    Can anybody help?
    Thanks

    Just double click the file and don't place anything.

Maybe you are looking for

  • Photoshop CC crashing on Mac 10.8.4 - tried other suggestions to no avail

    My Photoshop CC on my Mac (10.8.4) started acting up yesterday. I have tried to validate fonts, reset fonts to default, remove preferences file, restarting, signing out and quitting CC then signing back in, uninstalling the new fonts I installed yest

  • Possi. for ABAP code instead of JAVA Script for creating searachhelp in BSP

    Hi Consultants i have a doubt that is there a possibility to use ABAP coding in BSP object for creating search help instead of JAVA Script if so please reply me with the procedure or else with some sample coding.

  • How to load data from info object to ODS

    Hello BW Gurus, Is their any way to load data from info object to ODS and I am unable to fine the Info source for that particulate info object master data. For ex: we have 0PROFITCENTER as info object which is getting loaded everyday. We want same da

  • Blue Screen Stuck... Installed airport card into Power Mac G4,

    everything was working fine. I got online, was downloading software updates while surfing the net, then I get a small black screen that tells me I need to restart my computer in several languages. Now the computer only gets to the blue screen, the gr

  • TPT2 will not load Windows 8, stuck on boot menu

    Hello all, It's my first post on this forum, and I'm having issues with a Thinkpad Tablet 2.  I can power on the device but then it goes to the boot menu, which is empty.  From here I don't know what else to do, as I cannot find any way to access Win