opening linked movie

Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default opening linked movie

    I'm having difficulty opening a linked movie. On a navigation button I put the
    script
    go to movie "2"
    but I get an error message saying that movie cannot open because it is in
    "write permission by another user." But I'm not on a network and that other
    movie isn't open at the same time.
    I have several other linked movies whose navigation work fine. It's just this
    one that won't work.
    Any ideas?



    alg525 Guest

  2. Similar Questions and Discussions

    1. [Q] web play linked shockwave movie within a shockwave movie
      Hi all, I am trying to put some shockwave movie files on a web server. all of them played ok on a local disk. But whenever I put the movie files...
    2. Controlling Main movie from linked castmember movie
      I have created a main parent movie DEMO.DIR. In the movie, I have placed another movie (OPTION.DIR) which is linked as an external castmember. ...
    3. Linked Director Movie as a Nav Panel
      hello everyone, I am hoping some one can help me - I am using a small Director movie(the nav panel) within a larger movie, to navigate between...
    4. loaded variables in a flash movie that is linked to a director projector.
      > So this is my situation. --- In you Flash Actionscript, use this for the web links: on (release) { geturl ("event:link1"): } do one of...
    5. Linked movie names and their extensions question
      Director uses a search priority allowing it to find .dir, .dxr or .dcr version of a file, providing your lingo uses no extension. Instead of go...
  3. #2

    Default Re: opening linked movie

    If you indeed have another director movie imported as a linked externa
    movie castmember, there may be an access lock preventing a regular go to
    movie until you close the stage movie containing it.


    you could change the filename property of the movie member to another
    placeholder file that shound free up the original linked movie.
    JB Guest

  4. #3

    Default Re: opening linked movie

    "alg525" <webforumsuser@macromedia.com> wrote in
    news:c742sc$kho$1@forums.macromedia.com:
    > I'm having difficulty opening a linked movie. On a navigation button I
    > put the script
    > go to movie "2"
    > but I get an error message saying that movie cannot open because it
    > is in
    > "write permission by another user." But I'm not on a network and that
    > other movie isn't open at the same time.
    Is that movie also imported as linked into a castLib? If so, there's no
    need to do that. Just delete it from your castLib.


    --
    Mark A. Boyd
    Keep-On-Learnin' :)
    Mark A. Boyd 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