Skip to main content
Participating Frequently
February 11, 2007
Question

Director user wanting to share a bitmap between users

  • February 11, 2007
  • 1 reply
  • 469 views
Hi..

I've created a simple paint application using Director (and convereted into a Shockwave DCR) - what I want to do is allow other users to see this, if they're using the application also. I'm not used to flash, and do not want to redesign the program. Also, the Whiteboard feature with Flash Media Server seems crappy and slow. What's the handiest way for me to share a bitmap with other users using Flash Media Server?

I really wish there was still support for the Multiuser Server.


Thanks,
Cormac
    This topic has been closed for replies.

    1 reply

    February 12, 2007
    You wouldn't use FMS to share the bitmap per se, but rather, you'd use it to inform all of the connected clients of the location of the image file, and have the flash client download it via http.

    I like to use a shared object for this, but I suppose you could just as well use a server side property and a client/server function that passes the data around.
    Participating Frequently
    February 12, 2007
    Thanks.
    Is this possible through Director only?
    February 12, 2007
    I don't work with Director, so I'm not sure on that one. Does the Lingo API have NetServices and NetConnection classes available?