Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
ultra canadian #1
Screen Resolution Detection
I was wondering if their was a way to detect screen resolutions so that if a
computer say had 800 X 600 or less one flash file would play but if they had
1024 x 728 a different flash file would play. Just a warning I don't know very
much code and am mainly just learning the whole website/flashewebsite design.
The site I made is for my youthgroup and you could view it
[L=here]http://www3.telus.net/lipke/[/L]. It's still in development. Thanks a
lot,
Jeff
ultra canadian Guest
-
screen resolution
Is there a good way to check for screen resolution and change the movie size accordingly? -
fit to screen resolution
Hi ! I have developed a site with 1024*768 resolution.With the tables i use % and no problem. But with the flash files appears the scroll bars when... -
Best screen resolution?
Could someone please tell me what the most common screen size full screen directors are designed for. I'm very new at this and am having some... -
set screen resolution
Dear All, I am using BuddyAPI 3.4 Xtras to set the screen to 800 * 600 whenever the user start the project and restore to the original when they... -
How do I set screen resolution
I have a client who wants a CBT developed in Director but he wants the program to run at full size on the screen of any computer. If I author the... -
GraHam #2
Re: Screen Resolution Detection
you can try a little bit javascript like this:
<script language="javascript" type="text/javascript">
function resolution() {
if (window.screen.height <605) top.location.assign('flashmoviesmall.swf);
else
top.location.assign(flashmoviebig.swf);
}
</script>
GraHam
"ultra canadian" <webforumsuser@macromedia.com> schreef in bericht
news:c26eri$okf$1@forums.macromedia.com...a> I was wondering if their was a way to detect screen resolutions so that ifhad> computer say had 800 X 600 or less one flash file would play but if theyvery> 1024 x 728 a different flash file would play. Just a warning I don't knowdesign.> much code and am mainly just learning the whole website/flashewebsiteThanks a> The site I made is for my youthgroup and you could view it
> [L=here]http://www3.telus.net/lipke/[/L]. It's still in development.> lot,
> Jeff
>
GraHam Guest
-
timspong #3
screen resolution detection
Hi,
I am trying to create a Dreamweaver web page that when viewed in a web browser
will alert the user if they do not have enough screen resolution for the size
of the html page. I have found some java script codes and inserted them but the
page still does not create an alert. Perhaps I am not inserting it in the
correct spot.
Any suggestions
Thanks!
Tim
</head>
<script language="JavaScript1.2">
<!--
/*
Screen resolution detection and notification Script-
? Dynamic Drive ([url]www.dynamicdrive.com[/url])
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
var correctwidth=1024
var correctheight=768
if (screen.width!=correctwidth||screen.height!=correc theight)
document.write("This webpage is bested viewed with screen resolution
"+correctwidth+"*"+correctheight+". Your current resolution is
"+screen.width+"*"+screen.height+". If possible, please change the resolution!")
//-->
</script>
<body>
<'onLoad="detect()">
timspong Guest
-
Michael Fesser #4
Re: screen resolution detection
..oO(timspong)
And what do you expect the user to do then? Buy a bigger monitor?> I am trying to create a Dreamweaver web page that when viewed in a web browser
>will alert the user if they do not have enough screen resolution for the size
>of the html page.
It's more likely that the user will leave your site immediately.
Such messages are useless and annoying, you shouldn't do that.
It would be much better to keep the layout more flexible, so that it
will accomodate for different browser window sizes automatically.
Micha
Michael Fesser Guest
-
timspong #5
Re: screen resolution detection
No. The alert will ask them to set their monitor to a higher resolution because the content is a demo and needs at least 1024 x 768.
Tim
timspong Guest
-
Michael Fesser #6
Re: screen resolution detection
..oO(timspong)
And you really think they will do that or even know how to do it? If a>No. The alert will ask them to set their monitor to a higher resolution
>because the content is a demo and needs at least 1024 x 768.
monitor is set to let's say 800x600 then there will most likely be a
reason for that (maybe it's an older one and can't handle a higher
resolution at an acceptable refresh rate).
And what about recent machines, high resolutions, but small browser
windows? The user would still get a scrollbar. Screen resolution is
rather meaningless in Web context.
If it really has to be a fixed size of 1024 then go for it, but you
shouldn't annoy your visitors with useless messages. Or is there a
special reason for "educating" your visitors instead of just providing
the content and let them decice what to do with it?
My point is: I don't see any valid reason to use such scripts, so I
won't post any code or debug a posted script, sorry. If you still think
it's necessary, then someone else would have to do it.
Micha
Michael Fesser Guest
-
Murray *ACE* #7
Re: screen resolution detection
If it has to be that large, then just let the visitor download a PDF.
Resizing like that is rude....
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Michael Fesser" <netizen@gmx.de> wrote in message
news:rpi3o2pf03avesefdtmf4p15sqfok56hc2@4ax.com...> .oO(timspong)
>>>>No. The alert will ask them to set their monitor to a higher resolution
>>because the content is a demo and needs at least 1024 x 768.
> And you really think they will do that or even know how to do it? If a
> monitor is set to let's say 800x600 then there will most likely be a
> reason for that (maybe it's an older one and can't handle a higher
> resolution at an acceptable refresh rate).
>
> And what about recent machines, high resolutions, but small browser
> windows? The user would still get a scrollbar. Screen resolution is
> rather meaningless in Web context.
>
> If it really has to be a fixed size of 1024 then go for it, but you
> shouldn't annoy your visitors with useless messages. Or is there a
> special reason for "educating" your visitors instead of just providing
> the content and let them decice what to do with it?
>
> My point is: I don't see any valid reason to use such scripts, so I
> won't post any code or debug a posted script, sorry. If you still think
> it's necessary, then someone else would have to do it.
>
> Micha
Murray *ACE* Guest
-
David.Holley #8
Re: screen resolution detection
Yikes!
This and splash pages that open the site in a new window are probably the two
worst design practices in the known universe.
Nothing on the internet annoys me more than sites that purposely turn their
customers away because they have an 800x600 screen size.
David.Holley Guest



Reply With Quote

