Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
Third Party Products and Support:
XSPF not loading playlist...
DetroitRap.Com



Joined: 07 Jul 2006
Posts: 68

Posted: 09/20/06 19:49 
not true... this works fine, the other place i had that at... was on the player and it had $JAMROOM_URL


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="396" height="178" >
    <param name="allowScriptAccess" value="sameDomain"/>
    <param name="movie" value="{JAMROOM_URL}/include/flash/xspf_player.swf?playlist_url=http%3A%2F%2Fwww.detroitrap.com%2Fjamroom%2Fplay.php%3Fmode%3Dsong_hifi%26band_id%3D2%26song_id%3D1%26type%3Dxspf&autoload=true&info_button_text=Visit+Us&playlist_title=Click+The+Play+Button"/>
    <param name="quality" value="high"/> <param name="bgcolor" value="#E6E6E6"/>
    <param name="player_title" value="Jamroom Flash Player"/> <param name="info_button_text" value="visit us"/>
    <embed src="{JAMROOM_URL}/include/flash/xspf_player.swf?playlist_url=http%3A%2F%2Fwww.detroitrap.com%2Fjamroom%2Fplay.php%3Fmode%3Dsong_hifi%26band_id%3D2%26song_id%3D1%26type%3Dxspf&autoload=true&info_button_text=Visit+Us&playlist_title=Click+The+Play+Button"
          quality="high" bgcolor="#E6E6E6" 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" height="178" width="396">
    </embed>
    </object>


Back to top
daddysylem
DS Flash Players


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

Posted: 09/20/06 19:50 

bigguy:
Yes - a lot of the Jamroom 2.x templates don't use the $ in the variable name, but it depends on what script is doing the processing. In Jamroom 3 everything has been standardized, and the $ is used everywhere.

- Brian


Didn't even noitice that..........lol

Guess I can blame another one on age.


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



Joined: 07 Jul 2006
Posts: 68

Posted: 09/20/06 19:52 
i wish the people who i am working with would come off the $59 to upgrade but they won't right now.. they think we have enough features in what we got... but they don't understand it's more about things working *BETTER* not just new features.

Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 09/20/06 19:57 
We should be able to get it working for you on 2.6 - I'd recommend upgrading to 2.6.11 too - can you let me know what you wanted to play via the flash player? was it a select set of songs, or a station?

Thanks!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
daddysylem
DS Flash Players


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

Posted: 09/20/06 19:58 
$59.00 is a small price to pay for What Jamroom3 has to offer.

It will cost them alot more in the long run,
But hey........some people have to learn the hard way.

Wink


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



Joined: 07 Jul 2006
Posts: 68

Posted: 09/20/06 20:01 
if u got the time Daddy... lol that sounds wierd... let me know what is worth the $59 so i can come at them with that.. i don't have time to go through the change list and determine why i think it's worth it...


I REALLY want it to just be a popup from the HI_FI and we can get it to play with a URL ENCODING... but encoding for song_id=1 isn't goint to work when I am allowing up to 6 songs.


BIGGUY the popup player is there... just click on the HI_FI link.. it does the same thing no playlist comes up.

Back to top
DetroitRap.Com



Joined: 07 Jul 2006
Posts: 68

Posted: 09/20/06 20:02 
here is what I have in there


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="396" height="178" >
      <param name="allowScriptAccess" value="sameDomain"/>
      <param name="movie" value="http://www.detroitrap.com/jamroom/include/flash/xspf_player.swf?playlist_url={XSPF_HIFI_SONG_URL}&autoload=true&info_button_text=Visit+Us&playlist_title=Media+player"/>
      <param name="quality" value="high"/>
      <param name="bgcolor" value="#E6E6E6"/>
      <param name="player_title" value="Jamroom Flash Player"/>
      <param name="info_button_text" value="visit us"/>
      <embed src="http://www.detroitrap.com/jamroom/include/flash/xspf_player.swf?playlist_url={XSPF_HIFI_SONG_URL}&autoload=true&info_button_text=Visit+Us&playlist_title=Media+player"
          quality="high" bgcolor="#E6E6E6" 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" height="178" width="396">
    </embed>
  </object>


doesn't work with or without the $

Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 09/20/06 20:06 
This is being used in an Artist Profile (sorry I didn't see the link on page 1).

This is a bug that was fixed in Jamroom 2.69:

http://www.jamroom.net/index.php?m=td_tracker&o=view&id=88

I'd recommend updating to Jamroom 2.6.11 to make sure you aren't bumping into any other known issues.

Hope this helps!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
DetroitRap.Com



Joined: 07 Jul 2006
Posts: 68

Posted: 09/20/06 20:09 
is this what i need Jamroom 2 Core Changed Files

Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 09/20/06 20:13 
Yes - just use the "changed" files archive you'll find inside that goes from 2.68 -> 2.6.11.

Hope this helps!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
DetroitRap.Com



Joined: 07 Jul 2006
Posts: 68

Posted: 09/20/06 20:14 
thanks! upgrading now!

Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 09/20/06 20:14 
Just wanted to post as well that your "DetroitRap.com" banner is sweet looking - nice job on that Wink

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
DetroitRap.Com



Joined: 07 Jul 2006
Posts: 68

Posted: 09/20/06 20:15 
haha thanks.

Back to top
DetroitRap.Com



Joined: 07 Jul 2006
Posts: 68

Posted: 09/20/06 20:22 
fixed the problem with the song_id=all... which is half the battle I can proceed with that if the other doesn't get fixed but I really really want the other url to work so each song can be listed on the artist page and be pulled up in the player individually.

Back to top
daddysylem
DS Flash Players


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

Posted: 09/21/06 12:58 
It looks like you got this all fixed up now,
Sorry I wasn't much help on this.

BTW,
Its a very nice site......


_________________
I have no idea why I do this..................
Email: daddysylem[at]dsplayerskins.com
DSPlayerSkins.com
GCFireSprinkler.com
Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
Third Party Products and Support

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