Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

New Panel for player Radio

Asked Modified Viewed 4,751 times
Z
zodan
Z
zodan 10
  • Member, joined since
  • Contributed 51 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
asked
Member

Hello everyone , sorry for my english I live in Italy . I have my own website that I rebuilt from the beginning to my web radio, I need a new panel to insert script player . I have tried everything but it does not work can you help me .... thanks
This script is for player:
<script>
  // MixStream Flash Player, http://mixstreamflashplayer.net/
  var flashvars = {};
  flashvars.serverHost = "s23.myradiostream.com:12816/;";
  flashvars.getStats = "1";
  flashvars.autoStart = "0";
  var params = {};params.bgcolor= "";
  params.wmode="transparent";
</script>
<script type="text/javascript" src="http://mixstreamflashplayer.net/v2.0.min.js"></script>
0 replies

11 posts

C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

openside("Radio");


echo" <script>
      // MixStream Flash Player, http://mixstreamf...layer.net/
      var flashvars = {};
      flashvars.serverHost = 's23.myradiostream.com:12816/;';
      flashvars.getStats = '1';
      flashvars.autoStart = '0';
      var params = {};params.bgcolor= '';
      params.wmode='transparent';
    </script>
    <script type='text/javascript' src='http://mixstreamflashplayer.net/v2.0.min.js'></script>";


closeside();
0 replies
Z
zodan
Z
zodan 10
  • Member, joined since
  • Contributed 51 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Member

Thanks Craig , as usual, helpful and punctual . If I want to insert an img above the player and everything centered ... ?

Not work this


  DELETED


Ok settled !!! This
 openside("Acolta Wild Web Radio Music 4U");


    echo" <center><img src='http://www.ddlfusiontower.me/images/banner_wwr-Trasp1-1.png'><br>
<script>
          // MixStream Flash Player, http://mixstreamf...
          var flashvars = {};
          flashvars.serverHost = 's23.myradiostream.com:12816/;';
          flashvars.getStats = '1';
          flashvars.autoStart = '1';
          var params = {};params.bgcolor='red';
          params.wmode='transparent';
         </script>
        <script type='text/javascript' src='http://mixstreamflashplayer.net/v2.0.min.js'></script></center>";

    closeside();
Edited by zodan on 22-10-2014 19:30,
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

<div style='text-align: center;'> </div>


Like this...


openside("Radio");


    echo"<div style='text-align: center;'><img src='http://www.ddlfusiontower.me/images/banner_wwr-Trasp1-1.png' >
 <script>          // MixStream Flash Player, http://mixstreamf...
          var flashvars = {};
          flashvars.serverHost = 's23.myradiostream.com:12816/;';
          flashvars.getStats = '1';
          flashvars.autoStart = '0';
          var params = {};params.bgcolor= '';
          params.wmode='transparent';
        </script>
        <script type='text/javascript' src='http://mixstreamflashplayer.net/v2.0.min.js'></script></div>";


    closeside();
0 replies
Z
zodan
Z
zodan 10
  • Member, joined since
  • Contributed 51 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Member

TNKS !!!!
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

np :G
0 replies
Z
zodan
Z
zodan 10
  • Member, joined since
  • Contributed 51 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Member

please, one more question , where CAN I PUT this embed code above
where CAN I PUT this embed code above,
<iframe src="//www.spreaker.com/embed/player/standard?autoplay=false&episode_id=5179061" style="width: 100%; height: 131px; min-width: 400px;" frameborder="0" scrolling="no"></iframe>
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Same place just change them " to '
0 replies
Z
zodan
Z
zodan 10
  • Member, joined since
  • Contributed 51 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Member

I do not understand :|

Merged on Nov 07 2014 at 17:02:13:
I tried to change the code to <script> xxxxx </ script> but does not work
Edited by zodan on 07-11-2014 18:02,
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Sorry I thought you knew how to use panels by now.

Anyway here...

opentable("TEST");

echo"<iframe src='//www.spreaker.com/embed/player/standard?autoplay=false&episode_id=5179061' style='width: 100%; height: 131px; min-width: 400px;' frameborder='0' scrolling='no'></iframe>";

closetable();


Works!
0 replies
Z
zodan
Z
zodan 10
  • Member, joined since
  • Contributed 51 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Member

OOkkkk !! Tnks
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

:G
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

  • Views 0 views
  • Posts 11 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
Z
Z
zodan 10
  • Member, joined since
  • Contributed 51 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet