My application (in this case compiled in HTML5) must accept external options at startup, is there a native management of this eventuality?
Otherwise do I have to capture them via PHP and pass them via cookies?
For example in PHP I can insert in the link of references
index.php?option=true&fullscreen=false
.
Or in compiled games you use `
game.exe /fullscreen /option
`