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.
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):