A little more sleuthing about my internet tuning problems. I am running
perl 5.8.7 on the Ubuntu unix server. I can repeat my problem in
firefox - very similar to IE.

I returned to the ExBrowse3 skin so that I can see the Internet Radio
sub-menu. I then used Firefox's javascript console to debug. When I
select one of the Internet Radio selections, I get: 

Error: args has no properties (at the final line below)

function doBrowseCommand(cmd, args) {
        var cmds;

        if (JXTK2.Misc.isArray(cmd)) { 
                cmds = cmd;
        } else if (cmd == "addtracks" || cmd == "loadtracks") {
                cmds = [ 'playlist', cmd, args ];
        } else {
                cmds = [ 'playlistcontrol', 'cmd:' + cmd ];

                var carr = args.split('&');


-- 
Mike Schlansker
------------------------------------------------------------------------
Mike Schlansker's Profile: http://forums.slimdevices.com/member.php?userid=2371
View this thread: http://forums.slimdevices.com/showthread.php?t=18277

_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to