Hi, You can only use URLMonitor in an AIR application.(If by web app you meant a normal Flex application, I'm curious to why you would need such a thing)
If you're talking about using URLMonitor from an HTML AIR application, you can say: var urlMon = new window.runtime.air.net.URLMonitor(); to create a URLMonitor object. On Wed, Apr 23, 2008 at 4:14 AM, timgerr <[EMAIL PROTECTED]> wrote: > It says that I need to import air.net.URLMonitor;. Can I use air > stuff in a we app, and if so how do I get the air.net.URLMonitor part? > Cheers, -- Anirudh Sasikumar http://anirudhs.chaosnet.org/

