Ask a Question related to Macromedia Director Basics, Design and Development.
-
Doodles webforumsuser@macromedia.com #1
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
-
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... -
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... -
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... -
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,... -
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... -
James #2
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...but it seems to conflict with my clients computers, it either shuts down> I have attached the following code to CD's to adjust Screen Resolutions,
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
-
Lynn M #3
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...resizing> 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 theresolution.> 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...> website in a 1024x768 resolution. I did'nt realize how this site was going> > Unfortunately do to lack of experience I built my first Dreamweaver
> 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 higherwould> 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> be greatly appreciated.>> >
> >
>
Lynn M Guest
-
Al Sparber- PVII #4
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
-
John Gavin #5
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...website in a 1024x768 resolution. I did'nt realize how this site was going> Unfortunately do to lack of experience I built my first Dreamweaver
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



Reply With Quote

