Adjust projector resolution

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

  1. #1

    Default Adjust projector resolution

    Hi all!
    I?ve been searching the forum for tips on how to solve a resolution problem.
    I?ve been working on a project where I set my projector to 1024x768. I
    distribute on cd using the wonderful SamLogic visual installer. Now, what if a
    user have resolution set to 800x600 and I don?t want to mess with the users
    desktopsettings how do I solve the problem? I want Director to check the users
    settings and adapt the projector to current user setting. Bad english there,
    hope I?me excused. Please help because I have absolutely no idea how to do
    this.
    Thanx in advace

    koyli Guest

  2. Similar Questions and Discussions

    1. how to adjust the length of the page
      i'm very new to this and i have problems adjusting the length of the page, my home page appears to have too much space at the bottom. The original...
    2. Adjust Perspective
      Let's say i take a picture of a perfect square 5x5 cm (2"x2"). I try to make a picture of it to be as square as possible, but it rearly comes out...
    3. How can I adjust....
      How can I adjust the blur and the intensity??
    4. QT vol slider also adjust Music?
      I have 2 volume sliders. One is for the voice -over on a QT movie. The other is for the background music for the Director Movie. I have an exit...
    5. How to adjust the time
      Hi Is there a command that will slowly speed up or slow down the system clock? As , for example, the Solaris 'date -a' command will do. ...
  3. #2

    Default Re: Adjust projector resolution

    Director does not scale on the fly, (like flash can using vector
    graphics) often the solution is to create 2 different versions of the
    director file with prescaled graphics, jumping to the version that
    matches the user's monitor.
    JB Guest

  4. #3

    Default Re: Adjust projector resolution

    Hi....
    Checking the resolution on a monitor can be done in Director, but you cannot
    change the resolution to another setting. You can get the current resolution
    of a monitor(run time) thru the command "put the desktoprectlist". This will
    give you the current resolution of the desktop as in rect(0,0,1024,768) or
    whatever... If you're going to change this to some other setting, then you'll
    have to use an xtra to do so.as director does not have any built in commands
    for manipulating the OS...so we use extra pieces of code called ..well
    xtras....,something like dll;s. So using a popular xtra like buddyapi..you can
    check for the current resolution and then change it to your setting thru this
    xtra...But there are 2 issues you have to know before implementing...

    1. If you change the resolution( of the user's desktop) to a higher or lower
    resolution than your movie, then what happens is that the desktop will be set
    to your new setting, BUT your movie will still play at it's default setting. It
    WILL not CHANGE....so you'll have to scale all the sprites up or down....i
    think there's a command or some workaround for it..

    2. The other thing is...you can create 2 versions of the projector, and then
    detect the user's resolution and then switch the projector's as necessary.

    vij010 Guest

  5. #4

    Default Re: Adjust projector resolution

    Thanx for a detailed reply!
    I think solution 2 is the one for me. Still, I?m pretty interested in finding the command or workaround for scaling sprites.
    Regards
    ?za
    koyli Guest

  6. #5

    Default Re: Adjust projector resolution

    I author all my work at 1024x768 and use a resolution xtra. I tried many of
    the resolution xtras and stand alones and found most mess up the viewers
    desktop which is a good reason not to use them. Then I tried the AndradeArts
    "resolution" xtra (on the Director MX 2004 CD) and got very good results, so I
    use it and have had no complaints from viewers. It even controls process
    switching which can mess up a movie with MIAWs.



    klgc 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