I have a flex app project going.
I has two Map objects side by side with time aware layers displayed.
I want to play the two time aware maps with the same time slider control object.
I have that working but the problem is that two map objects are not synchronized with one another.
The left map changes than the right changes.
Is there a method to sync playback with in the Flex API?
Each Map object is feed the same service with two time aware layers. The left map object has layer 0 visible the right map object has layer 1 visible.
Would it be better for the two time aware layer in separate services?
Thanks for your help