PDA

View Full Version : FMX- OS detection



borispc
September 17th, 2003, 08:18 PM
Hi! I've never seen this before but I need to detect wether my user has PC or MAC. I know there are php scripts to do this but if possible I'd like to do this within flash. Any reference about this issue would be helpful. thanks!!!!

ahmed
September 17th, 2003, 08:24 PM
trace(System.capabilities.os);

Jack_Knife
September 18th, 2003, 05:25 AM
I think the getVersion() function also returns something like "WIN 7,0,1,0". Or the WIN bit is MAC on mac's. That's just another way to find out.