Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
Jamroom Announcements:
The Free SoundManager2 Jamroom module is online!
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 01/03/10 03:53 

beazyboy:
lol ... 360 skin is super kool ... Any chance for voice-over on this? Im Liken this, Nice job

It is, isn't it! Wink

There may be a way to play a simultaneous sound file which I will look into later on.


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
beazyboy



Joined: 01 May 2009
Posts: 619
Location: NastiNati

Posted: 01/03/10 19:54 
Cant wait Very Happy Really wanna use this

One prob. i want to align it center keeps going to the left when using 360 skin?


_________________
ServeMeBeats.com
Buy beats for sale online!
Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 01/04/10 02:20 
You would need to edit the css to however you want it.


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
dingoskidney.com



Joined: 18 Nov 2006
Posts: 214
Location: Sheffield England

Posted: 01/06/10 01:39 
Been working with this for about a year now and the posibilities are endless...

Dont be content with the 360 skin.. you can do sooooo much more then that.


_________________
dan is dead!....Long Live the Dan!!!
Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 01/06/10 01:55 

dingoskidney.com:
Been working with this for about a year now and the posibilities are endless...

Dont be content with the 360 skin.. you can do sooooo much more then that.


I'm sure that anything you can add to the module would be very much appreciated.

The jrSoundManager module has already added true multiple button players to Jamroom, and now audio overlays for branding/watermarking, two pretty major features added since it's recent release. If you have any ideas or code that you think would be useful in the module let me know, or if you add complete skins/features that are ready for release just send them straight through to Brian.


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
CAPER



Joined: 01 Jul 2006
Posts: 1554
Location: BRONX,NYC

Posted: 01/06/10 07:10 

SteveX:

dingoskidney.com:
Been working with this for about a year now and the posibilities are endless...

Dont be content with the 360 skin.. you can do sooooo much more then that.


I'm sure that anything you can add to the module would be very much appreciated.

The jrSoundManager module has already added true multiple button players to Jamroom, and now audio overlays for branding/watermarking, two pretty major features added since it's recent release. If you have any ideas or code that you think would be useful in the module let me know, or if you add complete skins/features that are ready for release just send them straight through to Brian.



how can i add an audio overlay?

Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 01/06/10 07:27 
You can't until the new version is posted for download. I'm sure Brian will announce it here when it is up.

Once you are using the new version you simply add a parameter to your jr_flash_player function
e.g. watermark="880hz.mp3" where the file name is an mp3 file in the /modules/jrSoundManager/soundmanager/360-player directory.

watermark_volume="20" will set the volume of the audio watermark (default is "5").
watermark_loop="on" will cause the watermark to loop for the duration of the track that it overlays.


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
geech



Joined: 21 Aug 2008
Posts: 187

Posted: 01/06/10 17:43 
IVE TRIED TO GET THIS MODULE WORKING ON MY SITE I SEE THE BUTTONS BUT NO SOUND IS PLAYING IM LOST ANY HELP WOULD BE APPRECIATED.. I apologive for the caps just realized that it was on..

im using jukebox skin


Code
<tr>

<td class="search-title"><a href="{$SONG_IMAGE_URL}" rel="lightbox"><img src="{$SONG_IMAGE_URL}&amp;width=48" width="48" title="Enlarge image" border="0"></a></td>
<td width="35%" class="search-title">{$SONG_NAME}</td>
<td width="35%" class="search-title"><a href="{$ARTIST_URL}">{$BAND_NAME}</a></td>
<td width="35%" class="search-title">{$SONG_GENRE}</td>
<td width="25%" class="search-title">{$SONG_RIGHTS}</td>
<td width="35%" class="search-title">{$VAULT_CURRENCY_SYMBOL}{$VAULT_PRICE}</td>
<td class="search-title"><a href="{if $VAULT_PRICE > 0}{$VAULT_ONLY}
{$JAMROOM_URL}/index.php?mode=cp&amp;page=add&amp;id={$VAULT_ID}
{else}
{$JAMROOM_URL}/download.php?mode=song_hifi&band_id={$BAND_ID}&song_id={$SONG_ID}
{/if}"><img src="{$SKIN_URL}/images/download.gif"></a>
<td class="search-title">
{jr_flash_player player_type="soundmanager" player_mode="song_hifi" band_id="7" song_id="1"}  </td>

</td>
<td align="center" class="search-title">
<input type="checkbox" name="id[]" value="{$VAULT_ID}">
</td>
</tr>


