I want to build an HTML5 tease player...
Posted: Tue Mar 08, 2016 2:47 am
Back in 2012, tommyberlin86 created an HTML5 player. It's been great for mobile teases but there are a few outstanding issues (like visible timers and sound support) that Tommy no longer seems to be around to fix.
So I'd like to pick up where he left off and try my hand at recreating my own. Not only to fix these bugs but to add a few extra features, too. (And to get some "exciting" web-dev practice in.)
The first issue I'm running into, though, is how to fetch the tease XML files via the tease ID. Is anyone able to point me in the right direction?
For future explorers with the same question
Flash Tease Solution:
Thanks for any help you may be able to provide!
So I'd like to pick up where he left off and try my hand at recreating my own. Not only to fix these bugs but to add a few extra features, too. (And to get some "exciting" web-dev practice in.)
The first issue I'm running into, though, is how to fetch the tease XML files via the tease ID. Is anyone able to point me in the right direction?
For future explorers with the same question
Flash Tease Solution:
Classic Tease Solution:Flash teases are saved in the raw Nyx format, which can be retrieved with the URL
https://milovana.com/webteases/getscript.php?id=XXXXX
Something else that might be helpful would be a master list of available <tags>, if such a thing exists.No solution found yet to retrieve full script as a single document. Current implementation is to loop through each existing html page in the tease which takes nearly a second per page.
Would prefer a one-page solution to reduce requests from the server and speed up retrieval.
Thanks for any help you may be able to provide!