Page 3 of 3

Re: Browser Plugin

Posted: Thu Mar 12, 2009 4:01 am
by Skofo
mLaPL wrote:my english is not good :) btw:
=====================================================================================================
meybe better and simple is if any guy use small protocol extesion:

like on this portal - http://www.wowstatus.net/serverlist.php - hyperlink "Connect" from servers table "look adress link" is like "wow://example.com"

User if will play then must "one time download and install LOVE engine" and click link to play.

to this we must:

add to LOVE function to catch url to file.love and download from adres like "love://example.com/game.love" and run with LOVE.

i think, this is not hard idea to make.
Brilliant idea. ^^

Re: Browser Plugin

Posted: Sun Mar 15, 2009 3:26 am
by thelinx
Yeah, a LÖVE protocol handler would be neat.

Re: Browser Plugin

Posted: Sun Mar 15, 2009 7:27 pm
by mLaPL
Skofo wrote:
mLaPL wrote:my english is not good :) btw:
=====================================================================================================
meybe better and simple is if any guy use small protocol extesion:

like on this portal - http://www.wowstatus.net/serverlist.php - hyperlink "Connect" from servers table "look adress link" is like "wow://example.com"

User if will play then must "one time download and install LOVE engine" and click link to play.

to this we must:

add to LOVE function to catch url to file.love and download from adres like "love://example.com/game.love" and run with LOVE.

i think, this is not hard idea to make.
Brilliant idea. ^^
I will try make this think..... new topic for project >> evoL - version.alpha.1

Re: Browser Plugin

Posted: Sun Mar 22, 2009 11:26 pm
by Chris016
I have another idea which you could do is use

http://www.osakit.com

it uses activeX and it seems to work i guess. It works in

Browser Support: IE, Firefox, Opera..etc


And there is a basic free version. Which works. If you get pro there are ways to communicate with browser and all that good stuff.

ive used it is ok, Just wish cross platform.

Re: Browser Plugin

Posted: Fri Apr 10, 2009 3:48 am
by appleide
http://developer.apple.com/documentatio ... gTopic.pdf

Might not be impossible to implement (for Mozilla, Safari NOT IE) after all! It'll definitely take time though.

Re: Browser Plugin

Posted: Fri Apr 10, 2009 6:24 am
by bartbes
You know firefox doesn't use webkit, do you?

Re: Browser Plugin

Posted: Fri Apr 10, 2009 7:21 am
by appleide
You did read the whole thing before asking that question, did you?
Webkit browsers can use netscape-style plugins, so can Mozilla/Firefox.

Re: Browser Plugin

Posted: Fri Apr 10, 2009 8:18 am
by bartbes
I have to admit I quickly went through it, didn't feel like reading more than 1 page.