Wiki source code of WOQuickTime
Last modified by Pascal Robert on 2011/05/08 02:02
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
4.1 | 1 | {{toc/}} |
![]() |
1.1 | 2 | |
3 | = Introduction = | ||
4 | |||
![]() |
3.1 | 5 | WOQuickTime is a dynamic element that you can use to incorporate QuickTime objects (movie, sound, VR, ...) into your WebObjects applications. The WOQuickTime API is essentially based on the QuickTime plug-ins API. |
![]() |
1.1 | 6 | |
![]() |
3.1 | 7 | WOQuickTime supports QuickTime VR with hotspots. If you specify a list of hotspots and the user clicks inside the QuickTime VR object, the method specified by the action attribute is performed and the selection attribute is set to the value of the selected hotspot. |
![]() |
1.1 | 8 | |
![]() |
3.1 | 9 | You should use WOQuickTime components outside of an HTML form. |
![]() |
1.1 | 10 | |
![]() |
3.1 | 11 | {{info}} |
12 | This dynamic element is deprecated. Use the JavaWOSMIL framework and its classes instead. | ||
13 | {{/info}} | ||
![]() |
1.1 | 14 | |
15 | = Related documents = |