[PHP] Re: Flash / Ajax / PHP

2007-06-30 Thread zerof
David Giragosian escreveu: I've recently been using some limited free time to explore the Freemovie (Flash-PHP API) and Ajax technologies. Can anyone help me to understand whether these can be used together? Can I, for example, pull data from MySQL, dynamically alter Flash function parameters,

[PHP] Re: flash and php (using the varibles)

2003-01-09 Thread rolf vreijdenberger
in flash: result=null; URL= myscript.php loadVariables(URL, myobject, POST)//flash 5, MX has better capabilities gotoAndPlay(checkframe) well, you get a name/value pair from the script. the script ran some queries on the database. teh output from the script to flash is:

RE: [PHP] Re: Flash and PHP?

2002-10-30 Thread Jay Blanchard
[snip] I'm new to php coding but after some research am I right in saying that the latest release that I installed is PHP4.2.3 then there is a configuration setting called register_globals. Up until 4.2 it has always been ON. But not.. as of 4.2 it is OFF. is this right? if so have the scripts I

[PHP] Re: Flash and PHP?

2002-10-29 Thread Joseph Szobody
http://www.macromedia.com/desdev/mx/flash/articles/flashmx_php.html http://www.phpbuilder.com/columns/hill20011214.php3 Neil [EMAIL PROTECTED] wrote in message news:20021029140955.29707.qmail;pb1.pair.com... Does anyone use this? -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: Flash and PHP?

2002-10-29 Thread Neil
Thanks for the links, what I'm looking for is a simple form that communicates with a .php file on IIS 5 and then emails back to a e-mail address. Any help? (I have created the form with variables just need help with the .php) Thanks again Joseph Szobody [EMAIL PROTECTED] wrote in message

RE: [PHP] Re: Flash and PHP?

2002-10-29 Thread Jay Blanchard
[snip] Thanks for the links, what I'm looking for is a simple form that communicates with a .php file on IIS 5 and then emails back to a e-mail address. Any help? (I have created the form with variables just need help with the .php) [/snip] Let me understand, you want a Flash form that submits

Re: [PHP] Re: Flash and PHP?

2002-10-29 Thread Neil
The entire site is flash. Jay Blanchard [EMAIL PROTECTED] wrote in message news:001801c27f63$3a40a480$8102a8c0;000347D72515... [snip] Thanks for the links, what I'm looking for is a simple form that communicates with a .php file on IIS 5 and then emails back to a e-mail address. Any help? (I

RE: [PHP] Re: Flash and PHP?

2002-10-29 Thread Jay Blanchard
[snip] The entire site is flash. [/snip] So, are you asking for someone here to write the PHP for you? Or are you asking for the list to find you a set of pre-made scripts that work in every situation? I see that you have been pointed to multiple tutorials for working with Flash and PHP. I also

[PHP] Re: Flash and php

2002-02-24 Thread Martin
Okay, I found the Ming-Library in the documentation (I just search for flash in the functions list and didn't find anything). I will try this. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: flash and php

2001-08-21 Thread Tribun
: Tribun [EMAIL PROTECTED] To: Jack [EMAIL PROTECTED] Sent: Monday, August 20, 2001 7:43 AM Subject: Re: flash and php Simply user the GetVariable function in Flash. The targeting file must be a PHP-File. This File should reads out the Informations you want. If the requests are also

RE: [PHP] Re: flash and php

2001-08-21 Thread Dan Harrington
Isn't it true that Flash can work directly with a JDBC driver? or am I smoking crack? -Original Message- From: Tribun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 2:55 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: flash and php I can't describe it very well in english

[PHP] Re: flash and php

2001-08-20 Thread Tribun
Simply user the GetVariable function in Flash. The targeting file must be a PHP-File. This File should reads out the Informations you want. If the requests are also variable, call the file through GET and add ?query=date to the filename. The file must echo this... variable=somethingcat=dog

Re: [PHP] Re: flash and php

2001-08-20 Thread pierre-yves
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 20, 2001 8:43 AM Subject: [PHP] Re: flash and php Simply user the GetVariable function in Flash. The targeting file must be a PHP-File. This File should reads out the Informations you want. If the requests are also variable, call