A Flash Developer Resource Site

Results 1 to 10 of 10

Thread: PHP to .exe

  1. #1
    Member
    Join Date
    Jan 2007
    Posts
    75

    Arrow PHP to .exe

    Hello,
    I have built a small website/"program" in php and html. I was wondering if there was any way to make that a stand alone .exe. It would have to be able to connect to the internet as part of it must communicate with my website. Let me know if this is possible and if it is something I could learn quickly.
    Thanks,
    DW

  2. #2
    Bearded (M|G)od MyFriendIsATaco's Avatar
    Join Date
    Dec 2002
    Location
    Awesomeville.
    Posts
    3,045
    I'm going to learn towards the "No" side on that one. at least, you can't do it by its self, there MAY be something out there for it, but it would be a 3rd party thing.

  3. #3
    OOP is one letter from OOPS kortex's Avatar
    Join Date
    Aug 2005
    Location
    New Hope, PA
    Posts
    2,668
    Well I don't know about quickly, but if you created a Flash EXE, you could use LoadVars to get and pass data to your website, or you could compile the SWF into an EXE using either Zinc or SWF studio to get even mor system capabilities, but without knowing specifically, what it is you are trying to do, it is hard to say how long it would take to convert to an EXE version.
    Jeremy Wischusen
    Flash - Flex - LAMP - Web Developer Purple Inc
    AS OOP FAQ-Best Practices Thread | Flashkit OOP Tutorials | Purple Inc (day job) | Blog


  4. #4
    Bearded (M|G)od MyFriendIsATaco's Avatar
    Join Date
    Dec 2002
    Location
    Awesomeville.
    Posts
    3,045
    he wasnt referring to a flash .exe, at least i dont think, i thought he was referring to a strictly PHP/HTML website being bundled into an .exe

  5. #5
    OOP is one letter from OOPS kortex's Avatar
    Join Date
    Aug 2005
    Location
    New Hope, PA
    Posts
    2,668
    Quote Originally Posted by MyFriendIsATaco
    he wasnt referring to a flash .exe, at least i dont think, i thought he was referring to a strictly PHP/HTML website being bundled into an .exe
    Well in that case, no. I actually am not sure what he meant so I thought I would throw those options out there.
    Jeremy Wischusen
    Flash - Flex - LAMP - Web Developer Purple Inc
    AS OOP FAQ-Best Practices Thread | Flashkit OOP Tutorials | Purple Inc (day job) | Blog


  6. #6
    Member
    Join Date
    Jan 2007
    Posts
    75
    The only problem with the flash idea is that I don't know if it will accept everything I want to do inside the movie. I actually tried that option first but parts of the scripts such as iframes and others will not transfer into a flash program. I would love to do it that way if I could though!
    Thanks,
    DW

  7. #7
    OOP is one letter from OOPS kortex's Avatar
    Join Date
    Aug 2005
    Location
    New Hope, PA
    Posts
    2,668
    Well if it is just text or even a few images, the textarea component can act like an iFrame.
    Jeremy Wischusen
    Flash - Flex - LAMP - Web Developer Purple Inc
    AS OOP FAQ-Best Practices Thread | Flashkit OOP Tutorials | Purple Inc (day job) | Blog


  8. #8
    FK's Official Mac Hater jasonsplace's Avatar
    Join Date
    Mar 2002
    Location
    Provo, Utah
    Posts
    2,245
    You could always try something like this. I've never tried it but it's always looked interesting. There are a few other PHP to EXE compilers that you can look up on Google but this seems to be the most popular.
    Jason L. Wright
    I'm not that hard to imitate. Just make some random negative claim at Apple or anything else for that matter and then have nothing to back it up.

  9. #9
    Member
    Join Date
    Jan 2007
    Posts
    75
    problem is that the iframe uses php as well. I think it is just too complicated for flash. LOL!

  10. #10
    No I can't do it by tommorow.. 1stbite's Avatar
    Join Date
    Feb 2003
    Location
    UK
    Posts
    1,300
    you could load a complete LAMP environment onto disk or pen drive and run the site within a localhost server which means you could take it to any windows based machine.

    http://www.apachefriends.org/en/xampp.html (read install for zip installation)
    and in a blink of an eye...
    Media and Multimedia Courses in Nottingham - First Diploma | IMedia | HND | Foundation Degrees | BA(Hons) Top Ups.

    Give a Twit a chance!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center