Built-in apache/php authoring environment in Flash?

Hi all, I’m new to this forum. :slight_smile:

Does someone know whether it is possible to have a built-in apache/php/mysql environment inside of flash, so when you publish a project you don’t need to open the browser (with apache) to see the site.

I’m building websites in Flash MX 2004 with php/mysql/xml. Every I make a change in the code I have to publish, shut down the browser, open up the browser again, because of Flash’s cache problems. :frowning:

Or any tips how I can let IE not cache my Flash sites?

Or maybe this is not yet possible, maybe Macromedia should build it in Flash 2005. Something like that of Dreamweaver. Who would want this feature too?

Howdy… :slight_smile:

I am not aware of any sort of product that you can use to do so… But you should really check the project in the web browser to see if everything is working as you expected… I know it is tedious clicks to run another browser, but it is worth to do so… :slight_smile:

to have it not cache put a random _GET var on the end of the url your are loading for example ?rand=40944 the number being generated randomly and then it won’t cache it b/c it will think it is a different page.

I just hope Macromedia implements something like my idea, I need to literally close my browser and reopen it and go to the link, a hundred times in a short time. :wink:

Yeah, I already used that random number technique with my XML loads with php, but it doesn’t work when you republish the swf, only the queries are fresh.

Lets say you add a box on the page, and republish… does the page load with the newly created box when you press refresh on localhost? I don’t think so. :frowning: But I’d be very happy if it could be done.