Skin Install - I must be an idiot

Tazman

19-10-2009 20:38:12

So far V3.0 seems like a GREAT program....THANKS SIIT!!

But I must be an idiot because I've been programming for 15+ years and completely modified the last program I used One Web MP3 Streamer....but I cannot figure out how to install the skins on here. roll

I see where some people have mentioned about a "skins" folder, but I don't have that folder under the programs root - I created it, copied the skin files into it - restarted the server and still nothing. cry

I also saw where one guy mentioned selecting the skin in the 'User' drop-down , but I don't have a skin selection drop-down.

Any help would be greatly appreciated. Just point me in the right direction and I'm off!! lol

Taz

Tazman

19-10-2009 20:46:27

Ok - I just saw where the skins structure is based on an old version of the program, 2.6 I think.
Did this new version (3.0) actually remove one of it's most powerfull features...skins!!??

Taz

Phil

19-10-2009 21:13:19

Version 3 has been redesigned with easier modding in mind. Whether that includes skinning I don't know, but skinning is still just as possible with this version as it was with previous versions. The Vibe Streamer author, siit, will be releasing a how-to of sorts for adding modifications to the latest version.

Tazman

22-10-2009 00:39:31

So I guess someone who does know how to skin the new version won't answer??

This product has so much potential, but without a place to get started, I never can..... cry

Taz

siit

22-10-2009 09:05:48

Hi!

As Phil mentioned, I will release some info on how to theme/plugin Vibe Streamer 3 as soon as I've put an update together with some final adjustments, otherwise any info I give now won't be accurate.

I'm currently beta testing the next update so it won't be long.

Tazman

22-10-2009 13:08:27

Thanks siit...I appreciate the update.

I can't wait to add a couple more feature like UL/DL and video streaming, which I did with "One Web" and it turned out really nice. Vibe seems like such a better prog than that one, so I'm really excited.

I want to personally thank you for such a great program, you do some fantastic work!! D

B-22

27-12-2009 00:28:19

howdy! wink tell me what you think ,i was experimenting with the 3.2 version [url3iwr92dh]http://86.87.63.151:8081/[/url3iwr92dh]

username & password =22

couldn't wait for the flashplayer.fla file so i decompiled it ,and tweak it a little. but for the rest i think i leave it alone ,this time i like a clean interface and is my vibestream player a child of a bigger webpage [url3iwr92dh]http://radiob22.ontvangt.nl/[/url3iwr92dh]

Tazman

27-12-2009 06:15:53

B-22...It looks awesome!! I really like it.
Do you have any instructions on how you skinned this version?
Or can you provide me any help at all??

Again, I think your site looks GREAT!!! )

Steve

Phil

27-12-2009 16:46:15

Looking great B-22!

B-22

28-12-2009 20:50:38

well thanks Tazman & Phil D

and for Tazman if got some snippet dat you can put in your index.vibe file

or overwright it

<?@ include file="/_private/functions/vibe.utilities.vibe" ?>
<?@ include file="/_private/functions/vibe.settings.vibe" ?>
<?@ include file="/_private/includes/startup.vibe" ?>
<html>
<head>

<STYLE type="text/css">
BODY {scrollbar-3dlight-color#ccff00;
scrollbar-arrow-color#DA70D6;
scrollbar-base-color#C0C0C0;
scrollbar-track-color#000000;
scrollbar-darkshadow-color#000000;
scrollbar-face-color#C0C0C0;
scrollbar-highlight-color#ccff00;
scrollbar-shadow-color#ccff00}
</STYLE>




<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title><? response.write(vibe.getSetting("general.title")); ?></title>

<!-- external css -->
<link rel="stylesheet" type="text/css" href="lib/ext-2.3.0/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="lib/ext-ux-livegrid-0.3.1/build/resources/css/ext-ux-livegrid.css" />

<!-- external libs -->
<script type="text/javascript" src="lib/ext-2.3.0/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="lib/ext-2.3.0/ext-all.js"></script>
<script type="text/javascript" src="lib/ext-ux-livegrid-0.3.1/build/livegrid-all.js"></script>
<script type="text/javascript" src="lib/swfobject-1.5/swfobject.js"></script>

<!-- vibe libs -->
<script type="text/javascript" src="build/vibe-all.js"></script>

<!-- vibe theme -->
<?
var theme = vibe.getSetting("general.theme");
if ( vibe.isAlphaNumeric(theme) ) {
server.execute("themes/" + theme + "/include.vibe");
}
?>

<!-- vibe plugins -->
<?
var pluginNames = vibe.getPluginNames();
for ( var i=0,len=pluginNames.length; i<len; i++ ) {
server.execute("plugins/" + pluginNames + "/include.vibe");
}
?>

<script>

Ext.onReady(function()
{
vibe.Application.on("startup",function(app) {
Ext.get("vibe-loader-mask").hide();
});

vibe.Application.init();
});

</script>
</head>
<body>
<div id="vibe-loader-mask">
<div id="vibe-loader-indicator">
<img src="resources/images/loading.gif"/>WELKOM...Loading radio B-22...
</div>
</div>




<div id="html1" style="positionabsolute; overflowhidden; left625px; top57px; width300px; height425px; z-index0">




<style type="text/css">
/*<![CDATA[*/


button {
background#000000;
font-familyarial;
font-size11px;
color#ccff00;

}


/*//]]>*/
</style>

<script type="text/javascript">
//<![CDATA[

function showHide() {

if(document.getElementById("layer").innerHTML=='') {
document.getElementById("layer").innerHTML='<object type="application/x-shockwave-flash" '+
' data="2.swf" width="350" height="435">'+
'<param name="movie" value="2.swf" />'+
'<param name="wmode"value="transparent"/>'+
'</object>';
}
else {
document.getElementById("layer").innerHTML='';
}
}

//]]>
</script>

</head>
<body>

<div id="button"><button onclick="showHide()">visual</button></div>

<div id="layer"></div>


</body>
</html>


and here is a link to the flashfile revolt.swf

[url1viqlc7e]http://www.anttikupila.com/flash/revolt-actionscript-3-based-spectrum-analyzer-source-released/[/url1viqlc7e]

unzip it and put the revolt.swf in the default map then mame it 2.swf like in this snippit ,you can also change the button colour and the scrollbars ...i was also planned to send the flashplayer.fla with it but i think thats up to siit ! because he is still busy whit this version...have fun wink

oh! by the way ,it works only with the newest browsers and update your adobe flashplayer...if tested it in ie6 and it stops playing the songs