Flash - offline - multiple users
I want to make a flash which shows actual information of co-workers (at desk, coffe-break, etc). Problem is that I have n开发者_JAVA技巧o server-side support (big company, no sense of humor etc). So there's an "offline" shared html (with the embedded swf), and if someone changes his/her status everybody should see it. I'm looking forward any solution (eg some kind of refresh button which calls the actual info).
Thank you! YvorL
It sounds like you want to store server data without a server. Flash cannot interact with filesystem, unless it is an AIR application. So unless you have an underlying PHP (or any other actually) server/local server it is impossible, as far as I can tell at least.
精彩评论