TRACKLISTINGS
HEY, WELCOME TO THE "TRACKLISTINGS" COMMUNITY !

For more than 4 years, we are the biggest database concerning EDM livesets, DJ-sets, podcasts & other mixes.
If you want access to and/or help expanding this database, please register. It's free and takes only 2 minutes.

Some basic rules:
- Use English only and be friendly to the other members.
- Post every set/mix in a new topic and at the correct subforum, as following: "YEAR.MONTH.DAY - ARTIST - NAME OF THE SET/MIX" (in upper case).
- You are allowed to promote anything related to EDM at the "Promoting Section", but spam will not be tolerated.
- You are allowed to post your own tracks, remixes, bootlegs and mixes at the "Your Own Productions" and "Member Mixes & Podcasts" sections.
- Posting downloadlinks of copyrighted material, such as songs, EP's, albums, ... is strictly forbidden !

If you have a question, do not hesitate to send a PM to the Greg (Admin) or the TL-admins.

Thanks, Greg (Admin).
TRACKLISTINGS
HEY, WELCOME TO THE "TRACKLISTINGS" COMMUNITY !

For more than 4 years, we are the biggest database concerning EDM livesets, DJ-sets, podcasts & other mixes.
If you want access to and/or help expanding this database, please register. It's free and takes only 2 minutes.

Some basic rules:
- Use English only and be friendly to the other members.
- Post every set/mix in a new topic and at the correct subforum, as following: "YEAR.MONTH.DAY - ARTIST - NAME OF THE SET/MIX" (in upper case).
- You are allowed to promote anything related to EDM at the "Promoting Section", but spam will not be tolerated.
- You are allowed to post your own tracks, remixes, bootlegs and mixes at the "Your Own Productions" and "Member Mixes & Podcasts" sections.
- Posting downloadlinks of copyrighted material, such as songs, EP's, albums, ... is strictly forbidden !

If you have a question, do not hesitate to send a PM to the Greg (Admin) or the TL-admins.

Thanks, Greg (Admin).
TRACKLISTINGS
Would you like to react to this message? Create an account in a few clicks or log in to continue.
TRACKLISTINGS

LIVESETS (ACID, DUBSTEP, EBM, ELECTRO, HOUSE, MINIMAL, TECHNO, TRANCE...) & TRACKLISTINGS
 
HomePortalLatest imagesRegisterLog in
Similar topics
TRACKLISTINGS
PODCAST (TOPIC TEST) Tl1310
Index
#
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
RST
UVWYZ
Social Widget
Facebook Fan Page

Navigation
Search
 
 

Display results as :
 
Rechercher Advanced Search
Partners & Supporters

 

 PODCAST (TOPIC TEST)

Go down 
AuthorMessage
Greg (Admin)
Admin
Greg (Admin)


Number of posts : 27164
Age : 46
Location : FRANCE
Registration date : 2008-06-21

PODCAST (TOPIC TEST) Empty
PostSubject: PODCAST (TOPIC TEST)   PODCAST (TOPIC TEST) Icon_minitimeTue Aug 23, 2011 6:11 pm






Podcast Embed — Versuz Essentials
















// function emptyField(fieldId, text) {if($('#'+fieldId).val() == text) $('#'+fieldId).val("");}
//]]>




// //var ep = jQuery.noConflict();
$(document).ready(function() {
if (typeof epsso !== 'undefined')
{
epsso.init({
callback_url: 'http://versuzessentials.com/sso/sso_callback.php',
site_id: 'dancetunes',
lang: 'en',
box_css_url: 'http://versuzessentials.com/wp-content/themes/vev1/sso_box.css',
body_css_url: 'http://versuzessentials.com/wp-content/themes/vev1/sso_body.css'
});
}
else alert("epsso undefined");
/*jQuery('#start_login').fancybox({
width: 514,
hideOnOverlayClick: false,
type:'inline'});*/

/*$('#start_login').click(function(){
jQuery.fancybox({href:"#start_login_data",
width: 514,
hideOnOverlayClick: false,
type:'inline'});
});*/
$("img").error(function () {
$(this).unbind("error").attr("src", "/wp-content/themes/vev1/images/trans1x1.gif");
});
});
//]]>










Lorem ipsum dolor sit amet, consectetur adipiscing elit.



// $(document).ready(function(){
//set bars to zero
$(".jp-play-bar .jp-seek-bar").css("width","0%");

var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1;
$(".release .play").after("STOP");
$(".album-item .play").after("STOP");
$(".playSmall").after("STOP");
$(".radioShowTable .play").after('');

