Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
DS Flash Players:
IPlayer II problem with iplayer2-m_180x321.swf [SOLVED]
ktb1025



Joined: 17 Nov 2004
Posts: 953
Location: Pembroke Pines, Fl.

Posted: 05/15/10 10:24 
Hi Greg,

I don't know why I didn't see this before, I've used this player for a long time. But when a user views you player in an artist theme everything works fine except the embed code. When you copy & paste the code it gives an inaccurate link below the player (when it's ultimately posted).

I narrowed it down to it being a carriage return in the code, after the band page reference... see below.


Quote:
<center>
<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="180" height="321" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="http://thetalentfarm.com/include/flash/iplayer2-m_180x321.swf?playlist_url=http://thetalentfarm.com/play.php%3Fmode%3Dsong_hifi%26format%3Dip_M%26band_id%3D982%26song_id%3Dall%26type%3Dxspf&autoload=true&info_button_text=&playlist_title=Our+Song+Player" />
<param name="quality" value="high"/>
<param name="wmode" value="transparent" />
<param name="player_title" value="Flash Player" />
<param name="info_button_text" value="visit us" />
<embed src="http://thetalentfarm.com/include/flash/iplayer2-m_180x321.swf?playlist_url=http://thetalentfarm.com/play.php%3Fmode%3Dsong_hifi%26format%3Dip_M%26band_id%3D982%26song_id%3Dall%26type%3Dxspf&autoload=true&info_button_text=&playlist_title=Our+Song+Player"
quality="high" name="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="180" height="321" />
</embed>
</object>
<br />
<a href="http://thetalentfarm.com/bands/982/"(carriage return)
target="_blank">VISIT Vega Under Fire's Site <br />To Purchase or Download Music</a>
</center>


The link to the artists page actually looks like this...

target=​"​_​blank"​>​VISIT Vega Under Fire's Site
To Purchase or Download Music


Is there some way you can send me the corrected file to replace it with?


_________________
Kevin Burns
TheTalentFarm.com
LIVE WEBCAST VENUE
Home of TTF-TV!!!

Last edited by ktb1025 on 05/20/10 09:05; edited 1 time in total
Back to top
daddysylem
DS Flash Players


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

Posted: 05/15/10 16:43 
Hi Keven,
I'll check this out and see if I can get some updated "ip_M.default.tpl" files online by tomorrow, (Sunday) There shouldn't be any carriage returns or spaces in the embed code at all.

Guess I missed something.... Sad
Greg -


_________________
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: 05/16/10 16:12 
Hi Keven,
You can now download a patch for the embed code issue here...........
http://www.jamroom.net/phpBB2/viewtopic.php?t=34850

Thanks,
Greg -


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



Joined: 17 Nov 2004
Posts: 953
Location: Pembroke Pines, Fl.

Posted: 05/16/10 19:28 
Thanks Greg, much appreciated for sure!


_________________
Kevin Burns
TheTalentFarm.com
LIVE WEBCAST VENUE
Home of TTF-TV!!!
Back to top
daddysylem
DS Flash Players


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

Posted: 05/17/10 08:28 
Let me know if you see any issues with this one.

I also plan an upgrade to the players in the near future...... Wink


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



Joined: 17 Nov 2004
Posts: 953
Location: Pembroke Pines, Fl.

Posted: 05/20/10 08:00 
Thanks Greg, No issues at all when used as an mp3 player.

I know this might not be possible to accomplish, but I'm loving the player so much I decided to use it as the player for member radio stations. Functionally it works fine, but the embed code reads "undefined" I'd love to have members build radio stations and paste the code to their other social networking sites.

Here's what I did...

Cobalt3/theme_side.tpl

Code
{* Member Readio Station *}
{if $QUOTA_ID < 0}
{jr_theme_php_include file="member_radio.php"}
{/if}


member_radio.tpl

Code
<div class="head_2"><b>{$BAND_NAME} Radio</b>
  </div>
  <div class="body_3" align="center">
{jr_flash_player radio_id=$RADIO_ID player_type="
`$JAMROOM_URL`/include/flash/iplayer2-m_180x321.swf"
width="180" height="321" auto_play="yes" player_playlist_title=$RADIO_NAME}
  </div>


member_radio.cfg

Code
member_radio.tpl


theme.cfg

Quote:
# Member Radio Player
member_radio.cfg | member_radio.php


Like I said... Functionally it works fine, but if members could copy the code so they can share it (like the standard mp3 player) that would be sweet!


_________________
Kevin Burns
TheTalentFarm.com
LIVE WEBCAST VENUE
Home of TTF-TV!!!
Back to top
daddysylem
DS Flash Players


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

Posted: 05/20/10 08:43 
Try changing this ...........
<div class="head_2"><b>{$BAND_NAME} Radio</b>
</div>
<div class="body_3" align="center">
{jr_flash_player radio_id=$RADIO_ID player_type="
`$JAMROOM_URL`/include/flash/iplayer2-m_180x321.swf"
width="180" height="321" auto_play="yes" player_playlist_title=$RADIO_NAME}
</div>

To this..........
<div class="head_2"><b>{$BAND_NAME} Radio</b>
</div>
<div class="body_3" align="center">
{jr_flash_player radio_id=$RADIO_ID player_type="
`$JAMROOM_URL`/include/flash/iplayer2-m_180x321.swf"
format=ip_M width="180" height="321" auto_play="yes" player_playlist_title=$RADIO_NAME}
</div>

And see if that solves your problem.
Let me know......



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



Joined: 17 Nov 2004
Posts: 953
Location: Pembroke Pines, Fl.

Posted: 05/20/10 09:04 
You did it again Greg! Suhweet! I just had to manually throw in &autoplay=true on two instances and it's the perfect answer to my needs. Thanks again!


_________________
Kevin Burns
TheTalentFarm.com
LIVE WEBCAST VENUE
Home of TTF-TV!!!
Back to top
daddysylem
DS Flash Players


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

Posted: 05/20/10 19:42 
Glad it worked out for you...... Smile


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

 
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.