Changes for page WOQuickTime

Last modified by Pascal Robert on 2011/05/08 02:02

From version 2.1
edited by Pascal Robert
on 2011/04/26 23:04
Change comment: There is no comment for this version
To version 3.1
edited by Pascal Robert
on 2011/05/08 02:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,31 +2,14 @@
2 2  
3 3  = Introduction =
4 4  
5 -= Usage =
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.
6 6  
7 -{{code}}
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.
8 8  
9 +You should use WOQuickTime components outside of an HTML form.
9 9  
10 -{{/code}}
11 +{{info}}
12 +This dynamic element is deprecated. Use the JavaWOSMIL framework and its classes instead.
13 +{{/info}}
11 11  
12 -= Bindings =
13 -
14 -= Examples =
15 -
16 -== Java methods ==
17 -
18 -== WOD-style ==
19 -
20 -{{code}}
21 -
22 -
23 -{{/code}}
24 -
25 -== Inline bindings (WOOGNL) ==
26 -
27 -{{code}}
28 -
29 -
30 -{{/code}}
31 -
32 32  = Related documents =