how can i add a tv channel live to my website?

1 replies
hello guys.
i want to add some tv channels in live streaming to my website?
how can i get them from sopcast and add to my website?
and how can i insert the message when a guy enter from opera browser and he should get attention to enter in internet explorer and have sopcast installed.
thanks.
#add #channel #live #website
  • Profile picture of the author Valdor Kiebach
    To embed the channel on your site look at section 3 here:
    SopCast Webplayer Manual - Free P2P internet TV | live football, NBA, cricket

    To inform an Opera browser user to use internet explorer and install sopcast then add a browser detect javascript to the head of the page and have it display an alert box telling them.

    Something like

    Code:
    <SCRIPT LANGUAGE="JavaScript"><!-- if (navigator.userAgent.indexOf('Opera') > -1) {     alert('You need to use internet explorer and sopcast'); } //--></SCRIPT>
    {{ DiscussionBoard.errors[7493610].message }}

Trending Topics