Skin OnInit
Skin SDK: The <oninit> element
Aliases: onload
The oninit element is used to include actions and definitions you need to be executed when the skin initialises (loads).
Attributes :
- action : the VDJ Script action to perform
Children: None
Example:
<oninit action="master_volume 80% & headphone_volume 0%"/>