How do I install the ming library on windows??
I copied the php_ming.dll that I had on another computer and enabled this
line in php.ini extension=php_ming.dll
but I still get that error Call to undefined function Ming_setScale()
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe
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
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 = On". I get no errors
when starting apache but when I try to run the ming script (even the ones
supplie
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
For PHP 4.0.8 I had function that converted .jpg in .swf
-
Ming_setScale(20);
$fp = fopen($dram,"r");
$end=1000;
$i = fread($fp,$end);
$img = new SWFBitmap($i);
fclose($fp);
$m = new SWFMovie();
$m->setDimension(100,100);
$m->add($img);
$m->save("myURL/movie.swf");
ImageD
I am getting the following error:
Warning: Unable to load dynamic library 'C:\extentions\php_ming.dll' - The specified
module could not be found. in c:\inetpub\wwwroot\dawndusk\swf_test\swf_shape.php on
line 2
If I have the php_ming.dll in the extensions folder. Why do I still get this error?
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
> 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 Haggerty
--
PHP Windows Mailing List (http://www.php.net/)
To
12 matches
Mail list logo