I want to embed a file somewhere else so people can play a short game i made. Is there a way to embed the game somewhere without changing it to a .gif or an .mp4?
You can host the .html version of a game somewhere or something like on a website. Then you use
<iframe src="link to your wick file" width=width height=height></iframe>
2 Likes
Hey there, welcome to the forums.
The only way I know is to export as HTML. You can probably embed the HTML like what pumpkinhead said. Based on how you wrote “.gif or .mp4” I think you might have missed the “interactive” section of the export.
2 Likes