Video (비디오) Widget Control
Widget Control (Property · Method · Event) you use to control the Video widget from a script. To learn what the widget does and how to use it, visit the Video doc.
The videoID in the examples below is the name (ID) you assigned to the Video widget on the canvas. In a script, access it as widgetID.member.
Property
Not applicable — the Video widget has no script-only Property. In a script, read and write values with the common Widget Control below (getProperty / setProperty).
Method
Not applicable — the Video widget has no dedicated Method. Use the common Widget Control below.
Event
Not applicable — the Video widget has no dedicated Event.
Common Widget Control (all widgets)
Every widget supports name-based common Widget Control (Method) such as setProperty / getProperty / setStyleProperty — for example, videoID.setProperty("volume", 0.8). See the common reference doc (to be written).