Sign In:     


Forum: VirtualDJ Skins

Topic: Will this work?
<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.
 

Posted 2 days ago @ 7:33 pm
try
<onload="script"/>
 

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.