- init cursor to prevent exceptions when server is sending cursor updates befor the display inits

This commit is contained in:
Richard Alam 2010-05-28 11:07:55 -04:00
parent 00491a99d6
commit bde5d81edc
2 changed files with 2 additions and 2 deletions

1
bigbluebutton-client/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
bin

3
bigbluebutton-client/src/DeskshareStandalone.mxml Normal file → Executable file
View File

@ -25,7 +25,7 @@
private var videoHolder:UIComponent;
private var cursor:Shape;
private var cursor:Shape = new Shape();;
private var images:Images = new Images();
[Bindable] public var bbbLogo:Class = images.bbb_logo;
@ -49,7 +49,6 @@
room = p.getParameter("ROOM");
service.connect(host+"/"+room);
cursor = new Shape();
cursor.graphics.lineStyle(6, 0xFF0000, 0.6);
cursor.graphics.drawCircle(0,0,3);