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

  1. #1

    Default size to screen

    Hi- I am trying to run a movie that will center on the screen and take over the full screen.
    I added the following code:
    on startMovie
    (the stage).rect=the desktopRectlist[1]
    end

    This causes the movie to now play in the upper left corner- how do I get it back to center(have checked "center" in options)



    Dogger26 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. screen size
      Hi, I recently installed Windows XP Pro on my laptop. The entire desktop is about half the size of the monitor area. Is there a way to make it use...
    2. display size on-screen differs from actual size.
      With Illustrator 10 installed on Windows XP Pro with a Viewsonic 21" monitor at 16000 X 1200, the problem I am having is: The image I see on-screen,...
    3. Screen size and resolution?
      Hi all, We are in the process of developing a web site and are not sure about what screen size & resolution to use. Any suggestions? Is it safe...
    4. screen size and more
      Here some personal opinions: "pschein" <pschein@co-ps.com> wrote in message news:BB6816EF.11982%pschein@co-ps.com... The concept is the same....
    5. Cannot set screen size
      You should be able to; it must be a bug. When you click "edit" you should get a window where you can choose the sizes. Maybe you can input them...
  3. #2

    Default Re: size to screen

    Have you tried using an mpeg2 video instead of avi or mov? The DirectMedia
    Xtra you use to import it into Director also has a function for playing
    video at full screen, no matter what the resolution of the monitor is set
    to.

    -M


    Dogger26 <webforumsuser@macromedia.com> wrote in message
    news:br2f3v$e1v$1@forums.macromedia.com...
    > Hi- I am trying to run a movie that will center on the screen and take
    over the full screen.
    > I added the following code:
    > on startMovie
    > (the stage).rect=the desktopRectlist[1]
    > end
    >
    > This causes the movie to now play in the upper left corner- how do I get
    it back to center(have checked "center" in options)
    >
    >

    MGaston Guest

  4. #3

    Default Re: size to screen

    You need to adjust (the stage).drawRect too.

    Andrew
    Andrew Morton 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