Show audio vis in playback home.xml.
#1
what i am trying to accomplish is to have a visualization played with in a structured space in the home.xml when the player.hasmedia is applied. ? is this possbile, b.c my current attempt doesn't work.


<control>
<description>video preview window</description>
<type>videowindow</type>
<id>1</id>
<posx>105</posx>
<posy>200</posy>
<width>220</width>
<height>160</height>
<visible>player.hasmedia</visible>
</control>
Reply
#2
<type>visualisation</type>

solved my own thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
Show audio vis in playback home.xml.0