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

  1. #1

    Default Screen Resolutions

    I have attached the following code to CD's to adjust Screen Resolutions, but it seems to conflict with my clients computers, it either shuts down their screen or does'nt run at all. Has anyone else had this problem?



    I got this from macromedia.com.
    You put it in the first dir file.

    on startMovie
    NewRes (1024,768)
    put the ticks into t
    repeat while the ticks < t + the frameTempo
    end repeat
    play movie "MovieName.dir"
    end

    To revert the users computer back you type the following:

    on stopMovie
    restoreRes()
    put the ticks into t
    repeat while the ticks < t + the frameTempo
    end repeat
    end




    Doodles webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Different resolutions
      I created a project that is a mix of old ones, in a way that I have some dir movies at 800x600 and other dir movies to 1920x1200. I put them in a cd...
    2. toolbox size when working in high screen resolutions
      Does anybody know - how can you work with Photoshop 6 in high screen resolutions such as 1280X1024 - the interface, and especially the toolbox become...
    3. Screen resolutions for different users
      In my setup if one user changes his screen resolution it changes for all the others. In other words we all have the same screen resolution. Is...
    4. Different Screen Resolutions
      I have a new install of XP-Home on a new machine. First experience with XP so multi-user environment new. I thought I understood from help files,...
    5. full screen / different resolutions
      I have a projector file that I am setting to run full screen, but I would like to give the user the choice to set the resolution lower (maybe three...
  3. #2

    Default Re: Screen Resolutions

    ok what the hell is newres?? if it's a handler then we need to see that part
    to understand what is happening. However if you're using something like
    buddyapi to change the screen res, check the docs and you'll find that this
    is a little dodgy to do as not all computers are setup to let you change the
    resolution of the screen on the fly, they might be setup to require a
    restart before it's accepted, sad but true. :-)

    "Doodles" <webforumsuser@macromedia.com> wrote in message
    news:be14tn$iv8$1@forums.macromedia.com...
    > I have attached the following code to CD's to adjust Screen Resolutions,
    but it seems to conflict with my clients computers, it either shuts down
    their screen or does'nt run at all. Has anyone else had this problem?
    >
    >
    >
    > I got this from macromedia.com.
    > You put it in the first dir file.
    >
    > on startMovie
    > NewRes (1024,768)
    > put the ticks into t
    > repeat while the ticks < t + the frameTempo
    > end repeat
    > play movie "MovieName.dir"
    > end
    >
    > To revert the users computer back you type the following:
    >
    > on stopMovie
    > restoreRes()
    > put the ticks into t
    > repeat while the ticks < t + the frameTempo
    > end repeat
    > end
    >
    >
    >
    >

    James Guest

  4. #3

    Default Re: Screen Resolutions

    Forgot this one

    [url]http://www.dwfaq.com/tutorials/Tables/flexible_tables.asp[/url]


    "Lynn M" <lynnmm1961@yippeeyahoo.com> wrote in message
    news:bek29m$f3k$1@forums.macromedia.com...
    > There is no quick and easy fix now that the site is built. You might want
    > to consider making your pages flexible so that they resize with the
    resizing
    > of the browser. There are a number of tutorials available including this
    > one [url]http://www.thepattysite.com/window_sizes1.cfm[/url]
    >
    >
    > HTH
    > Lynn
    >
    > "schroeder" <webforumsuser@macromedia.com> wrote in message
    > news:bek1pq$e89$1@forums.macromedia.com...
    > > Unfortunately do to lack of experience I built my first Dreamweaver
    > website in a 1024x768 resolution. I did'nt realize how this site was going
    > to look to most users who I now believe are using a 800x600 screen
    > resolution. If in fact most users are using 800x600 I probably would have
    > built my site at that resolution and switched back and forth between
    > resolutions to make sure the site also looked good in the higher
    resolution.
    > My site looks fine in the higher resolution but not so good in the lower
    > resolution. Is there any way to correct for this problem now that the site
    > has already been built? Thanks so much, any information on this topic
    would
    > be greatly appreciated.
    > >
    > >
    >
    >

    Lynn M Guest

  5. #4

    Default Re: Screen Resolutions

    Here's another :-)

    [url]http://www.projectseven.com/tutorials/css_t/index.htm[/url]

    --
    Al Sparber - PVII
    [url]http://www.projectseven.com[/url]
    Dreamweaver Extensions - DesignPacks - Tutorials - Books
    ---------------------------------------------------------------------
    The PVII Newsgroup | [url]news://forums.projectseven.com/pviiwebdev[/url]
    The CSS Newsgroup | [url]news://forums.projectseven.com/css[/url]
    ---------------------------------------------------------------------


    Al Sparber- PVII Guest

  6. #5

    Default Re: Screen Resolutions

    I've been a flabbergasted a few times recently when I've checked out
    friend's and/or client's machines and seen that they're running their new,
    beautiful 17" and even 19" displays at 800x600. The latter looks extremely
    silly. Maybe somebody should write a resolution sniffer (if they haven't
    already) that we could all put on our sites. When it detected 800x600, it
    would pop up a window that said something like," If you're on a 15" monitor,
    it's time to do your part to resurrect the economy - run out and buy a new
    one. If you're on a larger monitor already, FOR GOD'S SAKE CHANGE YOUR
    SCREEN RESOLUTION!

    "schroeder" <webforumsuser@macromedia.com> wrote in message
    news:bek1pq$e89$1@forums.macromedia.com...
    > Unfortunately do to lack of experience I built my first Dreamweaver
    website in a 1024x768 resolution. I did'nt realize how this site was going
    to look to most users who I now believe are using a 800x600 screen
    resolution. If in fact most users are using 800x600 I probably would have
    built my site at that resolution and switched back and forth between
    resolutions to make sure the site also looked good in the higher resolution.
    My site looks fine in the higher resolution but not so good in the lower
    resolution. Is there any way to correct for this problem now that the site
    has already been built? Thanks so much, any information on this topic would
    be greatly appreciated.
    >
    >

    John Gavin 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