/ Published in: ActionScript 3
I needed this for a banner I was designing which had some problems with masked filters on Mac browser Flash Player version 10.3.181.14
Expand |
Embed | Plain Text
import flash.system.Capabilities; var macOS:Boolean; if (Capabilities.os.toLowerCase().search("mac")>-1) { macOS = true; }
You need to login to post a comment.
