PDA

View Full Version : AMS, php, html, flash...


AGRO
08-16-2008, 12:55 PM
Is it possible to have AMS incorporate html, php, flash files to work just like they do on line?

I had a client call me about making his website an .exe. He has html files, php and flash. The php is a complicated script according to him. It would need to be able to email to a user defined email address, have php and flash talking to each other. And have all this done without internet access.

Not sure if this is doable with AMS??

Imagine Programming
08-16-2008, 02:51 PM
php is a serverside scripting language, php can't be runned from AMS unless you have a tool that converts php to Ams-lua :p

Dermot
08-16-2008, 03:38 PM
The easiest way to run PHP on a local computer is using WampServer http://www.wampserver.com/en/index.php

As a bonus you get an excellent PHP based SQLite database editor that lets you modify the structure of existing SQLite 2 databases without loss of data.

RizlaUK
08-16-2008, 04:27 PM
or you could try this also

http://portablewebap.com/portablewebap.php

PortableWebAp is a portable platform for web applications. With it you can run php web applications from a CDROM, DVD, USB Drive, from any directory from any hard drive. No installation is necessary. PortableWebAp is designed for developers use and is the perfect portable PHP development environment.

Imagine Programming
08-16-2008, 05:19 PM
or you could try this also

http://portablewebap.com/portablewebap.php

Why didn't i know of this?:wow l33t:p thanks Rizla:)

AGRO
08-16-2008, 11:23 PM
or you could try this also

http://portablewebap.com/portablewebap.php

Thank you for this. I will be looking into this. I would love to see some examples with AMS. This just might work.....

Bruce
08-17-2008, 09:25 AM
or you could try this also

http://portablewebap.com/portablewebap.php

Nice find RizlaUK :yes

Ulrich
08-17-2008, 10:24 AM
Another suggestion could be NuSpere's PhpDock (http://www.nusphere.com/products/phpdock.htm).

Ulrich

johnraus
08-23-2008, 05:00 PM
here's another server2go (http://www.server2go-web.de/)

AGRO
08-24-2008, 09:45 AM
Thanks everybody for the suggestions. I checked them all out and gave a suggestion to the client. After all that he decides he wants me to make the standalone app in Flash/Flex/Air for mac and pc. This is going to be fun. I received his php scripts the other day. The main one is over 50k lines of code.

Thanks again for all the input!!:yes