PHP in Flash

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

PHP in Flash

Post 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.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post 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?
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Post 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'
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

Ok, I'm sure someone here knows how to do that. I sure don't.
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Post 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.
Post Reply