The Arcive of vBulletin Modifications Site. |
|
Popup Music Player Details »»
|
|||||||||||||||||||||||||||||||
4.x.x
1.Download and extract the popup.html and up load it into your main directory "/public_html" as your fourm. Code in popup.html Code:
<embed src='http://www.shoutcast.com/media/popupPlayer_V19.swf?stationid=http://yp.shoutcast.com/sbin/tunein-station.pls?id=2187022&play_status=1' quality='high' bgcolor='#000000' width='400' height='104' name='popupPlayer_V19' align='middle' allowScriptAccess='always' allowFullScreen='true' type='application/x-shockwave-flash' pluginspage='http://www.adobe.com/go/getflashplayer' ></embed> 2.Go into your admin area Advertising/Ad Selector/header1 add code and add this code. Code:
<a href="popup.html" onclick="window.open('popup.html','popup','width=440,height=155,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=50,top=0'); return false">Popup Music Player</a>
You can add your own music into the HTML page by going to http://www.shoutcast.com and getting the embed code, then edit the popup.html with the embed code you prefer to listen to. Please see attached pictures. Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Feel free to share different ways that you guys embed your popup codes in the navigation link.
|
|
#3
|
||||
|
||||
|
I threw it up as a forum block. I used the image as the click link instead of the text.
Your choice as default station was great. Thanks for the how-to! |
|
#4
|
|||
|
|||
|
I want to be able to upload music to my server, once they click a image on a create page, it will pop up. Interesting though.
|
|
#5
|
||||
|
||||
|
Quote:
When I have time I'll create some block code images as I seen what you did in your attachment. Looks great on your site. Code:
<a href="popup.html" onclick="window.open('popup.html','popup','width=440,height=155,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=50,top=0'); return false"><a href="http://www.YOURSITE.com">
<img src="YOUR.jpg"/></a>
|
|
#6
|
||||
|
||||
|
Rawr, how would I go on about adding a button for this on the navbar?
|
|
#7
|
||||
|
||||
|
Quote:
HTML Code:
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li> After add your code HTML Code:
<li><a href="popup.html" onclick="window.open('popup.html','popup','width=440,height=145,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=50,top=0'); return false">Name of Station</a></li> |
|
#8
|
||||
|
||||
|
It didn't find that in 4.2 >.<
|
|
#9
|
||||
|
||||
|
You could use this:
https://vborg.vbsupport.ru/showthread.php?t=228507 Since the upgrade to 4.2 it's an easy way to add the missing stuff from my navbar. Hope it helps? |
| Благодарность от: | ||
| basilrath | ||
|
#10
|
||||
|
||||
|
Can be used with the new tab system within 4.2 also for any radio station you wish
|
![]() |
|
|