Last.TV a combination of Last.FM and Youtube, YOUR OWN MTV ! (1 Viewer)

idioteque

Retired Team Member
  • Premium Supporter
  • September 29, 2005
    609
    9
    Home Country
    Netherlands Netherlands
    This is a Demo of the Last.TV (Did I say it's A DEMO !!!)


    Your Personal Music Channel (DEMO)

    Last.tv is a free service that enables you to sit back and watch video clips of your favorite artists streaming in random order. You can even share them with your buddies.



    http://alper.nl/lasttv/
     

    Dordo

    Portal Pro
    December 3, 2004
    82
    0
    Great concept, love what you have done unfortunately I couldn't get it to work in either FF or IE. Not sure what the problem was. Look forward to checking it out again soon.
     

    idioteque

    Retired Team Member
  • Premium Supporter
  • September 29, 2005
    609
    9
    Home Country
    Netherlands Netherlands
    it's a bit slow, but have some patience and it will work. I sugested a Media Portal and they are thinking about it, so....
     

    dipunm

    Portal Pro
    August 6, 2006
    68
    1
    36
    brill idea... love to get this in mp, but i dont particularily like the quality (not so good for tv) if this could be integrated with yahoo vids, would be better BUT... ive not been impressed with yahoo recently cos they dont have as up to date stuff as youtube... its a shame.
     

    dipunm

    Portal Pro
    August 6, 2006
    68
    1
    36
    hey, ive been using this site alot, its grown on me cos it plays newer songs that lastfm for me and theres just 1 thing im a little poorly about, thats the way that the website uses a timeout function to change the music, ive looked into it and discovered that there is a much better and easier way to do it....

    heres a few lines of code that may help...

    function getFlashMovieObject(movieName)
    {
    if (window.document[movieName])
    {
    return window.document[movieName];
    }
    if (navigator.appName.indexOf("Microsoft Internet")==-1)
    {
    if (document.embeds && document.embeds[movieName])
    return document.embeds[movieName];
    }
    else // if (navigator.appName.indexOf("Microsoft Internet")!=-1)
    {
    return document.getElementById(movieName);
    }
    }

    var player=getFlashMovieObject("player");

    player.SetVariable("playnext", "1");

    by doing this, upon arrival of the end of a youtube clip, the player will run a javascript function called gotoNext()

    make this function and all should be automatic from there, just a little heads up, thanx for the site, hope this helps
     

    Users who are viewing this thread

    Top Bottom