No. The FileStream class in only in the AIR runtime, so an app using FileStream can only run in the AIR runtime. Apps running in a web browser aren't allowed to manipulate the user's file system. - Gordon
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of jp andino Sent: Tuesday, September 04, 2007 3:07 PM To: [email protected] Subject: [flexcoders] Re: Error #1014: Class flash.filesystem::FileStream could not be found. I need to run the AIR application from the web browser without end users installing anything is this is possible? --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Gordon Smith" <[EMAIL PROTECTED]> wrote: > > You must be trying to run an AIR app in the web player rather than in > the AIR runtime. > > - Gordon > > ________________________________ > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of jp andino > Sent: Tuesday, September 04, 2007 12:03 PM > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > Subject: [flexcoders] Error #1014: Class flash.filesystem::FileStream > could not be found. > > > > I get the flowing error when i load my SWF, the AIR version works fine, > i got a line to import flash.filesystem.*; > > VerifyError: Error #1014: Class flash.filesystem::FileStream could not > be found. > > at [verify] > > at global$init() > > at _Wizardv2WatcherSetupUtil$/init() > > at mx.managers::SystemManager/private::docFrameHandler() > > at [execute-queued] >

