Re: [PHP] PHP & Flash

2007-01-29 Thread Richard Lynch
On Fri, January 26, 2007 5:28 pm, Skip Evans wrote: > We have a new project that will require pretty > robust communication between Flash and PHP, and > I've begun Googling and came across Actionscript here: > > http://www.adobe.com/devnet/flash/articles/flashmx_php.html > > I wonder if anyone know

Re: [PHP] PHP & Flash

2007-01-27 Thread Jochem Maas
Skip Evans wrote: > Jochem Maas wrote: >>> Anyone have any experience with PHP/Actionscript on Linux? >> >> >> wtf? ah ok, so the idiots guide to flash/php interaction wasn't really needed :-) > > Oh my God. What am I thinking? Please folks, I am really not this > stupid. It has been too, too lo

Re: [PHP] PHP & Flash

2007-01-26 Thread Skip Evans
Jochem Maas wrote: Anyone have any experience with PHP/Actionscript on Linux? wtf? Oh my God. What am I thinking? Please folks, I am really not this stupid. It has been too, too long a day. Yes, I just need to upgrade Flash on this workstation. Skip -- Skip Evans Big Sky Penguin, LLC 61

Re: [PHP] PHP & Flash

2007-01-26 Thread Jochem Maas
Skip Evans wrote: > Hey all, > > We have a new project that will require pretty robust communication > between Flash and PHP, and I've begun Googling and came across > Actionscript here: > > http://www.adobe.com/devnet/flash/articles/flashmx_php.html > > I wonder if anyone knows anything about r

Re: [PHP] PHP | Flash Query String

2006-07-16 Thread Jochem Maas
Sunnrunner wrote: > Hello, > > I have a button flash file. This file needs two parameters that are passed > in through the query string. > > Here's my query string. > navButtons.swf?myURL={$menu_channel_id[menu]}&buttonLabel={$menu_text[menu]} > > here is the URL that is being passed in > > d

RE: [PHP] PHP|FLASH hit counter

2006-03-28 Thread Tom Haschenburger
Sorry chris meant that for the list. Thanks chris, got it to work. I think it was caching a previous swf. After trying it later. It worked. T > > Tom Haschenburger wrote: > > Got this from a tutorial and I am not able to get this to work. > > > > Even when I download the finished files from th

Re: [PHP] PHP|FLASH hit counter

2006-03-27 Thread Chris
Tom Haschenburger wrote: Got this from a tutorial and I am not able to get this to work. Even when I download the finished files from the site I can't get it to work. It definitely does its job on bringing in the variable but, it never increments any higher from zero. It seems as though I maybe

Re: [PHP] Php + flash, need some help making a small .FLA

2005-04-18 Thread Richard Lynch
On Sun, April 17, 2005 2:15 pm, Matt Babineau said: > Does anyone have any experience with integrating php + flash? Or know of > any > good tutorial sites? Basically what I want to do is have an animated > loading > screen, and then pull pictures from a database and display text from a > database,

Re: [PHP] Php + flash, need some help making a small .FLA

2005-04-17 Thread Rory Browne
I've only used flash, a couple of times( many years ago ), so I can't be of very much help, but you might be able to do something with ming - http://www.php.net/ming . If I remember correctly it would involve referencing images by their URL - images which would on the backend be served up with php.

RE: [PHP] PHP/Flash Dynamic Graphs?

2003-01-15 Thread SED
You should look for loadVariables() in ActionScript (Flash) in this case rather than MING. Regards, Sumarlidi E. Dadason SED - Graphic Design _ E-mail: [EMAIL PROTECTED] website: www.sed.is -Original Message- From: MH [mailto:[EMAIL PROTECTED]] Sent: 15.

Re: [PHP] PHP/Flash

2002-11-14 Thread Maxim Maletsky
wanna write an article for PHP Beginner? We'd be looking for something like this some time next month... -- Maxim Maletsky [EMAIL PROTECTED] On Mon, 4 Nov 2002 15:46:12 -0600 "Clint Tredway" <[EMAIL PROTECTED]> wrote: > I have a small example of using Flash/PHP if anyone wants it.. > > Clin

Re: [PHP] PHP/Flash

2002-11-04 Thread rija
Me :-) I wonder if you can post me these scripts - Original Message - From: "Clint Tredway" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 8:46 AM Subject: [PHP] PHP/Flash > I have a small example of using Flash/PHP if anyone wants it.. > > Clint > > >

Re: [PHP] PHP/Flash interaction

2002-02-01 Thread Luke Crouch
I could kiss you, Corey...well, if you are a woman? What I am specifically trying to do is save movie clip positions in a database...which that phpbuilder tutorial covers!! Thanks!! -L "Corey Eiseman" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I just ra

Re: [PHP] PHP/Flash interaction

2002-02-01 Thread Corey Eiseman
I just ran across this tutorial yesterday... Using PHP and MySQL with Flash http://www.phpbuilder.com/columns/hill20011214.php3 Haven't had time to do more than skim it so i can't really vouch for its usefulness, but it seems like a good start. also flash-db.com has some forums that you may fin

Re: [PHP] PHP/Flash interaction

2002-02-01 Thread Luke Crouch
I guess what I'm looking for "specifically" is a site for Flash/PHP developers. I don't know that any exist...but I'm looking for more of "What kind of design approach to use...?" then a technical answer... -L "Mike Krisher" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL P

RE: [PHP] PHP/Flash interaction

2002-02-01 Thread Mike Krisher
what do you mean by optimization? do you mean loading info(name/value pairs) from PHP to Flash and vice versa. I don't know if there is a way to optimize it at all, GET and POST are the same things with Flash as they are with HTML and the like. Let me know if you're looking for something specific.