Detect resolution

…hey… i wanted to know how i can detect what resolution someones computer is at… , either using java or something …

For example… if the users computer is 800x600 i wanna send a variable value to my flash movie… in the next page… …

if it is on a resolution above that … send another value to my flash movie…???

please help thanks

you don’t need javascript, you can detect the screen resolution in flash… :wink:

System.capabilities.screenResolutionX;
System.capabilities.screenResolutionY;

thanks dude… that helped

no problem, jazz. :wink: