<skin oninit="repeat_start 'titleWatcher' 1000ms -1 & set '$nowPlaying' `deck master get_title`"/>
I can seem to get this to work. It looks like the skin's oninit does not fire but I can't figure out why. Thank you.
I can seem to get this to work. It looks like the skin's oninit does not fire but I can't figure out why. Thank you.
Posted 2 days ago @ 7:33 pm
try
<onload="script"/>
<onload="script"/>
Posted 2 days ago @ 8:21 pm
The <init /> key is fired when the skin is selected/loaded after another skin has been selected/loaded first.
The <onload /> key is fired every time the skin loads, thus even after reselecting the same skin, or starting VirtualDj e.t.c.
The <onload /> key is fired every time the skin loads, thus even after reselecting the same skin, or starting VirtualDj e.t.c.
Posted 12 hours ago