GuyFord 0 Report post Posted March 7, 2020 I`m looking to become a Publisher but I`m wanting games that I can add vBulletin or IBP arcades submit score codes to. This way my forum members can compete against each other. I know this can be done with a ThirdParty.js file. htmlgames.com offers games like this but dont offer Publisher income. Is there anyone else that do? Thanks! Quote Share this post Link to post Share on other sites
GuyFord 0 Report post Posted March 17, 2020 I know not all games submit scores but when you can see the score data (F12) in Local Storage, is there a way to post this info with an external file or something? Quote Share this post Link to post Share on other sites
Horizonicblue 20 Report post Posted March 17, 2020 Not all games store the score in same way, so its better to ask game developer/provider to integrate the score based APIs as per the requirements of your arcade website. But for this they might charge you some extra. Quote Share this post Link to post Share on other sites
Doc 0 Report post Posted October 25, 2020 (edited) I would like something like this too. I have emailed a few distribution sites about this, they say its possible but non are willing to help. What we need is a way to listen in the parent frame and read it with JavaScript? Any ideas? Edited October 25, 2020 by Doc Quote Share this post Link to post Share on other sites
Doc 0 Report post Posted October 25, 2020 (edited) Maybe something like: $(window).on('message onmessage', function(event) or window.addEventListener('message', (event) Edited October 25, 2020 by Doc Quote Share this post Link to post Share on other sites