- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
You can do this.
// Get your WhiteBoard toolBar
toolBar.addEventListener(WBToolBarEvent.TOOL_BAR_CLICK,glow)item
protected function glow(p_evt:WBToolBarEvent):void
{
if (p_evt..command == "glow") {
//Your operations
}
}
Thanks
Arun
Views
Replies
0 Likes
Total Likes