New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ping_flash2 ? #67
Comments
|
Hmm, seems to be calling the Flash player interface, and then sending back the result of some operation that's been compiled into Flash from C++. Stubbing it out by just sending back args of |
|
If you change the client version to the new one ( client version: 0.6.23.149, deployed at 2014-02-06 09:54 UTC ) it won't permit to "ignore it"... |
|
Around line 442 in the spotify.js file you can just use this: |
|
Looking into if we can get Shumway to load the player.swf file into javascript and call functions, that would be EPIC if we could get that to happen, however I am slightly skeptical on Alchemy support in shumway at the moment, it's likely going to be a lot of effort. |
I had the same initial thought. Didn't get much further than looking at the Shumway homepage. I'm not sure how node-compatible Shumway is, since I believe it's designed for the web browser. A compatibility shim may be required. |
|
Spent today the last 3 hours looking into it, there's no good news here. :( |
|
The ping_pong function in the player.swf file is alchemy compiled (ie a C++ function compiled into actionscript byte code ). Chatting on IRC, shumway isn't likely to have much support for that because of its design, and I wasn't able to get it to load in the shumway inspector either. |
|
By player.swf I couldn't understand those lines (except for the "do_work" function) because I'm not so good with ActionScript programming and I think that this is actually compiled. Maybe a flash geek could help us? (I decompiled the swf with showmycode.com) |
|
Maybe it's time we start reverse engineerring this bad boy: https://github.com/adobe-flash/crossbridge |
|
Is there anyone who has experience in reverse engineering of Shockwave Flash? |
|
|
|
Awesome. What did they hide inside there this time? |
Hi everyone,
today I received randomly this "error":
Did someone already got this error?
-- UPDATE --
Some logs infos:
The text was updated successfully, but these errors were encountered: