What you are describing can be done with skin code IF you are using a reloadscreen command by way of INC in the main skin file.
i.e.
Audio_player.skin
Code:
RoadRunner Skin
RRScreen menu
background1.png,blank.png,blank.png,blank.png
INC,inc_audio_player$displayvariable$.skin
End
inc_audio_player0.skin
Code:
<Has code to display album art>
inc_audio_player1.skin
Code:
<Has code to display album art>
"VISU","SETVAR;displayvariable;1||RELOADSCREEN||VI SU"
The way the skin would work is that on initial loading, audio_player.skin will load it with the album art code (displayvariable = 0).
As soon as you hit "VISU" button, it will change $displayvariable$ to 1 and reloadscreen will load the code that display an application area instead of album art.
Bookmarks