Sharing Adobe Flash Projector (.EXE) over Local Area Netwrok - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T20:54:58Z http://stackoverflow.com/feeds/question/597771 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/597771/sharing-adobe-flash-projector-exe-over-local-area-netwrok 0 Sharing Adobe Flash Projector (.EXE) over Local Area Netwrok Pradeep 2009-02-28T09:07:23Z 2009-06-17T19:00:02Z <p>A forthcoming project requires that a Flash projector (.EXE) be kept on a server and accessed by multiple users over network (LAN). There will be a central access database as a backend. I am using a third party SWF2EXE (SWF Studio) product to have database functionality. I would like to know if sharing an EXE file this way is practical. I know it's not a typical client-server methodology but I can't use Server side platfrom like ASP due to lack of resources at the client's place. Is it likely to cause any crashes if same .EXE is launched simultaneously by network users doing a simultaneous read/write to database (mdb)?</p> http://stackoverflow.com/questions/597771/sharing-adobe-flash-projector-exe-over-local-area-netwrok/597783#597783 0 Answer by REA_ANDREW for Sharing Adobe Flash Projector (.EXE) over Local Area Netwrok REA_ANDREW 2009-02-28T09:20:25Z 2009-02-28T09:20:25Z <p>Each computer should get a copy of the exe file, and it should be only the database which is shared. If you are on a LAN and you are using MS Access, placing the MDB file in a shared location should be fine. </p> <p>You may also want to check what the concurrent user limit is for an ms access database.</p> <p>Andrew</p>