Re: [PHP-WIN] Ming experience anyone?

2002-06-13 Thread Rasmus Lerdorf
Never tried it on Windows, but it works well on Linux. On Thu, 13 Jun 2002, Michael Barker wrote: > I'm experimenting with Ming and not having any luck. > > I've uncomented the "extension = php_ming.dll" in php.ini as well as setting > the "extension_dir = ../correct/path" and "enable_dl = O

Re: [PHP-WIN] MING

2002-02-17 Thread Josh Seward
t: Sunday, February 17, 2002 1:42 AM Subject: Re: [PHP-WIN] MING > The SWFBitmap() function takes two parameters. One is optional. The first is > a FILENAME the second is a file that acts as a alphamask. So to correct your > problem do this: > > $img = new SWFBitmap($dram); > > Rea

Re: [PHP-WIN] MING

2002-02-17 Thread Pac mon
The SWFBitmap() function takes two parameters. One is optional. The first is a FILENAME the second is a file that acts as a alphamask. So to correct your problem do this: $img = new SWFBitmap($dram); Read more here: http://www.php.net/manual/en/function.swfbitmap.php Original Message Fol

RE: [PHP-WIN] Ming and Windows

2001-04-27 Thread Daniel Beulshausen
At 12:22 27.04.2001 -0400, Michael Haggerty wrote: >Ming works beautifully except for text. These guys put it in a precompiled >binary: http://www.php4win.de/ > >You're probably thinking of libswf or one of the other modules. > >Any suggestions? yes, because the ming module is quite old, i'll pos

Re: [PHP-WIN] Ming and Windows

2001-04-27 Thread Daniel Beulshausen
At 18:22 27.04.2001 +0200, Tomasz Abramowicz wrote: >i thought they werent avaliable/notworkin on win?! ming is working under win32 for quite a while, please don't substitute ming with libswf. daniel /*-- daniel beulshausen - [EMAIL PROTECTED] using php on windows? http://www.php4win.de --

RE: [PHP-WIN] Ming and Windows

2001-04-27 Thread Michael Haggerty
riday, April 27, 2001 12:22 PM To: Michael Haggerty; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Ming and Windows i thought they werent avaliable/notworkin on win?! > > Anyone on this list tried using Ming to produce swf files? I have been > > successful at getting basic shapes to display

Re: [PHP-WIN] Ming and Windows

2001-04-27 Thread Tomasz Abramowicz
i thought they werent avaliable/notworkin on win?! > > Anyone on this list tried using Ming to produce swf files? I have been > > successful at getting basic shapes to display but am having no luck with > > text. Any help would be appreciated, thanks, win98 / Apache / php 4.0.4 > > > > Mike Hagge