Hello , guys
I am trying to develop a playback client using Flex. I am trying build the playback client depends on the existing Flex client.I think it would be a
shortcut for developing flash client playback, because the present and wihteborad can be used for playback the displaying related events (such as ,add shape and change slides) .
Do you have any suggestiong about that?
Here is my plan:
1. during the process phase, write all the evnets into the config file (such as, events.xml , or slides.xml)
2. reuse the existing Flex client, and create a module which act as the main controller for playback. this module reads all the events from the config file , and puts all the events into a queue ; then omit the event queue (such as ,slides transition, add shape, play a audio file )
3.the existing present and whiteborad module would catch all the events , then call the view methods to draw shapes and show slides; a new audio playback moudule would catch the audio events and play them.
I am looking forward to you suggestions.
Best wishs!
Winston