Hi,
As part of the requirements for a project I need to provide the finished game as one html file, with all scripts, images and sounds inline.
I thought it would be simple enough to export the project from Construct, convert the images and sounds to base64, then inline all into the output html file. Similarly to what is suggested here.
I'm having trouble though since I can't tell where exactly the media is being loaded by the construct runtime. I see that there are descriptions of the media in data.js but I'm not sure how I can go about replacing the references to files with references to base-64 URIs.
Any help is much appreciated. I don't come from a web background so I might be missing something simple. In any case, plz halp :)