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

  1. #1

    Default Stumped on Stubs

    Hi,
    I'm trying to create stub projectors (pc, OSX, OS9) on a mac using dmx2004, to
    play my main movie. I've read the technotes, forum posts , manuals, etc, but
    can't get them to work just right. The os9 one works when I keep it in the same
    folder as the dir file, but if I put it outside the folder it always asks me to
    locate the file. Is there a way to just keep the stubs in the main directory,
    but the rest of the files (.dir, external casts, linked files, etc.) in another
    folder, for the sake of keeping things neat and tidy? Also, it asks me for a
    text xtra, which I am not sure where to find. I have been able to find all the
    other xtras that it asks me for (flash, vector, etc.), but don't know about the
    text one. Any ideas?

    Lutris Man Guest

  2. Similar Questions and Discussions

    1. Access Stubs Library from Webservices
      Hi I am using Microsoft Webservices MapPoint like this in MX7: <CFSCRIPT> // RenderServiceSoap myRenderServiceSoap =...
    2. Using WS Stubs in CFINVOKE Tags
      Hi there, I am developing a CF family of web service components that make use of complex data types. I've noticed that CFMX generates stub Java...
    3. Accessing complex COM objects in ColdFusion MC usingJava Stubs
      http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tf_18211 Step 3c: I am confused on this step. The server that I have ColdFusion...
    4. Type re-definitions in WebServices + Auto Generated Proxy Stubs
      I'm a little confused about autogenerated stub for web service (If i create manual one everything works great) the automatic one creates XML...
    5. Director stubs
      We are having problems while copying director project from a mac to pc from an external hard drive. When it is burned onto a cd, it starts looking...
  3. #2

    Default Re: Stumped on Stubs

    Disregard the text extra question from my original post, I just figured that
    out, sorry. I am still wondering about how to best organize my files though on
    the CD. I should add that I have a folder of external files (photos) that I use
    in the movie. Is there any way of protecting these easily so that user can't
    access them outside of the projector? Thanks!

    Lutris Man Guest

  4. #3

    Default Re: Stumped on Stubs

    There's not a nice clean way to protect external media, you could embedd
    the images and if needed export the members to HD using commercial
    directImage or free seiko xtra.

    To minimise the files at the root level you can have a projector jump to
    a main.dir file located in an "Asssets" folder ajecent to the pojector,
    this Assets folder can contain multiple director files and external
    linked resources.

    -- entire stub projector movie score script

    on exitFrame
    go to movie the pathName & "Assets\Main"
    end
    JB Guest

  5. #4

    Default Re: Stumped on Stubs

    Thanks for helping me once again JB, I wish I could offer some advice in
    return, but believe me, thqat is the last thing you want :-)

    It is not a big deal that I protect the external files, I figured I would do
    it if it was easy, but seems like it is beyond my current level of
    understanding...maybe on a future project.

    So I tried the script that you gave me, but it still asks me to locate the
    file when I play the projector. Any idea what is the problem, or should I just
    forget about it?

    Lutris Man Guest

  6. #5

    Default Re: Stumped on Stubs

    You can probably set the search path in the first file embedded in the
    projector so it's in place when you use go to movie to access the one
    with the linked resources.

    Having the stub projector jump to a director file in a folder also
    containing the linked resources is the most reliable way to deal with
    link problems.

    See the other replay for a good reason to shockwave compress while
    getting a handle on protecting the director file.
    JB 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