Howd they do this _myspace player hack or something??

Anything about MUSIC but doesn't fit into the forums above.
Post Reply New Topic
RELATED
PRODUCTS

Post

I was peepin the JET page on Myspace.. (WHICH I'M BLOWN AWAY WITH CAUSE THEIR ALBUM SOUNDS FRIKKIN AMAZING WARNING ITS ROCK)
http://www.myspace.com/jet
Sorry for the splamage..

Anyhoo I was wondering if anyone knows how the hell they got a player to have so many tracks? Maybe a hack/custom version of the player?? Ofcourse in true Myspace crappy ass Flash Actionscripting the downside is it doesnt rewind or fast forward (for me anyway).. Let me know if you know anything (maybe post some actionscript for me)..

C
Image

Post

I wonder if it has anything to do with it being a myspace exclusive album? I know they were creating a myspace label also, where added distribution would take place.

But my money is on the exclusive part. Although I can't find in my account anywhere to do that. So maybe they just worked out a deal.

Brent
My host is better than your host

Post

That's what they give you when you're a featured band.

Mine doesn't have that but it has a rain of weird smileys.
http://www.myspace.com/briarmonsmetrach5

Post

runagate.. :D

That kinda sucks in a way cause it's like favortism all over again.. Whats next myspayola? The reason I ask is cause I have a lable release coming out soon and want the same thing on mine. Anyhow I will just hack their regular player (already have it decompiled) then put it on my page so I look all exclusive and snooty..! Let me know if anyone wants it I will send it once I'm done customizing.. BTW runagate like Bower Pallid.. Would sound good with vocals..
Image

Post

I'd love a copy of that, and I suspect that about 2 million other people would, too.

As to vocals, those are indeed backing tracks awaiting vocals which shall be forthcoming. Now that I'm awake I can look at your page, too, I would not have guessed that page was yours.

<yspace payola? That wouldn't really be any worse that their terrible taste in music, would it? Lol! They seem to mostly like emo, which is inexcusable.

Post

Lagrange: I've had 8 tracks on my MySpace site for ages AND I can skip songs ;)
Different (better) player though.

Here's some good info. The player is called Jeroen's player.
http://groups.myspace.com/flashplayers

Post

runagate wrote:Now that I'm awake I can look at your page, too, I would not have guessed that page was yours.
Whys that?? It's a work in progress I must admit.. But we have all new tracks (signed) coming soon and want to have real 'sell out like' promotional campaign!
Image

Post

Ok working on the last stages of the player bash! I need to get this one part worked out before I get this working 100 percent.. Let me know if you can help out with the actionscript here.. I need to figure out where the hell the xml file is located.. :x

Code: Select all

function Connloaded(success)
{
    if (success)
    {
        _root.appURL = this.firstChild.firstChild.nextSibling.firstChild.nodeValue;
        xmldocurl = "http://www.myspace.com/services/media/mediaxmlprovider.ashx?b=" + fid;
        XMLDoc = new XML();
        XMLDoc.load(xmldocurl);
        XMLDoc.onLoad = fnloaded;
    }
    else
    {
        loading_stat.text = "Unable to reach host";
    } // end else if
} // End of the function
function fnloaded(success)
{
    if (success)
    {
        if (timestamp > parseNodes())
        {
            popcacheurl = decode64(_root.p);
            gotoAndPlay(2);
        }
        else
        {
            loading_stat.text = "Loading Error";
        } // end else if
    }
    else
    {
        loading_stat.text = "Error Loading XML Document";
    } // end else if
} // End of the function
Image

Post

Lagrange wrote:I was peepin the JET page on Myspace.. (WHICH I'M BLOWN AWAY WITH CAUSE THEIR ALBUM SOUNDS FRIKKIN AMAZING WARNING ITS ROCK)
http://www.myspace.com/jet
Sorry for the splamage..

Anyhoo I was wondering if anyone knows how the hell they got a player to have so many tracks? Maybe a hack/custom version of the player?? Ofcourse in true Myspace crappy ass Flash Actionscripting the downside is it doesnt rewind or fast forward (for me anyway).. Let me know if you know anything (maybe post some actionscript for me)..

C
Did you see the pitchfork review of shine on? :tu:

Post

Lag, I wouldn't have guessed it was yours simply cuz it wasn't called "Lagrange" which is the only thing I know to call you.

Post

Ahh I see..
Image

Post

Sounds 'bout right to me.
I've recorded over 400 answering machines - the Best Of recordings are available for use and can be found here:
https://answerphone.tumblr.com/

Post

HAHAAAA oh noo thats cold...
Image

Post Reply

Return to “Everything Else (Music related)”