-
1. Re: check player setting?
kglad Feb 9, 2012 4:54 PM (in response to Damon Edwards)check the capabilities class to see if it has what you want.
-
2. Re: check player setting?
Damon Edwards Feb 10, 2012 10:38 AM (in response to kglad)Sadly it doesn't. What I'm looking for is a way to see if the client has allowed Peer-to-Peer before I call NetGroup() so that if the client has not allowed access I can forgo the call so the warning popup doesn't show up. If you're thinking, why? domain.com/app uses peer to peer, and clients have to allow access - that's cool. On domain.com I want to load a quick utility SWF to check if while client was at domain.com/app they allowed peer to peer, then I can trigger some actions based on if they did or didn't..
-
3. Re: check player setting?
kglad Feb 10, 2012 12:27 PM (in response to Damon Edwards)check the netstatusevent of your netgroup. it should record if the connection was rejected.
-
4. Re: check player setting?
Damon Edwards Feb 10, 2012 12:46 PM (in response to kglad)Right, I was hoping to avoid that all together. domain.com is a website, and domain.com/app is an App. I don't really want to show the Flash Player Peer to Peer Warning window on top of the website, that's why I'm trying to check the setting before that happens so I can forgo the call to NetGroup all together if they haven't already allowed peer to peer while in the App..
-
5. Re: check player setting?
kglad Feb 10, 2012 1:23 PM (in response to Damon Edwards)i don't know any way to do that.



