开发者

Flash - offline - multiple users

开发者 https://www.devze.com 2023-01-31 02:30 出处:网络
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 t

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消