PDA

View Full Version : Show audio vis in playback home.xml.


hades_666
2005-07-24, 22:39
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>

hades_666
2005-07-24, 23:09
<type>visualisation</type>

solved my own thanks.