RE: [PHP] flash/php file uploader

2006-12-15 Thread Richard Lynch
On Mon, December 11, 2006 4:35 pm, Brad Fuller wrote: I have also seen custom PHP extensions that add the callback method, but they require you to recompile PHP and in the end we decided to go with the CGI solution as it was pretty much plug and play. One of those custom extensions made it

Re: [PHP] flash/php file uploader

2006-12-12 Thread Emil Edeholt
Hi Thanks for your answer, but I use an ajax solution right now and that is what I want to replace. I would really like to avoid flash, but I can't get this solution to work properly. Atleast my solution has been a little buggy in Safari (works mostly, but sometimes it won't upload the file)

[PHP] flash/php file uploader

2006-12-11 Thread Emil Edeholt
Hi Sorry if this is considered off topic, but do you know of any code examples/libs with a flash/php file uploader with progress bar? I've googled for a while but the scripts I find won't work. I'm using Firefox 2 and Flash player 9 on an intel Mac if that tells you anything? Or should I

RE: [PHP] flash/php file uploader

2006-12-11 Thread Brad Fuller
-Original Message- Hi Sorry if this is considered off topic, but do you know of any code examples/libs with a flash/php file uploader with progress bar? I've googled for a while but the scripts I find won't work. I'm using Firefox 2 and Flash player 9 on an intel Mac if that

Re: [PHP] flash/php file uploader

2006-12-11 Thread Chris
Brad Fuller wrote: -Original Message- Hi Sorry if this is considered off topic, but do you know of any code examples/libs with a flash/php file uploader with progress bar? I've googled for a while but the scripts I find won't work. I'm using Firefox 2 and Flash player 9 on an intel

[PHP] flash php

2004-09-22 Thread Dustin Krysak
Can anyone recommend any good tutorials on using flash mx 2004 with PHP to display MYsql content using PHP? Including loading and displaying JPGs and movies (referenced in the database). thanks in advance! d -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Flash-PHP Socket Connection

2004-01-20 Thread Eric Bolikowski
Hi everybody I'm working on a site that will be based on Flash, PHP and MySQL. PHP will work as a middleware for Flash and MySQL. My problem is communication between Flash and PHP. I'm really out looking for using the socket functions in PHP and Flash to make fast connection. I have googled for

FW: [PHP] Flash-PHP Socket Connection

2004-01-20 Thread Donald Tyler
3:26 PM To: [EMAIL PROTECTED] Subject: [PHP] Flash-PHP Socket Connection Hi everybody I'm working on a site that will be based on Flash, PHP and MySQL. PHP will work as a middleware for Flash and MySQL. My problem is communication between Flash and PHP. I'm really out looking for using the socket

Re: [PHP] Flash-PHP Socket Connection

2004-01-20 Thread Eric Bolikowski
. -Original Message- From: Eric Bolikowski [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 3:26 PM To: [EMAIL PROTECTED] Subject: [PHP] Flash-PHP Socket Connection Hi everybody I'm working on a site that will be based on Flash, PHP and MySQL. PHP will work as a middleware

[PHP] Flash / PHP Question

2002-10-26 Thread Stephen
I'm tyring to follow a DevArticle tutorial on creating a online users script in flash. Problem is, I can't find where the actions properties are to enter things like this: loadVariablesNum(count.php?RND=+random(999), 0); Please help!! I'm using Flash MX, same as the tutorial. I've also posted

Re: [PHP] Flash / PHP Question

2002-10-26 Thread @ Edwin
Hello, I'm afraid that your question is more of a How can I use Flash MX? question. Maybe you should get a good book about Flash MX or just google for some more other tutorials... - E Stephen [EMAIL PROTECTED] wrote: I'm tyring to follow a DevArticle tutorial on creating a online users

[PHP] flash - php

2002-10-05 Thread Zeljko Bozic
I'm new to php. want to build swf appl. with sql support need some example (source) please help -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Flash/PHP/MySQL

2001-05-06 Thread FredrikAT
Can Flash import some text from a database (e.g MySQL) and print it on the fly? - Fredrik A. Takle [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PHP] Flash/PHP/MySQL

2001-05-06 Thread Eduardo PĂ©rez Jover
you can find an example in flashkit.com go to examples databases -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Flash/PHP/MySQL

2001-05-06 Thread Chris Adams
On 6 May 2001 10:25:19 -0700, FredrikAT [EMAIL PROTECTED] wrote: Can Flash import some text from a database (e.g MySQL) and print it on the fly? Yes. It's actually pretty easy - you can tell flash to load a bunch of variables from a URL. Your URL can return the encoded data (basically a

Re: [PHP] Flash/PHP

2001-01-26 Thread Rasmus Lerdorf
You can use premade flash movies just as you would in HTML. Therefore everything that is normally available is available in PHP, plus if you want, you get to use the wonderful libswf! :) libswf isn't maintained anymore though. We will soon have the ming library in PHP, but it works already.

Re: [PHP] Flash/PHP

2001-01-26 Thread Mike Chambers
I have created a Generator / PHP library which makes it easy to create Flash content from PHP using Macromedia Generator. Unfortunately, do to some bugs in PHP with the System() command on Windows, I am not going to release the library until the next PHP update (assuming they fix the bugs).

Re: [PHP] Flash + PHP

2001-01-20 Thread Mike Tuller
sghar" [EMAIL PROTECTED] Reply-To: "Abe Asghar" [EMAIL PROTECTED] Date: Fri, 19 Jan 2001 14:41:27 - To: "PHP General List" [EMAIL PROTECTED] Subject: [PHP] Flash + PHP Hey Guys, Anybody have any good links for Flash with PHP simple stuff. Any tutorials or g