> Is there a simple cookbook list somewhere of how to convert a stand alone > application to a web application? Something like > > 1) recompile using these settings > 2) put this code on your web page > 3) put your executable here on the server > 4) you are done
1. Go to Standalone settings -> Web and check "Build for Web" and accept the default settings. 2. Build the standalone. This creates a folder containing a revlet and an html file. It also opens the html file in your default browser for testing. 3. Edit the html file to suit or copy & paste the relevant parts into your own html. There are 2 vital sections: one detects the plugin and the other displays your revlet. These are marked by comments in the test.html page, so you can easily see what sections you need. 4. Upload both the html file and the revlet file to the same folder on your web site. 5. All done :-) Cheers, Sarah _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
