Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
radio Player won't respond to my radio server
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="EngeldesTodes" data-source="post: 379602" data-attributes="member: 2432"><p>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</p><p></p><p>client.php</p><p>[PHP]<div class="menu-spacefm" id="menu_closed"></p><p> <div class="content">MadRadio</p><p> <div class="arrow-up"></p><p> </div></p><p> </div></p><p></div></p><p><div class="menu-spacefm-second" id="menu_opened"></p><p> <div class="content"></p><p> <div style="float:right;margin-top:5px;margin-right:10px;cursor:pointer;" id="click" class="arrow-down"></div></p><p> <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></p><p> <audio style="display:none;" id="player" controls loop audio autoplay="autoplay"></p><p> <source src="https://control.internet-radio.com:2199/tunein/madhotel2016.pls" type="audio/pls"></p><p> </audio></p><p> <div style="background-color: #2E2E2C;margin-bottom:5px;"></p><p> <img src="{url}/app/tpl/skins/martin/styling/images/icon_play.png" style="cursor:pointer;margin-top:7px;" onclick="document.getElementById('player').play()"></p><p> <img src="{url}/app/tpl/skins/martin/styling/images/icon_pauze.png" style="cursor:pointer;margin-top:7px;" onclick="document.getElementById('player').pause()"></p><p> <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"></p><p> <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"></p><p> <img src="{url}/app/tpl/skins/martin/styling/images/icon_uitgeluid.png" style="cursor:pointer;margin-top:7px;" onclick="document.getElementById('player').volume = 0"></p><p> <img src="{url}/app/tpl/skins/martin/styling/images/icon_volgeluid.png" style="cursor:pointer;margin-top:7px;" onclick="document.getElementById('player').volume = 1"></p><p> </div></p><p> </div></p><p></div></p><p><div class="menu-spacefm-third" id="open_spacefm"></p><p> <div class="content"></p><p> <div style="float:right;margin-top:5px;margin-right:10px;cursor:pointer;" id="spacefmclose" class="arrow-down"></div></p><p> <div id="shoutlijn"></p><p> </p><p> </div></p><p> </div></p><p></div></p><p></p><p></p><p> </p><p><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script></p><p><script type="text/javascript"></p><p>/*/ Created by Sam aka Xieters /*/</p><p>$(document).ready(function() {$("#menu_closed").click(function(){$(this).fadeOut("fast");$("#menu_opened").fadeIn("fast"); });</p><p>$("#click").click(function(){$("#menu_opened").fadeOut("fast");$("#open_spacefm").fadeOut("fast");$("#menu_closed").fadeIn("fast");});</p><p>$("#spacefmlogo").click(function(){$("#open_spacefm").fadeIn("fast");});</p><p>$("#spacefmclose").click(function(){$("#open_spacefm").fadeOut("fast");});});</p><p></script></p><p> </body></p><p></html>[/PHP]</p><p>and the the links centova cast told me to put </p><p>Quick Links</p><p>Your stream start page:</p><p><a href="https://control.internet-radio.com:2199/start/madhotel2016" target="_blank">https://control.internet-radio.com:2199/start/madhotel2016</a> </p><p></p><p>Your streaming server index page:</p><p><a href="http://uk1.internet-radio.com:8315/index.html" target="_blank">http://uk1.internet-radio.com:8315/index.html</a></p></blockquote><p></p>
[QUOTE="EngeldesTodes, post: 379602, member: 2432"] 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 [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>[/PHP] and the the links centova cast told me to put Quick Links Your stream start page: [URL]https://control.internet-radio.com:2199/start/madhotel2016[/URL] Your streaming server index page: [URL]http://uk1.internet-radio.com:8315/index.html[/URL] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
radio Player won't respond to my radio server
Top