Page 1 of 1

PHP in Flash

Posted: Wed Mar 28, 2007 2:57 pm
by shiznatix
I am trying to open a PHP file within a flash file. Like I have a flash file that has a space for a survey that I made in PHP. As simple as this sounds to me I don't know if it is even possible. Any help would be awesome.

Posted: Thu Mar 29, 2007 12:40 pm
by Benjamin
Well you know that FLASH does not have a PHP parser built in, and you KNOW that PHP is a server side script, so bearing that in mind, are you trying to do a get request via flast to a remote URI?

Posted: Thu Mar 29, 2007 12:54 pm
by shiznatix
astions wrote:Well you know that FLASH does not have a PHP parser built in, and you KNOW that PHP is a server side script, so bearing that in mind, are you trying to do a get request via flast to a remote URI?
What I am trying to do is have flash have what would be just like an iframe in it that opens a website. so like I have this:

Code: Select all

---------------------------------|
|flashflashflashflashflashflash|
|flashflashflash             flash|
|flashflashflash             flash|
|flashflashflash             flash|
|flashflashflashflashflashflash|
|--------------------------------|
an in that blank space a page like google is shown and interactable. the whole thing is 1 flash file but the flash file just opens a url and shows the contents in the 'iframe'

Posted: Thu Mar 29, 2007 12:56 pm
by Benjamin
Ok, I'm sure someone here knows how to do that. I sure don't.

Posted: Thu Mar 29, 2007 1:07 pm
by shiznatix
it seams simple enough but I don't even know if it's possible. I am not the one doing the flash but our flash person does not know how to do it so I am first making sure it's possible then maybe looking for a tutorial which I can find neither on google.