Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
DS Flash Players:
Flash Player Skins - Quality Pre-Made And Custom Players
johnypneumo



Joined: 15 Jan 2004
Posts: 954
Location: united kingdom

Posted: 02/12/07 02:32 
hello Daddyslem,
im struggling to get this to work Sad

ive created a template file and this is the code content in the file :


Code
{* $Id: jr_index2.tpl,v 3.13 2006-11-16 21:25:13 bigguy Exp $ *}
{include file="$SKIN_DIR/jr_overall_header.tpl"}
{assign var="selected" value="community"}
{include file="$SKIN_DIR/jr_index_menu.tpl"}

<!-- BEGIN MAIN CONTAINER -->
<div class="container">

  <!-- BEGIN SIDE CONTENT -->
  <div class="content-right">{include file="$SKIN_DIR/jr_index_side.tpl"}</div>
  <!-- END SIDE CONTENT -->


    {* reviews require the Jamroom Power Pack *}
    {if is_file('comment.php')}
    {/if}
<!-- BLOG -->
    <div class="content-2">
<h1>Welcome</h1>
{jr_blog band_id="0" show="5" template="jr_blog_entry.tpl"}
</div>
</div>
 <!-- MAIN CONTENT -->
  <div class="content">
    <div class="head-1">NEWEST ARTISTS</div>
    <div class="body-1">
      <table width="100%">{jr_ranking mode="band" order="3" show="3" row_template="jr_ranking_row.tpl"}</table>
    </div>
  </div>
<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="400" height="30" >
    <param name="allowScriptAccess" value="sameDomain"/>
    <param name="movie" value="www.v7music.com/artists/include/flash/futuristic_slim_green.swf?playlist_url=http%3A%2F%2Fwww.v7music.com%2Fartists%2Fplay.php%3Fmode%3Dsong_hifi%26band_id%3D{$BAND_ID}%26song_id%3Dall%26type%3Dxspf&autoload=true&info_button_text=Visit+This+Artist&playlist_title=Our+Music+Player"/>
    <param name="quality" value="high"/>
    <param name="player_title" value="Jamroom Flash Player"/>
    <param name="info_button_text" value="visit us"/>
    <param name="wmode" value="opaque" />
    <embed src="www.v7music.com/artists/include/flash/futuristic_slim_green.swf?playlist_url=http%3A%2F%2Fwww.v7music.com%2Fartists%2Fplay.php%3Fmode%3Dsong_hifi%26band_id%3D{$BAND_ID}%26song_id%3Dall%26type%3Dxspf&autoload=true&info_button_text=Visit+This+Artist&playlist_title=Our+Music+Player"
          quality="high" wmode="opaque"  name="Jamroom Flash Player" allowscriptaccess="sameDomain" info_button_text="visit us"
          player_title="Jamroom Flash Player" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"
          align="center" width="400" height="30">
            </embed>
      </object>
<script language="JavaScript" type="text/javascript" src="{JAMROOM_URL}/include/flash/NoIEActivate.js"></script>
<!-- END CONTAINER -->

{include file="$SKIN_DIR/jr_overall_footer.tpl"}


but no matter what i do im just getting a blank page : http://www.v7music.com/artists/index.php?template=jr_index2.tpl

any idea what im doing wrong ?
any help appreciated.


_________________
V7 music.com
Back to top
Douglas
Jamroom Team


Joined: 08 Oct 2004
Posts: 6639
Location: Tornado Alley!

Posted: 02/12/07 06:40 
First your url is wrong

http://www.v7music.com/artists/index.php?template=jr_index2.tpl

should look like this

http://www.v7music.com/artists/index.php?t=jr_index2

however when going to that url, it says that there isn't a jr_index2 in the cobalt directory. Are you using the Cobalt theme? And is the file in the skin/Cobalt folder?

Hope this helps Smile


_________________
Douglas Hackney
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
johnypneumo



Joined: 15 Jan 2004
Posts: 954
Location: united kingdom

Posted: 02/12/07 07:13 

SixString:
First your url is wrong

http://www.v7music.com/artists/index.php?template=jr_index2.tpl

should look like this

http://www.v7music.com/artists/index.php?t=jr_index2

however when going to that url, it says that there isn't a jr_index2 in the cobalt directory. Are you using the Cobalt theme? And is the file in the skin/Cobalt folder?

Hope this helps Smile

