Is it possible to replace *.png with *.swf and make it work?
For instance this:
Code:
<textureFocus>\animations\radio\radio0013.png</textureFocus>
<textureNoFocus>\animations\radio\radio0030.png</textureNoFocus>
into this:
Code:
<textureFocus>\animations\radio\radio0013.swf</textureFocus>
<textureNoFocus>\animations\radio\radio0030.swf</textureNoFocus>
(^^^BasicHome.xml)
Thanx in advance