Hello all,
As a small side project of mine I work on a web based 'game device' that runs locally on files - this is useful for bypassing any filters in schools which prevent the running of games.
Previously the tool has worked by having a home page and then several essentially identical subpages with the only difference being the embed value.
I would like to resolve this problem so that it instead embeds a default value unless one is specified i.e.
file://.../index.html will have the default
and
file://.../index.html?game.swf would have game.swf embedded instead.
Cheers,
Elliot

