Getting Projector File To Work On Both PC and Mac?

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

  1. #1

    Default Getting Projector File To Work On Both PC and Mac?

    How Do You Get Projector File To Work On Both PC and Mac?


    Matt_Complex webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Will my projector work on a Mac
      Just wondering if my standard projector created through Director will work on a Mac. If not how do I make one?
    2. Projector/EXE doesn't work on a MAC
      Hi tehre, I have made a Director CD (one exe file that autostarts) but can't get it to run on a MAC. Someone has suggested I nee a hybrid CD ...
    3. Create a projector from with a projector file?
      Does anyone know if you can create a projector file from within a projector file? I want the user to be able to customize a movie, then run that...
    4. Mac to PC-projector does not work
      I am working in Director 7.0 on a Mac. I have not been successful creating and playing a projector on either the Mac or a PC. What might I do to...
    5. MX projector doesn't seem to work in OS9.1 but does in OS9.2?
      Hi, Yes, Classic projectors created in MX should work in OS9.x. The problem may be machine specific. What problems are you experiencing? Any...
  3. #2

    Default Re: Getting Projector File To Work On Both PC and Mac?

    You don't. Projectors are exectuable programs soecific for each platform. Unfortunately you can only create a projector for the platform that corresponds to the version of Director you are running.

    hth

    johnAq


    johnAq webforumsuser@macromedia.com Guest

  4. #3

    Default Re: Getting Projector File To Work On Both PC and Mac?

    Here's a tip:
    1. Create a stub movie in the root of your project folder.
    2. In this stub movie, add 2 lines of code:
    on startMovie
    the searchPaths = [the moviePath & "media"]
    go movie "start"
    end
    3. create a folder named "media" in your root folder and put all your casts and director movies there
    4. make sure your first actual movie is called "start.dir"
    5. supposing you word on a mac, make a projector from the dir file "stub". Send this stub to a friend which has the pc version and let him make a projector.
    6. You can use these projectors for all your subsequent projects, as long as the first movie in your project is called "start.dir". You can even rename your projectors for future project.

    This is a very handy method for not having to remake your projectors every time!

    Succes



    archemedia webforumsuser@macromedia.com 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