EngeldesTodes
Deutsch Techno-Freak WIR SIND EIN
- Feb 21, 2011
- 1,075
- 77
HI all i got a radio Server set up for my hotel but when i put the link in and done a refresh on the client i hear nohting i am useing the V2 Centova Cast i show u what i mean the bottom half involves the radio player and the centova cast involves the link
client.php
and the the links centova cast told me to put
Quick Links
Your stream start page:
Your streaming server index page:
client.php
PHP:
<div class="menu-spacefm" id="menu_closed">
<div class="content">MadRadio
<div class="arrow-up">
</div>
</div>
</div>
<div class="menu-spacefm-second" id="menu_opened">
<div class="content">
<div style="float:right;margin-top:5px;margin-right:10px;cursor:pointer;" id="click" class="arrow-down"></div>
<div class="img" id="spacefmlogo" title="Shoutlijn"><span style="margin-left: 95px; background: transparent;">Listen to </span ><span style="margin-left: 95px; background: transparent;">music!</span></div>
<audio style="display:none;" id="player" controls loop audio autoplay="autoplay">
<source src="https://control.internet-radio.com:2199/tunein/madhotel2016.pls" type="audio/pls">
</audio>
<div style="background-color: #2E2E2C;margin-bottom:5px;">
<img src="{url}/app/tpl/skins/martin/styling/images/icon_play.png" style="cursor:pointer;margin-top:7px;" onclick="document.getElementById('player').play()">
<img src="{url}/app/tpl/skins/martin/styling/images/icon_pauze.png" style="cursor:pointer;margin-top:7px;" onclick="document.getElementById('player').pause()">
<img src="{url}/app/tpl/skins/martin/styling/images/icon_mingeluid.png" style="cursor:pointer;margin-top:7px;" onclick="document.getElementById('player').volume -= 0.1">
<img src="{url}/app/tpl/skins/martin/styling/images/icon_plusgeluid.png" style="cursor:pointer;margin-top:7px;" onclick="document.getElementById('player').volume += 0.1">
<img src="{url}/app/tpl/skins/martin/styling/images/icon_uitgeluid.png" style="cursor:pointer;margin-top:7px;" onclick="document.getElementById('player').volume = 0">
<img src="{url}/app/tpl/skins/martin/styling/images/icon_volgeluid.png" style="cursor:pointer;margin-top:7px;" onclick="document.getElementById('player').volume = 1">
</div>
</div>
</div>
<div class="menu-spacefm-third" id="open_spacefm">
<div class="content">
<div style="float:right;margin-top:5px;margin-right:10px;cursor:pointer;" id="spacefmclose" class="arrow-down"></div>
<div id="shoutlijn">
</div>
</div>
</div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript">
/*/ Created by Sam aka Xieters /*/
$(document).ready(function() {$("#menu_closed").click(function(){$(this).fadeOut("fast");$("#menu_opened").fadeIn("fast"); });
$("#click").click(function(){$("#menu_opened").fadeOut("fast");$("#open_spacefm").fadeOut("fast");$("#menu_closed").fadeIn("fast");});
$("#spacefmlogo").click(function(){$("#open_spacefm").fadeIn("fast");});
$("#spacefmclose").click(function(){$("#open_spacefm").fadeOut("fast");});});
</script>
</body>
</html>
Quick Links
Your stream start page:
You must be registered for see links
Your streaming server index page:
You must be registered for see links