Open separate window for word, xls and pdf documents

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default Open separate window for word, xls and pdf documents

    How to link a PDF, word, & Excel file in fla by clicking a button?
    This should open a separate window for the document , with the swf file open in the background.
    ayahska Guest

  2. Similar Questions and Discussions

    1. How can I save Adobe Acrobat convertoptions/bookmarks in separate word-documents?
      Hello, we use several word-documents (Microsoft Office Word 2003) with format-drafts. These format-drafts can be used to create bookmarks in...
    2. open in separate window
      I created a web site with PDF files links. I want to open these files in its own separate window. Is that possible?
    3. Coverting Indesign 2.0 documents to Microsoft Word xp documents
      How would you go about converting indesign documents to microsoft word documents? Is there a way to convert them? Thanks for any help that you can...
    4. Desperate to convert Word documents into PDF documents
      This describes my problem. I have Windows XP Home and Word 2002. The problem seems to have begun to occur after I downloaded updates to 5.0 from the...
    5. Editing Word documents in Perl (Openoffice Writer or MS Word)
      Hello, I want to read and edit openoffice / staroffice writer documents. Does anyone know of any modules for that? Ideally, I would've liked a...
  3. #2

    Default Re: Open separate window for word, xls and pdf documents

    getURL('yourfile.pdf', '_blank')
    [djdomain] Guest

  4. #3

    Default Re: Open separate window for word, xls and pdf documents

    Thanks for your reply . I have tried that script which you gave me as below
    -but it opens only blank mozilla firefox window on (press) {getURL('ERP
    Text.doc', '_blank') } and 2nd script on (press)
    {getURL('mmsi_magazine.pdf', '_blank') } please let me know where am i wrong.

    ayahska Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139