Page 1 of 1

Store Revolution online

Posted: Fri Feb 27, 2009 9:25 pm
by bsouthuk
Could somebody tell me how I go around storing one of my revolution programs online? Am looking to sell software which requires constant updates.

Cheers

Dan

Posted: Fri Feb 27, 2009 10:23 pm
by Mark
Hi Dan,

Copy a zip file or dmg file to your web server...?

What exactly is the problem you're having?

Best,

Mark

Posted: Fri Feb 27, 2009 11:52 pm
by bsouthuk
Hey Mark

Well i've uploaded my zipped software file to my website and have used the following scrypt on a button on my main stack:

go stack URL "http://www.porrima365.org/index.html" which is the webpage i have uploaded my zipped software file (the software file is my saved standalone application) but its not opening the software file so wondered what exactly i an doing wrong?

The meaning behind my madness is that my software will be updated daily therefore i want users to be able to select a button opn a 'splash screen' which will download the latest version of the software from the internet.

Does that make sense?

Cheers

Daniel

Posted: Sat Feb 28, 2009 12:02 am
by Mark
Dear Daniel,

You are trying to open a stack with the name index.html, which fails because that file is not a stack but an html page.

You write you uploaded a zipped file, which implies that you can't open it as a stack. You have to download and unzip it first.

Upload your stack as a stack rather then anything else and go stack url "http://www.domain.com/your%20stack.rev".

Best,

Mark

Posted: Sat Feb 28, 2009 12:43 pm
by bsouthuk
Hi Mark

Right ok that makes sense - now the only problem i have and I know this may sound really blonde but how exactly do i upload my standalone rev file onto my website as a stack and not the html page?

Posted: Sat Feb 28, 2009 12:49 pm
by Mark
Daniel,

Zip the files and upload if you have an executable.

I thought you wanted to upload your stack...? So, just upload it.

Mark