The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Radio and TV Player 3.8.x Details »» | |||||||||||||||||||||||||||||||||||||||
Mark this thread as installed only if you want to receive important update notifications by email.
This will add a fully featured Radio and TV Streaming Player with stations library to your forum. Features: - Users can add / delete / edit own stations (controlled by usergroup permissions) - Users can have a favorite stations list - Report broken / duplicate stations links - Totally coded in AJAX (no page reloads) - Plays Windows Media Player, Real Player and Quicktime streams - Shows user's favorites and last played station in profile page - and much more... Installation is easy. You need to upload some files, import a product, import the default stations (if you wish) and make only two manual navbar template edits, one for the popup link and another for the javascript that opens the popup. This is optional and the link can be put elsewhere, just remember to also add the javascript on the same page. Nominate this mod for Mod of the Month! If you like this script you can donate (note that won't make me work!) Donations so far: U$ 137.65 This mod is "Re-usable Code", meaning you can modify and release your modified version. You are responsible for the streams you add to your website. The mod author doesn't take responsibility for possible copyright infringements in some countries by using some stations. Arabic and Chinese don't work with Ajax, so this mod won't work, sorry. This mod took roughly two weeks to code, so it should be somewhat good and bug free Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
Toorak Times |
Comments |
#52
|
|||
|
|||
so i've added a few streaming links from local stations but no luck getting them to stream.
http://v2.player.abacast.com/player/...php?pid=ckmbfm is the link for the online streaming..... if i'm right http://asx.abacast.com/centralontari...5koolfm-64.asx from the source should be the streaming URL? or am i wrong (more than likely the case!) Thanks! |
#53
|
||||
|
||||
.asx should be the streaming URL yes, afaik
|
#54
|
|||
|
|||
I have to say, this is one of my favorite mods on vbulletin.org
|
#55
|
||||
|
||||
Thanks I'm glad you like it
I gotta work on the next version, right now I'm extremely busy on another project tho. For vb4, would you rather have this again as a popup, or a normal page? |
#56
|
|||
|
|||
lolz this is funny but i cant figure out .. i have set the permission to usergroups but when someone opens site they can directly see the radio and tv how to stop that anyone can help ?? not even guest but soon as open the site they click on radio and tv they can see it and enjoy it how to stop that ?
|
#57
|
|||
|
|||
I personally like it as it is now (popup).
|
#58
|
|||
|
|||
awesome mod, would like to see more .xml files.
|
#59
|
|||
|
|||
so......I've asked this before about adding other players.
I'd like to add the embed code for jw player. I've found the templates. I have no use for the real player template, which I think it would be best if that were used in this instance to re-configure. If somebody can reconfigure this code for the jw player that would be great. Code:
<object id="player" classid="CLSID:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="$html_width" height="$html_height"> <param name="controls" value="ImageWindow"> <param name="console" value="_master"> <param name="center" value="true"> <embed name="player" type="audio/x-pn-realaudio-plugin" src="$html_url" width="$html_width" height="$html_height" nojava="true" controls="ImageWindow" console="_master" center="true" pluginspage="http://www.real.com/"> </embed> </object> <object id="player" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="$html_width" height="100"> <param name="src" value="$html_url"> <param name="console" value="station"> <param name="controls" value="All"> <param name="autostart" value="true"> <param name="loop" value="false"> <embed name="player" type="audio/x-pn-realaudio-plugin" src="$html_url" width="$html_width" height="100" autostart="true" loop="false" nojava="true" console="station" controls="All"> </embed> <noembed>$vbphrase[rs_no_real_player]</noembed> </object> |
#60
|
|||
|
|||
I dont understand step four...
|
#61
|
|||
|
|||
It's just a step to add a link to your navbar.
Go into your navbar template and create a link to radioandtv.php Find: Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> Code:
<td class="vbmenu_control"><a href="javascript:openRadioAndTV()">$vbphrase[rs_radiostations]</a></td> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|