• Music
  • Play
-+
Show / Hide Queue
Key Commands
TitleArtistsLabelEmpty Queue
    • Log In
    • Sign Up for An Account
      • Genres
        • Breaks Hip-Hop
        • Chill Out House
        • Deep House Indie Dance / Nu Disco
        • DJ Tools Minimal
        • Drum & Bass Pop / Rock
        • Dubstep Progressive House
        • Electro House Psy-Trance
        • Electronica Reggae / Dub
        • Funk / R&B Tech House
        • Glitch Hop Techno
        • Hard Dance Trance
        • Hardcore / Hard Techno
    • DJ Charts

      PHAZING

      FOLLOW
      • Featured
      • Tracks
      • Releases

      Top 10 Tracks

      2011/02/24 - 2012/02/23
      Play All
      • 1
        Alive feat. Kate Elsworth (Original Mix)
        Dirty South, Thomas Gold, Kate Elsworth
        Phazing
        $1.49
      • 2
        Walking Alone feat. Erik Hecht (Original Mix)
        Dirty South, Those Usual Suspects, Erik Hecht
        Phazing
        $1.49
      • 3
        Eyes Wide Open (Original Mix)
        Dirty South, Thomas Gold, Kate Elsworth
        Phazing
        $1.99
      • 4
        Alive feat. Kate Elsworth (Tommy Trash Remix)
        Dirty South, Thomas Gold, Tommy Trash, Kate Elsworth
        Phazing
        $1.49
      • 5
        Airsteala (Dirty South Remix)
        Dirty South, Jeremy Olander
        Phazing
        $1.49
      • 6
        Phazing feat. Rudy (Tiesto Remix)
        Tiesto, Dirty South
        Phazing
        $1.49
      • 7
        Phazing feat. Rudy (Original Mix)
        Dirty South, Rudy
        Phazing
        $1.49
      • 8
        Walking Alone (Arty Remix)
        Dirty South, Those Usual Suspects, Erik Hecht
        Phazing
        $1.99
      • 9
        Alive (Blinders Remix)
        Dirty South, Thomas Gold, Blinders, Kate Elsworth
        Phazing
        $1.99
      • 10
        Airsteala (Original Mix)
        Jeremy Olander
        Phazing
        $1.49
      Latest Release
      Dirty South, Those Usual Suspects, Erik Hecht - Walking Alone (Arty Remix)
      Walking Alone (Arty Remix)Dirty South, Those Usual Suspects, Erik HechtPhazing2012-02-15
      $1.99

      MOST POPULAR RELEASES

      Airsteala
      Dirty South, Jeremy Olander
      Phazing | 2011-02-09
      Alive (Fan Remixes)
      Dirty South, Thomas Gold, Blinders, Kate Elsworth, Phillip Cue
      Phazing | 2012-01-11
      Areena
      David Gausa, David Tort, Thomas Gold, Dirty South
      Phazing | 2010-10-27
      Phazing
      Dirty South, Rudy, Tiesto, Norman Doray
      Phazing | 2010-08-09

      LATEST RELEASES

      Dirty South, Those Usual Suspects, Erik Hecht - Walking Alone (Arty Remix)
      Walking Alone (Arty Remix)
      Dirty South, Those Usual Suspects, Erik Hecht
      Phazing
      Dirty South, Thomas Gold, Kate Elsworth - Eyes Wide Open
      Eyes Wide Open
      Dirty South, Thomas Gold, Kate Elsworth
      Phazing
      Dirty South, Thomas Gold, Blinders, Kate Elsworth, Phillip Cue - Alive (Fan Remixes)
      Alive (Fan Remixes)
      Dirty South, Thomas Gold, Blinders, Kate Elsworth, Phillip Cue
      Phazing
      Dirty South, Those Usual Suspects, Erik Hecht - Walking Alone
      Walking Alone
      Dirty South, Those Usual Suspects, Erik Hecht
      Phazing
      Dirty South, Thomas Gold, Tommy Trash, Kate Elsworth - Alive (Tommy Trash Remix)
      Alive (Tommy Trash Remix)
      Dirty South, Thomas Gold, Tommy Trash, Kate Elsworth
      Phazing
      Dirty South, Thomas Gold, Kate Elsworth - Alive
      Alive
      Dirty South, Thomas Gold, Kate Elsworth
      Phazing
      Dirty South, Jeremy Olander - Airsteala
      Airsteala
      Dirty South, Jeremy Olander
      Phazing
      David Gausa, David Tort, Thomas Gold, Dirty South - Areena
      Areena
      David Gausa, David Tort, Thomas Gold, Dirty South
      Phazing
      Dirty South, Rudy, Tiesto, Norman Doray - Phazing
      Phazing
      Dirty South, Rudy, Tiesto, Norman Doray
      Phazing
      Dirty South, Rudy, Norman Doray - Phazing (Norman Doray Remix)
      Phazing (Norman Doray Remix)
      Dirty South, Rudy, Norman Doray
      Phazing
      Tiesto, Dirty South - Phazing (Tiesto Remix)
      Phazing (Tiesto Remix)
      Tiesto, Dirty South
      Phazing
      Dirty South, Rudy - Phazing
      Phazing
      Dirty South, Rudy
      Phazing
      © 2011 Beatport, LLC

      Company

      • About Us
      • Customer Support
      • Give us feedback
      • Contact Us
      • Redeem Invite Code
      • Careers
      • Logos & Images
      • Terms and Conditions

      Network

      • Beatport Flash Store
      • Sounds To Sample
      • Beatportal
      • Distribution by Baseware
      • Beatport Downloader
      • Beatport iPhone App
      • Beatport Mobile

      Language

      • English (EN)
      • Deutsch (DE)
      • Français (FR)
      • Español (ES)
      • Italiano (IT)
      • Português (BR)
      • 日本語 (JP)

      Proud Partners With

      • Native Instruments
      • Ableton
      • Numark
      • Pioneer

      Are you sure?

      You have previously purchased the item you are adding to your cart.

      Cart Limit Reached

      Please check out or move items to your hold bin to continue shopping.

      We're Sorry

      This item is currently unavailable.
      [% data.size = data.size ? data.size : 'medium'; %] [%=BP.functions.formatCurrency(data.price, "usd") =%]
      [% data.size = 'small'; %] [%= BP.functions.renderTemplate('tmpl-btn-buy', data)=%]
      Album Only
      Mix Only
      [% switch(data.saleType){ case 'mixOnly': print(BP.functions.renderTemplate('tmpl-btn-mix-only',data)); break; case 'albumOnly': print(BP.functions.renderTemplate('tmpl-btn-album-only',data)); break; case 'download': print(BP.functions.renderTemplate('tmpl-btn-promo-dl',data)); break; case 'purchase': data.size = 'small'; print(BP.functions.renderTemplate('tmpl-btn-buy',data)); break; }%]
      [% var rendered = []; _.each(data, function(genre){ genre.type = 'genre'; rendered.push( BP.templates['tmpl-item-link']({data:genre}) ); }); %] [%=rendered.join(', ')=%]
      [%=data.name=%]
      [%=data.title=%]
      [%=data.name=%]
      [%= BP.functions.renderArtistTemplate( data, 'remixer') =%]
      [%= BP.functions.renderArtistTemplate( data, 'artist') =%]
    • [%=col.displayName=%]
    • Customize Columns

        [% _.each(columns, function(col){ print( BP.templates['tmpl-col-edit-row']({ col: col})); }); %]
      Customize Columns
      [% shareHrefs = BP.functions.getShareHrefs(data); %] Share on FacebookShare on Twitter
      Like this track? View more with Beatbot.
      [% _.each(data.artists, function(artist){ %] Follow [%=artist.name=%] [% }); %] Follow [%=data.label.name=%]
    • Mix
    • to
    • [%=data.filter.name=%] [% if(data.filter.count) { %] ([%=data.filter.count=%]) [% } %]
    • [%=data.filter.name=%]
    • [% if(data.filter.custom){ %] [%=BP.functions.renderTemplate('tmpl-filter-menu-custom-date-range', {filter: data.filter } )=%] [% } else { %] [%=BP.functions.renderTemplate('tmpl-filter-menu-group-available', { filter: data.filter })=%] [% } %]
      [%=data.groupName=%]
        [% _.each(data.group, function(filter, name){ if(filter.applied){ %] [%=BP.functions.renderTemplate('tmpl-filter-menu-group-applied', { filter: filter })=%] [% } else { %] [%=BP.functions.renderTemplate('tmpl-filter-menu-group-available', { filter: filter })=%] [% } %] [% }); %]
      [% _.each( data.metadata.facets.fields, function(group, groupName){ %] [%=BP.functions.renderTemplate('tmpl-filter-menu-group', { group: group, groupName: groupName })=%] [% }); %]
      Release Date
        [% for( var i in data.metadata.filtering.dateFilters) { var filter = data.metadata.filtering.dateFilters[i]; %] [% if(filter.applied) { %] [%=BP.functions.renderTemplate('tmpl-filter-menu-group-applied', { filter: filter })=%] [% } else { %] [%=BP.functions.renderTemplate('tmpl-filter-menu-date-available', {filter: filter } )=%] [% } %] [% } %]
      Filters
      .
      [% var rendered = []; _.each(data.artists, function(artist){ artist.type = 'artist'; rendered.push( ['',''].join( BP.templates['tmpl-item-link']({data:artist}) )); }); print(rendered.join(', ')); %]
      • [%=data.name=%] ([%=data.mixName=%])
        [%= BP.templates['tmpl-player-artists']({ data: data }) =%]
        [%=data.releaseDate=%][%=data.length=%][%=data.label.name=%][%=data.genres[0].name=%]
      [% if(data.bpm){ print(data.bpm); } %] [% if(data.key){ print(data.key.standard.letter); if(data.key.standard.flat === "1" || data.key.standard.flat === "true" || data.key.standard.flat === true){ print('♭'); } if(data.key.standard.sharp === "1" || data.key.standard.sharp === "true" || data.key.standard.sharp === true){ print('♯'); } if( data.key.standard.chord ){ print( ' ' + data.key.standard.chord); } } %]
      [% shareHrefs = BP.functions.getShareHrefs(data); %] Share on FacebookShare on Twitter
      Like this track? View more with Beatbot.
      [% _.each(data.artists, function(artist){ %] Follow [%=artist.name=%] [% }); %] Follow [%=data.label.name=%]
      [% if(data.saleType === 'purchase') { %] [% print(BP.functions.formatCurrency(data.price, "usd")); %] [% } else { %] View Track [% } %]
      [% _.each(data, function(item){ %] [% var classes = [], active = '', small = ''; if(item.children){ classes.push('parent'); } if(item.played){ classes.push('played'); } if(item.parentId){ classes.push('child'); small = 'small'; } if(item.queuePosition === (BP.queuePosition||-1) ){ classes.push('active'); active = 'active'; } %]
    • [% if(item.type == 'track'){ %] [%=item.title=%] [% } else { %] [%=item.name=%] [% } %] [% if(item.artists){ %] [%=BP.functions.renderTemplate('tmpl-player-artists', item )=%] [% } %] [% if(item.label){ %] [%=item.label.name=%] [% } %] [% if(item.releaseDate){ %] [%=item.releaseDate=%] [% } %] [% if(item.type==="track"||item.type==="release"||item.type==="chart"){ %] [%=BP.functions.renderTemplate('tmpl-btn-buy-small', item)=%] [% } %] X
    • [% }); %]