How can i do this (pease help):
i set up my animations for 800x600 res but when i view it @ 1024x768 it looks crappy (its small). How can i detect screen resolution from Dreamweaver MX and have it load the bigger swf-s (i think i know how to detect but how to replace these with the bigger ones)
-or do i have to do the whole site @ 1024 and have the test run so it selects 800 or 1024 site
-hope you understand?!
The only way I know is to have 2 versions of your site, one made for 800x600 and one for 1024x768. Then use a javascript that detects your viewer’s screen resolution and redirects them to the right version of your site. Here’s the link to the javascript, hope it helps. =)
Yeah i thought i’d have to do that (thats another 30 day delay)
AAAHHH!
THX anyway
Ok, let me think here.
You have 2 different files that are for the 2 main monitor types?
And what you want is for the page to detect the monitor size and redirect to the right one?
Is this right? If so, I wrote a browser redirect script that might come in handy in this situation.