Is there any way to view PHP pages IN Flash
I would like to create a FLASH window that displays PHP/HTML pages IN the Flash Window.
Flash is able to parse simple HTML pages as well as XML data. if your php application can be made to export this data then you should have no problem.
If your aplication is a stand alone app, you can also create an executable with "Flash Studio Pro" and "Macromedia Flash" that will display any page you want within the flash file using the displayBrowser FS command.