Can you launch a stack from browser using lc script

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
shawnblc
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 342
Joined: Fri Jun 01, 2012 11:11 pm

Can you launch a stack from browser using lc script

Post by shawnblc » Sun Oct 20, 2013 11:11 pm

You can launch a stack from an application ... correct, but can you launch a stack from the browser using a lc script?

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

Re: Can you launch a stack from browser using lc script

Post by Mark » Wed Oct 30, 2013 11:42 pm

Hi,

It is possible to set up a browser to open .rev and .livecode files in LiveCode. You could also use a different file extension and have the stacks open with your standalone. You don't need a script on the server or in the browser client. You don't need any script to open the file in LiveCode, but your standalone would need a script to read the $1 value and open the stack.

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

Post Reply