Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
DS Flash Players:
Getting the right url for the DSplayers playlist for remote
daddysylem
DS Flash Players


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

Posted: 03/27/07 22:04 
I'm going to look into it this weekend.........

The player you pointed to is an edited Fabricio Zuardi player and it is action script 2. And although the code in both the Jamroom Player and the player you posted are somewhat different in design, the result should be the same as both codes use "_blank" in the getURL.........

Jamroom Player code..........

Code
 if(playlist_array[track_index].info!=undefined){
         info_mc._visible = true;
         info_mc.info_btn.onPress = function(){
         getURL(playlist_array[track_index].info,"_blank")
         }
         }else{
         info_mc._visible = false;
         }


Your posted player code..........

Code

if(playlist_array[track_index].info!=undefined)
{
settings_mc.info_btn._visible=false;
}
else
{
settings_mc.info_btn._visible=true;
settings_mc.info_btn.onPress=function ()
{
getURL(playlist_array[track_index].info,"_blank");
}
;
}



_________________
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

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