Can you please explain a bit more? Whats a shell app? Thanks.
--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > You can't use a shell app with SWFLoader? > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of helix206 > Sent: Saturday, September 22, 2007 4:04 AM > To: [email protected] > Subject: [flexcoders] Re: Open SWF from another SWF. > > > > Ok, i have tryed this with fscommand("exec", "test.exe"); and it works, > all SWF files must be projectors. > > Now i have 2 problems, the projector test.exe witch is an application > runs fine when run directly, but when i execute it from my first > projector (runner.exe) the second test.exe wont read any XML files with > HTTPRequest method, i get an error that it cant find the file. > > I examined the path to the XML file and it changes if called from > another projector from : > > URL: file:///G <file:///\\G> |/Directory/fscommand/myXML.xml"]. > > to : > > URL:file:////3F/G <file:///\\3F\G> |/Directory/fscommand/myXML.xml"]. > > Any way to fix that? > > And another Q, when creating projectors, now i can create them with > file->Create Projector. Is there a way to create them from command line > because all my apps are in full screen and i have blocked the ESC > button. Btw, if anyone is interested i blocked ESC button with : > fscommand("trapallkeys","True");. > > I hope someone can help. > > thx. > > --- In [email protected] <mailto:flexcoders% 40yahoogroups.com> > , "helix206" <oputarek@> wrote: > > > > I have a problem. I have several local SWF files built for a > > client,all run in full screen, and all are seperate applications. Now > > the client wants one unique window for running all thiose apps. > > > > Is it even possible to call and open SWF application from another SWF > > application. > > > > thx. > > >

