Running Livecode apps in a Browser: what is the status?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
sritcp
Posts: 431
Joined: Tue Jun 05, 2012 5:38 pm

Running Livecode apps in a Browser: what is the status?

Post by sritcp » Tue Feb 05, 2013 3:29 pm

I am confused.

Recent posts claim that web deployment is no more possible/practicable.
http://forums.runrev.com/viewtopic.php? ... gin#p64622
http://forums.runrev.com/viewtopic.php?f=11&t=12823

Yet, the RunRev website touts web deployment as one of the platforms available.
http://runrev.com/products/livecode/cro ... eployment/

Can someone clarify this issue? If it is still on, is there a document that would guide me through the steps?

Thank you,
Sri.

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Running Livecode apps in a Browser: what is the status?

Post by Klaus » Tue Feb 05, 2013 4:13 pm

Hi Scri,

the browser plug-in is not being developed anymore!
So in the next version it may have disappeared completely.

Right now it only supports 32bit, that's why it does not run in modern
browsers except in 32bit comatibility mode.

Resume: Do not rely on it or use it anymore, it is a dead horse! 8)


Best

Klaus

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Running Livecode apps in a Browser: what is the status?

Post by Mark » Tue Feb 05, 2013 4:16 pm

Hi,

As you can read here, it looks like the web plugin has completely disappeared from the next version of LiveCode.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

sritcp
Posts: 431
Joined: Tue Jun 05, 2012 5:38 pm

Re: Running Livecode apps in a Browser: what is the status?

Post by sritcp » Tue Feb 05, 2013 5:20 pm

Thank you, Klaus and Mark!

In the absence of a web-app, what would be a way to offer a pay-per-use application with LiveCode?
(These are specialized exercises; subscribers would be charged for each use of the exercise; we would maintain the results and provide them with analysis as they need).

Thanks,
Sri.

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Running Livecode apps in a Browser: what is the status?

Post by Klaus » Tue Feb 05, 2013 5:28 pm

Hi Sri,
sritcp wrote:In the absence of a web-app, what would be a way to offer a pay-per-use application with LiveCode?
A standalone that loads stacks from the internet after checking permission of the current user online*.

*Could be a webservice (CGI) where you pass the username and password or whatever,
or maybe just a text file on your server, many options possible :D


Best

Klaus

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Running Livecode apps in a Browser: what is the status?

Post by Mark » Tue Feb 05, 2013 5:29 pm

Hi,

I would write something like that in PHP. If you have LiveCode server, you might use that. Otherwise, it will have to be a standalone application that connects to a server.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

sritcp
Posts: 431
Joined: Tue Jun 05, 2012 5:38 pm

Re: Running Livecode apps in a Browser: what is the status?

Post by sritcp » Wed Feb 06, 2013 8:31 pm

Thank you, guys!

Sri.

Post Reply