1
HTML & templates / Re: How do I add in a winamp server?
« on: November 14, 2006, 05:24:56 PM »
the mainpage for the pocketpc skin is:
Maybe if I just copy the links "http://192.168.0.102:1337/index.html?refresh#pause" and so on the buttons work but what with the "Now playing text"?
EDIT: I tried to make it link an image to http://192.168.0.102:1337/index.html?pause&page=shortplaylist#pause
but then it went to the winamp page, I think I have to make my own skin
EDIT2: Ok I tried to make the thing work in a frame by putting this code after <head> in the HFS source
Alot of html under *removed since i dont need help with the source anymore*
Maybe if I just copy the links "http://192.168.0.102:1337/index.html?refresh#pause" and so on the buttons work but what with the "Now playing text"?
EDIT: I tried to make it link an image to http://192.168.0.102:1337/index.html?pause&page=shortplaylist#pause
but then it went to the winamp page, I think I have to make my own skin
EDIT2: Ok I tried to make the thing work in a frame by putting this code after <head> in the HFS source
Code: [Select]
<FRAMESET ROWS="20%,*">
<FRAME SRC="http://192.168.0.102:1337/" NAME="Winamp Now Playing">
<NOFRAMES>NOFRAMES stuff
</NOFRAMES>
</FRAMESET>
Alot of html under *removed since i dont need help with the source anymore*