my site url is http://geechbeatz.com
Thx

Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 01/06/10 17:51 
You don't have a song_id=1 on your site:
http://geechbeatz.com/ranking.php?mode=song&song_id=1

Make sure that you ask for a song_id that belongs to the band_id


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
geech



Joined: 21 Aug 2008
Posts: 187

Posted: 01/06/10 18:00 

SteveX:
You don't have a song_id=1 on your site:
http://geechbeatz.com/ranking.php?mode=song&song_id=1

Make sure that you ask for a song_id that belongs to the band_id


So Umm What Do i do kind sir? where do i put said song id code?

Back to top
geech



Joined: 21 Aug 2008
Posts: 187

Posted: 01/06/10 18:36 

SteveX:
You don't have a song_id=1 on your site:
http://geechbeatz.com/ranking.php?mode=song&song_id=1

Make sure that you ask for a song_id that belongs to the band_id


ok i understand that now ,but now all the buttons are playing one song how do i make each button play the song it suppose to play?

Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 01/07/10 01:58 
As one example, you could use $BAND_ID and $SONG_ID in a ranking row template.

It seems like you would not be wasting time if you went back to the documentation and started reading it again from the very beginning:
http://www.jamroom.net/Documentation


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
geech



Joined: 21 Aug 2008
Posts: 187

Posted: 01/07/10 08:50 

SteveX:
As one example, you could use $BAND_ID and $SONG_ID in a ranking row template.

It seems like you would not be wasting time if you went back to the documentation and started reading it again from the very beginning:
http://www.jamroom.net/Documentation


Sarcasm Again I See U Are a class Act Very Happy Ive clinked the link u so kindly left for me hehe heres what i came up and i cant hear anything when button is clicked...


Code
<tr>

<td class="search-title"><a href="{$SONG_IMAGE_URL}" rel="lightbox"><img src="{$SONG_IMAGE_URL}&amp;width=48" width="48" title="Enlarge image" border="0"></a></td>
<td width="35%" class="search-title">{$SONG_NAME}</td>
<td width="35%" class="search-title"><a href="{$ARTIST_URL}">{$BAND_NAME}</a></td>
<td width="35%" class="search-title">{$SONG_GENRE}</td>
<td width="25%" class="search-title">{$SONG_RIGHTS}</td>
<td width="35%" class="search-title">{$VAULT_CURRENCY_SYMBOL}{$VAULT_PRICE}</td>
<td class="search-title"><a href="{if $VAULT_PRICE > 0}{$VAULT_ONLY}
{$JAMROOM_URL}/index.php?mode=cp&amp;page=add&amp;id={$VAULT_ID}
{else}
{$JAMROOM_URL}/download.php?mode=song_hifi&band_id={$BAND_ID}&song_id={$SONG_ID}
{/if}"><img src="{$SKIN_URL}/images/download.gif"></a>
<td class="search-title">
{jr_flash_player player_type="soundmanager"player_mode="song_hifi&band_id"={$BAND_ID}&song_id={$SONG_ID}

</td>
<td align="center" class="search-title">
<input type="checkbox" name="id[]" value="{$VAULT_ID}">
</td>
</tr>


Back to top
beazyboy



Joined: 01 May 2009
Posts: 619
Location: NastiNati

Posted: 01/07/10 09:05 
Tryin sound manager out with the 360 skin ... when you have more than 15 or so songs they only load 50% of the time ... working fine in my side_row_.tpl ... But when i insert this into my song jr_ranking_row.tpl this is accuring ... Guess there are still issues with this because it is new...I dunno


_________________
ServeMeBeats.com
Buy beats for sale online!
Back to top
beazyboy



Joined: 01 May 2009
Posts: 619
Location: NastiNati

Posted: 01/07/10 09:22 
Maybe im jus doing something wrong? In my jr_ranking_row.tpl MODE="SONG" Im only replacing the hifi media acess line




Bad thang about it is... it seems like if one dont show up, They all dont show up


_________________
ServeMeBeats.com
Buy beats for sale online!
Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
Jamroom Announcements

< Previous12345678Next >
 
Solutions
• Social Media Platform
• Social Networking Software
• Musician Website Manager
• Community Builder
Products
• Jamroom Core
• Jamroom Addons
• Jamroom Modules
• Jamroom Marketplace
Support
• Support Forum
• Documentation
• Support Center
• Contact Support
Community
• Community Forum
• Member Sites
• Developers
Company
• About Us
• Contact Us
• Privacy Policy
©2003 - 2010 Talldude Networks, LLC.