it does help but makes the problem kinda worse Smile
for example when you click "community" from my jamroom menu it gives : http://www.v7music.com/artists/index.php?template=jr_community.tpl not http://www.v7music.com/artists/index.php?t=jr_community
( and also the jamroom demo here displays it that way... look ; http://demo.jamroom.net/index.php?template=jr_community.tpl )

and going back to my index2 .tpl file,.
if i take out the code for the flash player it works fine ,. as thus : http://www.v7music.com/artists/index.php?template=jr_index3.tpl ( ive created an index3 as an example ) so i dont know what gives ? its weird.


_________________
V7 music.com
Back to top
johnypneumo



Joined: 15 Jan 2004
Posts: 954
Location: united kingdom

Posted: 02/12/07 07:18 

johnypneumo:

SixString:
First your url is wrong

http://www.v7music.com/artists/index.php?template=jr_index2.tpl

should look like this

http://www.v7music.com/artists/index.php?t=jr_index2

however when going to that url, it says that there isn't a jr_index2 in the cobalt directory. Are you using the Cobalt theme? And is the file in the skin/Cobalt folder?

Hope this helps Smile

it does help but makes the problem kinda worse Smile
for example when you click "community" from my jamroom menu it gives : http://www.v7music.com/artists/index.php?template=jr_community.tpl not http://www.v7music.com/artists/index.php?t=jr_community
( and also the jamroom demo here displays it that way... look ; http://demo.jamroom.net/index.php?template=jr_community.tpl )

and going back to my index2 .tpl file,. yes its in the cobalt directory,..and
if i take out the code for the flash player it works fine ,. as thus : http://www.v7music.com/artists/index.php?template=jr_index3.tpl ( ive created an index3 as an example ) so i dont know what gives ? its weird.



_________________
V7 music.com
Back to top
daddysylem
DS Flash Players


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

Posted: 02/12/07 07:54 
Hi johnypneumo,

Try changing this code .........

<script language="JavaScript" type="text/javascript" src="{JAMROOM_URL}/include/flash/NoIEActivate.js"></script>

To this............
<script language="JavaScript" type="text/javascript" src="{$JAMROOM_URL}/include/flash/NoIEActivate.js"></script>

Or try taking that code out completely and see what happens.........


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



Joined: 15 Jan 2004
Posts: 954
Location: united kingdom

Posted: 02/12/07 08:00 

daddysylem:
Hi johnypneumo,

Try changing this code .........

<script language="JavaScript" type="text/javascript" src="{JAMROOM_URL}/include/flash/NoIEActivate.js"></script>

To this............
<script language="JavaScript" type="text/javascript" src="{$JAMROOM_URL}/include/flash/NoIEActivate.js"></script>

Or try taking that code out completely and see what happens.........

nice one daddyslem Wink
thats nearly got it,. the page is showing - theres a white box where the flash should be but im sure i can sort that Smile nice one bud !


_________________
V7 music.com
Back to top
johnypneumo



Joined: 15 Jan 2004
Posts: 954
Location: united kingdom

Posted: 02/12/07 08:20 
ace Smile it looks nice daddyslem, ive not placed it in the place it will be,just plonked it in for the moment Wink

just trying to find the url for the stream now Very Happy lol i want it to play maybe all tracks or random tracks etc


_________________
V7 music.com
Back to top
daddysylem
DS Flash Players


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

Posted: 02/12/07 08:30 

johnypneumo:
ace Smile it looks nice daddyslem, ive not placed it in the place it will be,just plonked it in for the moment Wink

just trying to find the url for the stream now Very Happy lol i want it to play maybe all tracks or random tracks etc


Try something like this in your <object <embed code..........
You might need to URL encode it.


Code
play.php?mode=song_hifi&band_id=all&song_id=all&random=true&limit=25&type=mp3


http://www.jamroom.net/phpBB2/viewtopic.php?t=8273

BTW,
Vey nice looking site, I really like the green blend..........


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



Joined: 15 Jan 2004
Posts: 954
Location: united kingdom

Posted: 02/12/07 09:27 
thnks Daddyslem ive gone all green this year Laughing
anyhow,. im having no luck with this url :
Code
playlist_url=http://www.v7music.com/artists/play.php?mode=song_hifi&band_id=all&song_id=all&random=true&limit=25&type=xspf
and ive tried it with mp3 on the end too ,. i`ll keep on trying but its coming up undefined.,


_________________
V7 music.com
Back to top
smith.kyle
CodeSmith


Joined: 27 Apr 2006
Posts: 22009
Location: Southern California

Posted: 02/12/07 13:02 
I think it needs to be URL encoded. Go to the following link and paste that address in:

http://www.jamroom.net/urlencode.php


_________________
kyle[at]jamroom.net

Yes...that's a soda machine...

I get bored when no one's posting...
Back to top
johnypneumo



Joined: 15 Jan 2004
Posts: 954
Location: united kingdom

Posted: 02/12/07 13:44 

smith.kyle:
I think it needs to be URL encoded. Go to the following link and paste that address in:

http://www.jamroom.net/urlencode.php

sorted cheers mate ! bingo Smile


_________________
V7 music.com
Back to top
johnypneumo



Joined: 15 Jan 2004
Posts: 954
Location: united kingdom

Posted: 02/12/07 14:32 
thanks all for your help Smile


_________________
V7 music.com
Back to top
cliveone



Joined: 29 Jan 2008
Posts: 9

Posted: 02/22/08 11:09 
Please can someone help me? I can change the skin on my flash radio player if I know where to find the necessary files on my site, which files do I look for to change the skin or edit the flash player.
Or if someone can tell me how to change a skin.

Thanks

Clive

Back to top
smith.kyle
CodeSmith


Joined: 27 Apr 2006
Posts: 22009
Location: Southern California

Posted: 02/22/08 11:21 
See my response in your other thread.


_________________
kyle[at]jamroom.net

Yes...that's a soda machine...

I get bored when no one's posting...
Back to top
cafenubi



Joined: 17 Jan 2008
Posts: 400

Posted: 03/14/08 05:23 
Can the DS Player Radio Only Skins you have work with the flashback skin?

Im talking about these
http://www.lafire.net/jamroomtest/members/5/indexradio.php

Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
DS Flash Players

< Previous1234Next >
 
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.