Re: [PHP] Ming - php sync problem?

2005-01-27 Thread Marek Kilimajer
John Coppens wrote: Hi all. I have simple page that generates a simple flash with some random images, then publishes it - on the same page. If I do this, i regularly have several kinds of problems, one of them, an error message like: getimagesize(img/topmovie/toplogo.swf): failed to open stream: No

Re: [PHP] Ming - php sync problem?

2005-01-27 Thread John Coppens
On Thu, 27 Jan 2005 10:54:18 -0800 (PST) [EMAIL PROTECTED] (Richard Lynch) wrote: > Change your php.ini to send error messages somewhere else, and get in > the habit of checking that "somewhere else" when you code. Thanks for the hint > It has NOTHING to do with your current problem of having er

Re: [PHP] Ming - php sync problem?

2005-01-27 Thread Richard Lynch
John Coppens wrote: > I have simple page that generates a simple flash with some random images, > then publishes it - on the same page. If I do this, i regularly have > several kinds of problems, one of them, an error message like: > > getimagesize(img/topmovie/toplogo.swf): failed to open stream:

[PHP] Ming - php sync problem?

2005-01-27 Thread John Coppens
Hi all. I have simple page that generates a simple flash with some random images, then publishes it - on the same page. If I do this, i regularly have several kinds of problems, one of them, an error message like: getimagesize(img/topmovie/toplogo.swf): failed to open stream: No such file or dire

[PHP] Ming library

2004-02-26 Thread Rostislav Kerey
I've developed the web-site by PHP with using Ming-library. All worked well on the local computer, but when I uploaded all to the internet server I have got an error :( Ming library does not set in php.ini. The hosting provider company does not want to add "extension=php_ming.so" to php.ini. What

[PHP] ming problem

2003-09-19 Thread Shmuel
I'm trying to use ming and I get the following: Fatal error: Cannot instantiate non-existent class: swfmovie in C:\Apache\test\flash\index.php on line 3 I'm using w2k and php 4 - latest from snaps.php.net and I have uncommented the extension, etc. Any help would be appreciated. -- PHP General

[PHP] ming problems

2003-07-28 Thread Comex
This is probably the wrong list, but: 1. The ming extension won't work on PHP5 b1. It crashes. Apache 2.0.47/Windows. 2. It works on PHP4 though (same Apache, does that matter?) but this code: setLine(20, 0xff, 0, 0); $s->drawLine(200, 0); $s->drawLine(0, 200); $s->drawLine(-200, 0); $s->drawLi

[PHP] MING with PHP

2003-02-24 Thread Adam Voigt
Ok, trying to make even a simple test work with PHP using the MING extension under windows, I've uncommented the MING dll in the php.ini and I don't get any error's, but my test shockwave movie just spins and spins, no error log, no nothing, the code I'm using is: $t = new SWFText();   $

Re: [PHP] Ming Sprite confusion

2002-07-29 Thread Rasmus Lerdorf
You would probably stand more chance of an answer on the ming-fun mailing list. -Rasmus On Mon, 29 Jul 2002, Richard Lynch wrote: > Please cc me on answers, as I'm way behind in this list... > > I have a perfectly good Ming (Flash) movie coming out of PHP, but it's a bit > large... > > I'd like

[PHP] Ming Sprite confusion

2002-07-29 Thread Richard Lynch
Please cc me on answers, as I'm way behind in this list... I have a perfectly good Ming (Flash) movie coming out of PHP, but it's a bit large... I'd like to put this thing on a diet. I figured I could do it with a Sprite for the tiny portion that's animated, but I'm not getting quite what I exp

[PHP] MING

2002-07-07 Thread Alberto Serra
ðÒÉ×ÅÔ! has anyone been using MING extension in a production environment? Is it robust? ÐÏËÁ áÌØÂÅÒÔÏ ëÉÅ× -- @-_=}{=_-@-_=}{=_-@-_=}{=_-@-_=}{=_-@-_=}{=_-@-_=}{=_-@-_=}{=_-@ LoRd, CaN yOu HeAr Me, LiKe I'm HeArInG yOu? lOrD i'M sHiNiNg... YoU kNoW I AlMoSt LoSt My MiNd, BuT nOw I'm HoMe A

Re: [PHP] Ming and/or libswf

2002-04-20 Thread Richard Lynch
>To prove that it works. My infamous spinning logo example that everyone >has seen 10 times... > >http://conf.php.net/pres/slides/intro/flash_ming.php > >The phpinfo() with the configure flags are here: > >http://conf.php.net/info.php > >libswf is compiled in directly and ming.so is built externa

Re: [PHP] Ming and/or libswf

2002-04-20 Thread Rasmus Lerdorf
loaded in via php.ini. -Rasmus On Sat, 20 Apr 2002, Richard Lynch wrote: > Please Cc: me as well... > > I'm having the devil of a time getting Ming and/or libswf to do a Bitmap... > > > Short version: > What's the most stable PHP+Ming version-compatible combo I can

[PHP] Ming and/or libswf

2002-04-20 Thread Richard Lynch
Please Cc: me as well... I'm having the devil of a time getting Ming and/or libswf to do a Bitmap... Short version: What's the most stable PHP+Ming version-compatible combo I can achieve? I don't care about anything else for this build, not even MySQL, just PHP + Ming. Or

Re: [PHP] Ming and flash detection

2001-04-02 Thread Jason Stechschulte
On Mon, Apr 02, 2001 at 08:41:29AM -0700, Chris Adams wrote: > On 2 Apr 2001 07:58:42 -0700, Jason Stechschulte <[EMAIL PROTECTED]> wrote: > >// This movie simply redirects to the appropriate page. > >$m->add(new SWFAction("getURL('$thisURL', ''); stop();")); > > >I added code to write $thisURL t

Re: [PHP] Ming and flash detection

2001-04-02 Thread Chris Adams
On 2 Apr 2001 07:58:42 -0700, Jason Stechschulte <[EMAIL PROTECTED]> wrote: >// This movie simply redirects to the appropriate page. >$m->add(new SWFAction("getURL('$thisURL', ''); stop();")); >I added code to write $thisURL to a file so I could see if it is getting >passed correctly, and it is.

[PHP] Ming and flash detection

2001-04-02 Thread Jason Stechschulte
Hi, I'm having a problem writing a flash detector, and was hoping someone would help. I had one working that I created with Flash 4, but it would fetch another webpage after loading so that it knew where to redirect to. So it looked like: PHP embeds FLASH ---> load variables from PHP > redi