problem with projector

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

  1. #1

    Default problem with projector

    At home I work on a computer with a display resolution 1280/1024.When I make a
    projector 800/600 pixels (centered) it is fine on my computer but when I try to
    see it in my laptop which has a different resolution my projector is lopsided.
    How can I make a projector that will be centered in all resolutions.

    umr Guest

  2. Similar Questions and Discussions

    1. problem in a projector....
      how can i destroy this line in director 2004 project? (link to pic: http://grm.m.w...
    2. Projector Problem
      I am trying to create a projector and in doing so once the projector is completed and i try to run the program the "home" screen has the botton 1/2...
    3. Problem opening an OSX projector
      I made a projector in Dir. MX 2004 for the Mac with a .OSX file extension. When I tested it on a Mac with the OSX operating system, it didn't open....
    4. Playback problem with projector
      When I play my movie on the stage, the multiple WAV files sync correctly with the AVI files that I am playing. When I create the movie as a...
    5. projector problem...
      I'm having a serious problem with my Flash projector. Whenever I add the fscommand() or Stage property to make the menu hidden, it for some reason...
  3. #2

    Default Re: problem with projector

    There is a Center option in the create projector Options, or inspector
    (depending on version)
    JB Guest

  4. #3

    Default Re: problem with projector

    I do click the center option but it does not work
    umr Guest

  5. #4

    Default Problem with projector

    I have created a director application i have all the files saved in one folder
    and on the root of that folder i have the projector. When i put the cd in it
    comes up with an xp box asking me were i want to locate or watch my missing
    files in. i fi choose slideshow it just shows me pictures of files i have in
    the folder with the cast, video etc

    hammy111 Guest

  6. #5

    Default Re: Problem with projector

    There have been a number of postings on managing linked resources.

    Search here

    http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&group=macromedia

    Throwing everything in a single folder is a brute force approach, you
    could have your projector movie go to a main movie locateed in the
    assets folder.

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

  7. #6

    Default Re: Problem with projector

    Managing resources is a bit of an art and many people struggle to get to grips
    with linking files etc. The best way I have found is to setup a number of
    directories pertaining to relevant media resources and then using lingo to
    specifically define the 'searchPaths' syntax to avoid any linking errors. This
    syntax is a good failsafe when dealing with external media although there is no
    substitute for taking time and effort to make the file and folder structure the
    most efficient and cohesive for the project.

    loop360 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