PDA

View Full Version : Language Browser detection and Flash


nicolaccio
10-10-2002, 10:56 AM
Hello guys,

Just a little question...
I wonder if there is a built in Flash method to directly detect the language of the browser and pass it to Flash...
I managed to do the same using php and passing it to Flash but still think that the smart staff of macromedia might have thought about that...

No stress...
Let me know...

Ciao
Nicolas

Jesse
10-12-2002, 01:44 AM
It's in the System.capabilities thino:

for (a in System.capabilities) {
trace(a+" : "+System.capabilities[a]);
}
stop();

nicolaccio
10-21-2002, 12:54 PM
Thanks Jesse...
I ll check out...