PDA

View Full Version : How to use System.capabilities.anything


JerryRowe
03-12-2003, 01:10 AM
I don't want to communicate to a server, I just want the Flash movie to "know" if someone has a particular screen resolution (1024 x 768).

How do I get the flash movie to see this information? I just want to see a single example of it in a movie - like, in an "if / else" equation.


Can someone help this poor guy out?

Thanks!

Jerry

tost
03-12-2003, 01:24 AM
trace(System.capabilities.screenResolutionX);
trace(System.capabilities.screenResolutionY);

you know how to build an "if / else" equation, don't you? ;)
grtz
tost

JerryRowe
03-12-2003, 04:57 AM
Thanks!