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
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
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
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
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
--
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
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