Hi AllI want to change/customize the standard toolbar of lccs. I have
already checked the example WhiteBoardCustomShapes and its working
too.Now what I need: I already have one application which is based on
five mxml documents e.g., ChatPanel.mxml, ConnectPannel, googlemap.mxml
(main file), MapArea and whiteBoard.mxml.my whiteboard.mxml file code is
shown bellow: private
function initWhiteBoard():void {
whiteBoard.setStyle("backgroundAlpha",0); }
Now what I changed in this document
whiteboard.mxml: 1) I coppied all the files from WhiteBoardCustomShapes
(e.g., files including in...