Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Word Document

    Hi there,
    I have just made a navigation help file in Microsoft Word, is it possible to link this document to a Director movie, if it is how do i do it?
    Thanks


    Bulah webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. exporting PDF to a word document
      I am trying desperately to make a 545 pg PDF into a 545 pg Word document.... yet, every time I export as such I am randomly missing as many as 5...
    2. Characters overlapping in pdf document created from a Word document
      We are using Adobe Acrobat 6.0, Word and Excel 2002 and Windows 2000. We create a portion of a document in Word and a portion in Excel. Then we print...
    3. Link to a Word Document from FM Pro 6?
      Is there a way to launch a Word document stored on the same server? I've heard of the Troi File plug-in, but it seems to actually embed the image...
    4. Word Document Password
      Is there any way to get rid of a password someone set up on a document to protect it.? They forgot the password and can I prevent them from doing...
    5. What is the way to set a password for a Word document?
      How can I protect a Word document with a password?
  3. #2

    Default Re: Word Document

    If you want to distribute your Director movie, I'd suggest you save your
    Word document in a common file format such as .rtf or better .pdf. Say
    you've converted your document to a file called myHelp.pdf then use

    open (the moviePath & "/myHelp.pdf") with (the moviePath & "/AcroRd32.exe")

    In the case of a .rtf file format you could use WordPad.exe to open it -
    every Windows computer should have that. The above line of code makes
    Director look for both the file and the executable in the same directory as
    your movie is. Of course, you have to make sure that this is really the case
    ;-)

    L.S.


    Loren Schwarz Guest

  4. #3

    Default Re: Word Document

    Hi there,
    Thank you for the information, I found it really helpful.

    Thanks again


    Bulah webforumsuser@macromedia.com Guest

  5. #4

    Default Word Document

    Hi,

    Is there any way to link to a word document on a network drive and Contribute not upload it to the webserver?

    Thanks,
    Ben
    hyperdimensional Guest

  6. #5

    Default Re: Word Document

    Hi,

    I didnt get your requirement exactly. Can you answer me the following
    questions..

    1. Are you operating on Windows?
    2. You are creating a page in contribute and creating a hyperlink to a
    word document which is residing on your network drive? Is the drive mapped on
    your machine (if windows) or Mounted if it is Mac?
    3. Do you want contribute to upload the dependent file or not?

    If you want to upload the dependent files i guess good old link to
    Link->file on my computer, with dependent file copied to local machine works
    fine.

    - Arun

    amadas Guest

  7. #6

    Default Re: Word Document

    Hi,

    Both on Windows and Mac Contribute uploads the linked file to the server and
    rewrites the link in the following two cases.

    1. You can Map a network drive on Windows and try this scenario of
    inserting a link to a word document on a network drive. CT works fine.
    (Right click on My computer, Choose Map Network Drive, Choose a drive
    letter, and Enter the server and share name (eg: \\10.192.37.22\wwwroot)
    2. You can Mount a network drive on Mac and try this scenario of inserting a
    link to a word document on a network drive. CT Works fine.
    (smb://servername, Choose a share to mount a network drive.)

    Only in this case when you do the following it will not upload the file to
    your Server / Website.

    1. Create a new page in contribute
    2. Type some text, select it and choose Link->File on My computer
    3. It opens up a dialog, Enter Server path
    (eg: \\10.192.37.25 and press enter)
    4. This will open the network drive on the fly
    5. Choose a file (any doc file or image file)
    6. Click ok.
    7. Contribute creates a link \\10.192.37.25\.... \filename.doc
    8. This way contribute does not upload the file to the computer.

    Thanks
    Arun

    amadas 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