Whiteboard for
PHP and
ASP.NET is easy to use and requires no installation. Just download the current version and unzip it in the page directory.
When you place a simple script in the page content, Whiteboard, is ready for use.
You can group Whitboard in virtual rooms (like chat rooms).
To see effects open the page in a multiple browsers and select the same room.
The demo uses shared files (one file per room) to share data between users.
Choose the room:
Sample code (single room):
<div style="position: relative;width: 700px; height: 300px;" id="canvas1">
</div>
<script type="text/javascript" src='./whiteboard/whiteboard.js'></script>
<script type="text/javascript" src='./whiteboard/whiteboard_res/jscolor/jscolor.js'></script>
<script type="text/javascript">
//obj = new IntSolSoftwareWhiteBoard([div id], [room name]);
obj = new IntSolSoftwareWhiteBoard("canvas1", "room1");
obj.Init();
</script>