//$("#jquery_jplayer").jPlayer({swfPath: "http://versuzessentials.com/wp-content/themes/vev1/js"});

$(".release .play, .album-item .play, .radioShowTable .play, .playSmall").click( changeTrack );
$(".release .stop, .album-item .stop, .radioShowTable .stop, .playSmallStop").click( pause );

playHeadLocation = 0;

$("#jquery_jplayer").jPlayer( {
ready: function(){
currentAnchor = document.location.hash.substring(1);
$('#podlink-'+currentAnchor).click();

//for podcast use only
$(".radioShowTable .play").click(function(){
// document.location.href = "?fb="+$(this).attr("rel")+"#"+$(this).attr("rel");
document.location.href = "#"+$(this).attr("rel");
});
},
supplied: "mp3",
swfPath: "http://versuzessentials.com/wp-content/themes/vev1/js"
});

$("#jquery_jplayer").bind($.jPlayer.event.pause, function() { // Bind an event handler to the instance's play event.
//alert(playHeadLocation);
//playHeadLocation = event.jPlayer.status.currentPercentAbsolute;
});

oldUrl = "start";
function changeTrack(e) {

newUrl = $(this).attr("href");


/*$("#jquery_jplayer").jPlayer("clearMedia").jPlayer("setMedia", $(this).attr("href")).jPlayer("play",playHeadLocation);*/
//player controler
if(oldUrl != newUrl)
{
//$(".jp-play-bar .jp-seek-bar").css("width","0%");
$("#jquery_jplayer").jPlayer("setMedia", { // Set the media
mp3: newUrl
}).jPlayer("play"); // Attempt to auto play the media
oldUrl = newUrl;
}
else
{
$("#jquery_jplayer").jPlayer("play"); // Attempt to auto play the media
}


//view controller
$(this).blur();
$(".release .play, .album-item .play, .radioShowTable .play, .playSmall").show();
$(".release .stop, .album-item .stop, .radioShowTable .stop, .playSmallStop").hide();
$(this).hide().next().show();
var position = $(this).parent().offset();
if(!is_chrome && $(this).parent().hasClass("release")) {
$("#player").css("top",position.top +=40).css("left",position.left +=60);
} else if(!is_chrome) {
$("#player").css("top",position.top +=60).css("left",position.left -=10);
//$(".jp-progress").css("width","140px");
}
else if(is_chrome && $(this).parent().hasClass("release")) {
$("#player").css("top",position.top +=40).css("left",position.left +=60);
}
else if(is_chrome) {
$("#player").css("top",position.top +=60).css("left",position.left -=10);
}
return false;
}
function pause(e) {
//alert($.jPlayer.event.status.currentTime);
$("#jquery_jplayer").jPlayer("pause");
$(this).hide();
$(".release .play, .album-item .play, .radioShowTable .play, .playSmall").show();
}

});
//]]>














// $(document).ready(function(){

// ---
});
//]]>


PLAY, DOWNLOAD AND SHARE FOR FREE!






















































































Barry Fore

Clublife

- Saturnights

Play Download

Dave Lambert

Clublife

- Saturnights

Play Download

Sem Thomasson

Clublife

- Saturnights

Play Download

Dj Licious

Clublife

Play Download

Stefan K

Clublife

- Saturnights

Play Download

Elektrokid

Clublife

Play Download

ESP "Stella Music"

Clublife

- Saturnights

Play Download

T-Mazz

Clublife

- Thursdays

Play Download

Tom Leclercq

Clublife

- Saturnights

Play Download












var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));


try {
var pageTracker = _gat._getTracker("UA-63528-25");
pageTracker._trackPageview();
} catch(err) {}



clicky.init(262172);

Clicky




_________________
PODCAST (TOPIC TEST) 7388810

TRACKLISTINGS SOUNDCLOUD   ♪ ılıll|̲̅̅●̲̅̅|̲̅̅=̲̅̅|̲̅̅●̲̅̅|llıl  :  http://soundcloud.com/tracklistings3-0
Back to top Go down
https://tracklistings.forum.st
 
PODCAST (TOPIC TEST)
Back to top 
Page 1 of 1
 Similar topics
-
» 2010.06.07 - Dj Rafael Barros - Dj Test Contest
» W&W - PLAYED TRACKS & REMIXES TOPIC
» YVES V - PLAYED TRACKS & REMIXES TOPIC

Permissions in this forum:You cannot reply to topics in this forum
TRACKLISTINGS :: LABELS :: VERSUZ ESSENTIALS-
Jump to: