Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
Third Party Products and Support:
Help Maestro
almiso



Joined: 23 Oct 2006
Posts: 187
Location: Canada

Posted: 11/23/06 13:00 
Hi there Maestro. I have purchase a Blue Steel flash player last night from you and i have got the file.

I have uploaded the file ("bluesteel_main.swf", "bluesteel_slim.swf" and "NoIEActivate.js") in to the dierectory (Jamroom_Directory/include/flash/)

But the code below you did not explain into the email where do i have to paste those code. Please tell me where do i have to paste that code you gave me.

Back to top
daddysylem
DS Flash Players


Joined: 30 Mar 2005
Posts: 4086
Location: Southern California

Posted: 11/24/06 09:18 

almiso:
Hi there Maestro. I have purchase a Blue Steel flash player last night from you and i have got the file.

I have uploaded the file ("bluesteel_main.swf", "bluesteel_slim.swf" and "NoIEActivate.js") in to the dierectory (Jamroom_Directory/include/flash/)

But the code below you did not explain into the email where do i have to paste those code. Please tell me where do i have to paste that code you gave me.


Hi almiso,
You can use the example codes in the instructions to post the players wherever you want them to show up. Where you put the codes will depend on what version of Jamroom your using and what pages you want the player to show on.


_________________
I have no idea why I do this..................
Email: daddysylem[at]dsplayerskins.com
DSPlayerSkins.com
GCFireSprinkler.com
Back to top
almiso



Joined: 23 Oct 2006
Posts: 187
Location: Canada

Posted: 11/24/06 11:06 
I want to change my player to the one I purchase from you. How would I do that

Back to top
daddysylem
DS Flash Players


Joined: 30 Mar 2005
Posts: 4086
Location: Southern California

Posted: 11/24/06 14:09 

almiso:
I want to change my player to the one I purchase from you. How would I do that


Sorry for not responding sooner, we have alot family here this weekend.

I see your using the OinkBa Evo Theme. In order to use the players with this theme you will need to ignore the instructions that came with the players. Give me a few minutes and I will post what you need to do step by step.

Thanks........


_________________
I have no idea why I do this..................
Email: daddysylem[at]dsplayerskins.com
DSPlayerSkins.com
GCFireSprinkler.com
Back to top
daddysylem
DS Flash Players


Joined: 30 Mar 2005
Posts: 4086
Location: Southern California

Posted: 11/24/06 14:36 
Ok, here we go...........
Copy your player files "bluesteel_main.swf and bluesteel_slim.swf" to your JAMROOM_URL/themes/Evolution/ directory. Next copy your "NoIEActivate.js" file to your JAMROOM_URL/include/flash/ directory.

Go to the Evolution Theme Directory (Not the Skin directory) and find these two templates.
1. song_popup.tpl
2. song_popup_album.tpl

Change the existing code in the "song_popup.tpl" to this code.

Code
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
width="540"
height="250">
<param name="allowScriptAccess" value="sameDomain"/>
<param name="movie" value="{$JAMROOM_URL}/themes/Evolution/bluesteel_main.swf?playlist_url={$XSPF_HIFI_SONG_URL}&autoload=true&info_button_text=Visit+Our+Site%21&playlist_title={$system_name}+Media+Player"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#E6E6E6"/>
<param name="player_title" value="Media+Player"/>
<param name="info_button_text" value="Visit+Our+Site%21"/>
<embed src="{$JAMROOM_URL}/themes/Evolution/bluesteel_main.swf?playlist_url={$XSPF_HIFI_SONG_URL}&autoload=true&info_button_text=Visit+Our+Site%21&playlist_title={$system_name}+Media+Player"
quality="high" bgcolor="#E6E6E6"
name="{$system_name} Media Player"
allowscriptaccess="sameDomain"
info_button_text="Visit+Our+Site%21"
player_title="{$system_name} Media Player"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"
align="center"
height="250"
width="540">
</embed></object>
<script language="JavaScript" type="text/javascript" src="{$JAMROOM_URL}/include/flash/NoIEActivate.js"></script>


Change the existing code in the "song_popup_album.tpl" to this code.

Code
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
width="540"
height="250">
<param name="allowScriptAccess" value="sameDomain"/>
<param name="movie" value="{$JAMROOM_URL}/themes/Evolution/bluesteel_main.swf?playlist_url={$XSPF_HIFI_ALBUM_URL}&autoload=true&info_button_text=Visit+Our+Site%21&playlist_title={$system_name}+Media+Player"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#E6E6E6"/>
<param name="player_title" value="Media+Player"/>
<param name="info_button_text" value="Visit+Our+Site%21"/>
<embed src="{$JAMROOM_URL}/themes/Evolution/bluesteel_main.swf?playlist_url={$XSPF_HIFI_ALBUM_URL}&autoload=true&info_button_text=Visit+Our+Site%21&playlist_title={$system_name}+Media+Player"
quality="high" bgcolor="#E6E6E6"
name="{$system_name} Media Player"
allowscriptaccess="sameDomain"
info_button_text="Visit+Our+Site%21"
player_title="{$system_name} Media Player"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"
align="center"
height="250"
width="540">
</embed></object>
<script language="JavaScript" type="text/javascript" src="{$JAMROOM_URL}/include/flash/NoIEActivate.js"></script>


This should change your existing popup players to the new ones you purchased from me.


_________________
I have no idea why I do this..................
Email: daddysylem[at]dsplayerskins.com
DSPlayerSkins.com
GCFireSprinkler.com
Back to top
almiso



Joined: 23 Oct 2006
Posts: 187
Location: Canada

Posted: 11/25/06 23:08 
I got some to work but its all mess up. I also want my podcast player to change to that but its now working. Its there but its not loading the a song.

Back to top
daddysylem
DS Flash Players


Joined: 30 Mar 2005
Posts: 4086
Location: Southern California

Posted: 11/26/06 10:54 

almiso:
I got some to work but its all mess up. I also want my podcast player to change to that but its now working. Its there but its not loading the a song.


You'll need to change the size of the Height and Width of the code in the templates that call the popup players to get them to look ok. Your theme is slightly different than the one I have on my test site but hopefully the template names are still the same.

You will need to find the code in each of the following templates and change it to what I have listed below.
You may need to play with the sizes (610 x 270) to get them to look correctly on your site.
1. song.tpl
2. song_albums.tpl
3. radio_popup.tpl
4. radio_entry.tpl


song.tpl (This template has 2 areas to edit)

Code
<!-- SONG PLAYER -->
<td id="row-play" width="01%" align="center">
{if $HIFI_SIZE > 0}
<a href="{$ARTIST_URL}/{$SONG_ID}.php" title="Play Song Hifi" onclick="popwin(this.href,'name','610','270','no');return false"><img src="{$JAMROOM_URL}/skins/Evolution/images/play_sml.png" align="middle" border="0"></a>
{else}
<a href="{$SONG_LOFI_PLAY}" title="Play Song Lofi" onclick="popwin(this.href,'name','610','270','no');return false"><img src="{$JAMROOM_URL}/skins/Evolution/images/play_sml.png" align="middle" border="0"></a>
{/if}
</td>



<!-- ALBUM PLAYER -->
<td id="row-play" width="98%"><b>Album:</b>&nbsp;{$SONG_ALBUM}</td>
<td id="row-play" width="01%" align="center">
{if strlen($SONG_ALBUM) > 0}
<a href="{$ARTIST_URL}/{$SONG_ALBUM_FILE_NAME}.php" title="Play Album" onclick="popwin(this.href,'name','610','270','no');return false"><img src="{$JAMROOM_URL}/skins/Evolution/images/play_sml.png" align="middle" border="0"></a>
{else}
-
{/if}
</td>


song_albums.tpl

Code
<tr>
<td width="99%" class="song-row">{$SONG_ALBUM}</td>
<td width="01%" class="song-row" align="center">
<a href="{$ARTIST_URL}/{$SONG_ALBUM_FILE_NAME}.php" title="Play Album" onclick="popwin(this.href,'name','610','270','no');return false"><img src="{$JAMROOM_URL}/skins/Evolution/images/play_sml.png" align="middle" border="0"></a>
</td>
</tr>


radio_popup.tpl (Edit this and the next template to change your Popup Podcast Player)

Code
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
width="540"
height="250">
<param name="allowScriptAccess" value="sameDomain"/>
<param name="movie" value="{$JAMROOM_URL}/themes/Evolution/bluesteel_main.swf?playlist_url={$JAMROOM_URL}/play.php%3Fmode%3Dradio%26id%3D{$RADIO_ID}%26type%3Dxspf&autoload=true&info_button_text=Visit+Our+Site%21&playlist_title={$system_name}+Media+Player"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#E6E6E6"/>
<param name="player_title" value="Media+Player"/>
<param name="info_button_text" value="Visit+Our+Site%21"/>
<embed src="{$JAMROOM_URL}/themes/Evolution/bluesteel_main.swf?playlist_url={$JAMROOM_URL}/play.php%3Fmode%3Dradio%26id%3D{$RADIO_ID}%26type%3Dxspf&autoload=true&info_button_text=Visit+Our+Site%21&playlist_title={$system_name}+Media+Player"
quality="high" bgcolor="#E6E6E6"
name="{$system_name} Media Player"
allowscriptaccess="sameDomain"
info_button_text="Visit+Our+Site%21"
player_title="{$system_name} Media Player"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"
align="center"
height="250"
width="540">
</embed></object>
<script language="JavaScript" type="text/javascript" src="{$JAMROOM_URL}/include/flash/NoIEActivate.js"></script>


