Hi,
I will try to be clear :|
There are 2 ways to embed our games in an html page :
1) with an iframe, it works
2) to copy the code in our own page, but that's where I have an issue :
the path used in the javascript code is ./images/.... to access the images files
I am using a PHP framework and this path doesn't work, I need something like that public/assets/img/... to access my files
so how can I do to change this path ?
thx