360player-visualization.css |
players/ui360/360player-visualization.css |
|
/* larger canvas, spectrum + EQ vis and other items */
.ui360{
}
.sm2-360ui {
/* size of the container for the circle, etc. */
width:256px;
height:256px;
}
.ui360 {
position:relative;
/* a little extra spacing */
padding-top:1px;
… |
360player.css |
players/ui360/360player.css |
|
/* General warning: Beta-ish. Code could be a bit cleaner. */
.ui360,
.ui360 * {
position:relative;
}
.ui360,
.sm2-360ui {
/* size of the container for the circle, etc. */
width:50px;
height:50px;
}
.ui360 {
position:relative;
/* a little… |
page-player.css |
players/page-player/page-player.css |
|
/*
SoundManager 2: "page as playlist" example
------------------------------------------
http://schillmania.com/projects/soundmanager2/
Modified for Drupal integration by davebv
http://www.davebv.com
*/
.spectrum-container {
… |
page-player.inc |
players/page-player.inc |
|
|
README.txt |
README.txt |
|
SoundManager2 module
= Description =
This modules provides Drupal with the soundmanager2 (http://www.schillmania.com/projects/soundmanager2/)
player and with two styles: page-player and ui360.
Basically there are three modules:
* Sound Manager 2… |
sm2_audio.info |
sm2_audio/sm2_audio.info |
|
name = SoundManager 2 audio player
description = Defines a new player for audio module.
dependencies[] = audio
dependencies[] = soundmanager2
package = Audio
core = 6.x |
sm2_audio.install |
sm2_audio/sm2_audio.install |
|
Implementation of hook_install(). |
sm2_audio.module |
sm2_audio/sm2_audio.module |
|
|
sm2_plst_cck.info |
sm2_plst_cck/sm2_plst_cck.info |
|
name = Sound Manager 2 playlist CCK formatter
description = Defines a formatter for render the file to <a href="http://www.schillmania.com/projects/sm2_plst_cck/">soundmanager2</a> <br/> Activate filefield or audio… |
sm2_plst_cck.install |
sm2_plst_cck/sm2_plst_cck.install |
|
Implementation of hook_install(). |
sm2_plst_cck.module |
sm2_plst_cck/sm2_plst_cck.module |
|
|
sm2_plst_cck_audio.tpl.php |
sm2_plst_cck/sm2_plst_cck_audio.tpl.php |
|
|
sm2_plst_cck_audio_ui360.tpl.php |
sm2_plst_cck/sm2_plst_cck_audio_ui360.tpl.php |
|
|
sm2_plst_cck_ff.tpl.php |
sm2_plst_cck/sm2_plst_cck_ff.tpl.php |
|
|
sm2_plst_cck_ff_ui360.tpl.php |
sm2_plst_cck/sm2_plst_cck_ff_ui360.tpl.php |
|
|
soundmanager2.info |
soundmanager2.info |
|
name = SoundManager 2
description = Includes the <a href="http://www.schillmania.com/projects/soundmanager2/">soundmanager2</a> Player.
;dependencies[] = content
;dependencies[] = filefield
;dependencies[] =… |
soundmanager2.install |
soundmanager2.install |
|
Implementation of hook_install(). |
soundmanager2.module |
soundmanager2.module |
|
|
ui360.inc |
players/ui360.inc |
|
|
ui360_license.txt |
players/ui360_license.txt |
|
Copyright (c) 2005, Fabricio Zuardi
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain… |