| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=FLASH_CONTENT_BASIC_R2, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] |
| 4 | |
| 5 | = Analysis = |
| 6 | The second iteration of this task is about integrating the java/c++ flash communication using the Native Bridge created in this task http://sophie2.org/trac/wiki/GROUP_WRAPPERS_R0. In the revision only video frames will be transfered including sounds and interactive flash will be subject of future iterations. |
| 7 | |
| 8 | == Overview == |
| 9 | Integrate the demo using the commonly created interface for native wrappers. |
| 10 | |
| 11 | |
| 12 | == Task requirements == |
| 13 | Make it possible to integrate flash movies in Sophie2. The task itself is not about integrating flash but providing an interface to do so. |
| 14 | == Task result == |
| 15 | An interface for getting frames from a flash movie using the native wrapper returned. |
| 16 | |
| 17 | == Implementation idea == |
| 18 | Create a class hierarchy to handle commands and responses in both c++ and java parts. Use the common native bridge implementation to transfer the commands and responses between the java and c++ parts. Use the result of the previous revision in the implementation. |
| 19 | |
| 20 | == Related == |
| 21 | http://sophie2.org/trac/wiki/GROUP_WRAPPERS_R0 [[BR]] |
| 22 | http://sophie2.org/trac/wiki/FLASH_CONTENT_BASIC_R1 |
| 23 | |
| 24 | == How to demo == |
| 25 | Insert an image into a sophie2 page that is a frame of flash movie. |
| 26 | |
| 27 | = Design = |
| 28 | ^(Describe your design here.)^ |
| 29 | |
| 30 | = Implementation = |
| 31 | ^(Describe and link the implementation results here (from the wiki or the repository).)^ |
| 32 | |
| 33 | = Testing = |
| 34 | ^(Place the testing results here.)^ |
| 35 | |
| 36 | = Comments = |
| 37 | ^(Write comments for this or later revisions here.) |