Rectangle in Flash


We can create shapes in flash by using shape class. for example below code for crete rectangle this.createEmptyMovieClip("draw_mc",12); draw_mc.beginFill(0x000000); draw_mc.moveTo(10,100); draw_mc.lineTo(100,100); draw_mc.lineTo(100,200); draw_mc.lineTo(10,200); draw_mc.lineTo(10,100); draw_mc.endFill(); I hope you enjoy it..

contacts : swamy.webdesigner@gmail.com

Thanks,
K Swamy Vishnubhatla

Shared White Board


Shared White Board I have make a White board in flash with square, circle, pencil, text, line, eraser and colors.

Main Feature is : This is shared whiteboard, i.e, it can use by multiusers at a time, then one user drawn thing can see by others.

If u need it.. contact me to swamy.webdesigner@gmail.com.
Thanks, K Swamy Vishnubhatla.