Hello there everyone.
I was just wondering if there is anyway to make any application for ones computer into an appication for that web which can be run in the browser window. (For illustration: I have a personal game on my computer which i want people to qualified to run from the net. Somehow, I put this im this webpage, and seems like there, in this window. ) Should i do that
Thanks
Wouldnt that be a copyright breach of some sort You’d probably need permission every single child publish games which you buy from shops on the internet so people can play at no cost I expect. Could get in many trouble else.
It could be not possible.
Some applications is often executed in the context of your web application through creative us going for DLLs or OCXs, for instance so:
DLLs may be used on the server-side that will implement the functionality of your existing application (though it’s necessary to have an API specification which means you know what you happen to be programming to).
OCXs can be used to execute components associated with some applications (such while MS Word and MS Excel) while in the context of an internet Explorer browser.
Nevertheless, you can’t simply just drag-n-drop your video game title into a site. Programs don’t work like that. Neither does the online; -)
Oh sorry, forgot to mention, it would be something I made or perhaps something open-source.
Ok, thanks. I was just wondering.