Soundmanager 2: 360 Player....Help

Discussion in 'HTML & Website Design' started by xoferg94, Jul 12, 2013.

  1. #1
    Hi, I have no idea how to display the actual player. Please help if you can.

    If you don't know what I'm talking about here it is.
    http://www.schillmania.com/projects/soundmanager2/demo/360-player/canvas-visualization.html

    *Note: I only want one single player not more than one.
     
    xoferg94, Jul 12, 2013 IP
  2. xoferg94

    xoferg94 Member

    Messages:
    68
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #2
    This is about all the css I can locate.
    .ui360 .sm2-360ui.sm2_playing .sm2-cover, .ui360 .sm2-360ui.sm2_paused .sm2-cover {
        display: block;
    }
    .ui360 .sm2-cover {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: none;
        background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
    }
    .ui360, .ui360 * {
        vertical-align: middle;
    }
    .sm2-inline-list .ui360-vis {
        cursor: pointer;
    }
    .ui360-vis, .ui360-vis .sm2-360ui.sm2_paused .sm2-360btn, .ui360-vis .sm2-360btn-default {
        cursor: pointer;
    }
    Code (markup):
     
    xoferg94, Jul 12, 2013 IP