I actually just figured out the fix without forcing any compatibility
mode changes. Yup, for whatever reason the Spark UIComponent messes up
rotation so that it's super-hard to subclass it (which our shape
containers do). Here's a monkey-patched version of WBShapeContainer
which fixes the issue. Just replace the source at
com.adobe.coreUI.controls.whiteboardClasses . We'll make sure to get
this in for the next release too. Thanks for bearing with us! nigel
My guess is it's in the player itself, you can trace it all the way back
tothe netstream class. I could be wrong though, maybe one of the Adobe
guyscan think of a way to flush that buffer without having to restart
thecamera.-Eric
In relation to my coding I pasted before: two major difference i found
in my project and WBTrinagle Project.to activate the custome toolbar I
need to call this function
bellowsynchronizationChange="roomConnector_synchronizationChangeHandler(event)"
within the tag whereas this tag is already
occupied by googlemap.mxml (main file) e.g.,
synchronizationChange="onSyncChange()" and onSyncChange() has body like
private function onSyncChange():void { if (cSession.isSynchronized) {
vs.selectedIndex = 1...
we are working on server to server APIs that will allow you to fetch
data (items) from node.when that is available you'll be able to get the
user list from the UserManager node.