views:

35

answers:

1

Is it any way to prevent user to go to specific web-pages using Adobe AIR framework. I want this software to run at startup and not allowing user to surf some web parts. I want to use Adobe AIR beacause of its crossplatform capabilities.

+1  A: 

While AIR can detect the computer's connectivity status, it does not come with the ability to restrict access by other applications.

ZackBeNimble
maybe i can simply redirect user from unwanted pages to about:blank ?
afftee
Sorry, AIR just doesn't have that functionality built-in.
ZackBeNimble