radio_entry.tpl

Code
<div class="spacer-button" align="center">
<a href="{$ARTIST_URL}/radio_popup_{$RADIO_ID}.php" onclick="popwin(this.href,'name','610','270','no');return false"><img src="{$JAMROOM_URL}/skins/Evolution/images/button_popup.gif" alt="Popup" title="Popup Player"></a>&nbsp;&nbsp;&nbsp;


If you want to change the actual Podcast player shown on your artists pages, you"ll need to let me know what player you want to put there. And I'll see if I can help you with that but the players you purchased may not fit well in that area. You might also look into the upgraded Evo Theme Players that are posted in this same forum.
http://www.jamroom.net/phpBB2/viewtopic.php?t=9640

Thanks...........


_________________
I have no idea why I do this..................
Email: daddysylem[at]dsplayerskins.com
DSPlayerSkins.com
GCFireSprinkler.com
Back to top
almiso



Joined: 23 Oct 2006
Posts: 187
Location: Canada

Posted: 11/26/06 23:15 
I did all the instruction you told me to do and i have not luck. Is all the same.

Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 11/27/06 02:57 
You can't rely on luck with code. It's not compatible.


_________________
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
daddysylem
DS Flash Players


Joined: 30 Mar 2005
Posts: 4086
Location: Southern California

Posted: 11/27/06 08:09 

almiso:
I did all the instruction you told me to do and i have not luck. Is all the same.


Did you rebuild your artists pages?
Because I don't see any changes in the code when viewing your site.


_________________
I have no idea why I do this..................
Email: daddysylem[at]dsplayerskins.com
DSPlayerSkins.com
GCFireSprinkler.com
Back to top
almiso



Joined: 23 Oct 2006
Posts: 187
Location: Canada

Posted: 11/27/06 09:17 
Yes I did regenerate the entire site

Back to top
daddysylem
DS Flash Players


Joined: 30 Mar 2005
Posts: 4086
Location: Southern California

Posted: 11/27/06 09:45 

almiso:
Yes I did regenerate the entire site


When I view the code on this page http://femalemusician.net/members/8/music.php


This is the code I'm seeing for the popup player on that page for the artist song "worlds got the blues".

Code
<!-- SONG PLAYER -->
<td id="row-play" width="01%" align="center">
<a href="http://femalemusician.net/members/8//3.php" title="Play Song Hifi" onclick="popwin(this.href,'name','500','200','no');return false"><img src="http://femalemusician.net/skins/Evolution/images/play_sml.png" align="middle" border="0"></a>


If you made the changes to the song.tpl and regenerated your artists themes as I suggested above, the (500,200) listed in this code should now be (610,270) unless your templates are somehow different than the Evo theme Im working with on my site.


_________________
I have no idea why I do this..................
Email: daddysylem[at]dsplayerskins.com
DSPlayerSkins.com
GCFireSprinkler.com
Back to top
almiso



Joined: 23 Oct 2006
Posts: 187
Location: Canada

Posted: 11/27/06 11:15 
Yes I have change the dimension as you instructed me to do!


Quote:
<!-- SONG PLAYER -->
<td id="row-play" width="01%" align="center">
{if $HIFI_SIZE > 0}
<a href="{$ARTIST_URL}/{$SONG_ID}.php" title="Play Song Hifi" onclick="popwin(this.href,'name','610','270','no');return false"><img src="{$JAMROOM_URL}/skins/Evolution/images/play_sml.png" align="middle" border="0"></a>
{else}
<a href="{$SONG_LOFI_PLAY}" title="Play Song Lofi" onclick="popwin(this.href,'name','610','270','no');return false"><img src="{$JAMROOM_URL}/skins/Evolution/images/play_sml.png" align="middle" border="0"></a>


Back to top
daddysylem
DS Flash Players


Joined: 30 Mar 2005
Posts: 4086
Location: Southern California

Posted: 11/27/06 12:03 
Hi almiso,
I'm not sure what you just did but the changes to the templates are now showing up for me just fine. You may need to play with the width sizes (610) of the popups to get to fit the players better. But all seems to be working now.


_________________
I have no idea why I do this..................
Email: daddysylem[at]dsplayerskins.com
DSPlayerSkins.com
GCFireSprinkler.com
Back to top
almiso



Joined: 23 Oct 2006
Posts: 187
Location: Canada

Posted: 11/27/06 12:08 
yeah it seems to be working fine now but how about my artist, music chart and podcast in all of my main page, how would i do that

Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
Third Party Products and Support

12Next >
 
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.