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

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)

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 Mac

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

Re: [PHP] Flash&PHP Issue

2005-05-05 Thread disguised.jedi
> How I can get the width and height of a swf file with php? http://www.php.net/ming -- [EMAIL PROTECTED] PHP rocks! "Knowledge is Power. Power Corrupts. Go to school, become evil" Disclaimer: Any disclaimer attached to this message may be ignored. However, I must say that the ENTIRE content

Re: [PHP] Flash&PHP Issue

2005-05-05 Thread Chris
Khorosh Irani wrote: Hello How I can get the width and height of a swf file with php? Thanks http://www.php.net/getimagesize -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Flash-PHP Socket Connection

2004-01-20 Thread Eric Bolikowski
Hi Donald Can i get a link to that site? I'm just a little bit confused about this thing about socket communication. Why is there not any resources on using Flash XMLSocket() and PHP fsockopen() ? There should be some kind of resource on this. I have recently searched all over Macromedia, not f

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

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 URL

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

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). mike

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 alread

Re: [PHP] Flash/PHP

2001-01-26 Thread jeremy brand
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! :) Jeremy Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 :: [EMAIL PROTECTED] http://www.JeremyBrand.com

Re: [PHP] <> Flash + PHP <>

2001-01-20 Thread Mike Tuller
www.thickbook.com is a good start. Last I looked it covered Flash 4, and Flash 5 is quite a bit different. Basically you have PHP print the variables in HTML and Have Flash parse that. Flash can't directly parse PHP variables. It's not difficult once you figure it out. Mike > From: "Abe Asghar"