vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - Radio and TV Player 3.8.x (https://vborg.vbsupport.ru/showthread.php?t=202415)

Spaz21 02-03-2009 07:07 PM

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!

Dream 02-03-2009 09:44 PM

.asx should be the streaming URL yes, afaik

PixelFx 02-06-2009 11:39 PM

I have to say, this is one of my favorite mods on vbulletin.org

Dream 02-08-2009 10:14 PM

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?

gg2-hungama 02-09-2009 02:52 AM

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 ?

Stifmeister2 02-09-2009 01:53 PM

Quote:

Originally Posted by Dream (Post 1738098)
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?

I personally like it as it is now (popup). ;)

DobieGillis? 02-11-2009 09:35 PM

awesome mod, would like to see more .xml files.

soundbarrierpro 02-13-2009 04:14 PM

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>

Any help is greatly appreciated! Thank you

RedHacker 02-13-2009 05:36 PM

I dont understand step four...

soundbarrierpro 02-13-2009 06:17 PM

Quote:

Originally Posted by RedHacker (Post 1743102)
I dont understand step four...

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>
once you've found that, add this link code after. Then save
Code:

<td class="vbmenu_control"><a href="javascript:openRadioAndTV()">$vbphrase[rs_radiostations]</a></td>
That's it.


All times are GMT. The time now is 02:37 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01549 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete