Posts: 256
Location: Auckland, New Zealand
|
Can you just explain what these games are like, Interactive Fiction (text-based), 2D or 3D, etc. I don't really have time to look at them.
As for running executables from a website, it has been possible ever since the introduction of CGI, just most prefer using PERL for this, in my case, it is easier to work with and doesn't require the program to be compiled.
The chances however of being able to run your game does depend on the code itself, you must rewrite it to work in a web environment, meaning output would most likely be in HTML. The chances of having 2D/3D library working, is a problem because again, that must be rewritten to work in a web environment or if possible try to make use of graphic libraries already available through other languages.
I'm not saying it's impossible to get your games running in a web environment, but it would take far longer than trying to learn Flash in my opinion (have you looked at Swish?), because you're having to think about what the web is providing you, and what you can make use of from that to get what you need.
The reason that your mpeg is asked to be downloaded, is dependant on how you link it, if you embed it in your code or as a stream, then User Agents with the available plugin to play it within their site would be loaded, though it's possible their own players (not a plugin) will play it, which is similar to just downloading it and playing it.
Rewriting it to JAVA could be a possibility though I have no experience with JAVA or JAVA Applets.
Cheers,
MC
__________________
#------------------------------ signature---------------------------------------------------------------------------------#
Quote:
|
I am well recognised for what I don't do than what I do. Chores are just one of those things.
|
|