Question
Creating bitmaps
Thinking of doing a multiuser white board application. The
idea is that there are many rooms where 15 to 30 users can
simultaneously paint on a canvas over the course of three hours.
The problem I'm having is this: If each painting session lasts for three hours, and if someone were to join two and a half hours into the session, I'm going to need to send them all the canvas information up to that point. However, I'm thinking I can't do this as just objects or arrays of data. By my calculation, this could be megs and megs of data towards the end of the three hours.
Is there any way for the Flash Media Server to somehow create bitmap snapshots of the canvas at certain intervals and send that to users who join late in the process? Or am I thinking about this in the wrong way?
The problem I'm having is this: If each painting session lasts for three hours, and if someone were to join two and a half hours into the session, I'm going to need to send them all the canvas information up to that point. However, I'm thinking I can't do this as just objects or arrays of data. By my calculation, this could be megs and megs of data towards the end of the three hours.
Is there any way for the Flash Media Server to somehow create bitmap snapshots of the canvas at certain intervals and send that to users who join late in the process? Or am I thinking about this in the wrong way?
