You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(10) |
Sep
(6) |
Oct
|
Nov
(42) |
Dec
(10) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(4) |
Feb
(17) |
Mar
(8) |
Apr
(9) |
May
(12) |
Jun
(28) |
Jul
(8) |
Aug
(8) |
Sep
(15) |
Oct
(21) |
Nov
(39) |
Dec
(13) |
| 2004 |
Jan
(128) |
Feb
(32) |
Mar
(46) |
Apr
(98) |
May
(51) |
Jun
(26) |
Jul
(54) |
Aug
(16) |
Sep
(45) |
Oct
(71) |
Nov
(12) |
Dec
(9) |
| 2005 |
Jan
|
Feb
(4) |
Mar
(57) |
Apr
(37) |
May
(11) |
Jun
(5) |
Jul
(14) |
Aug
(65) |
Sep
(16) |
Oct
(2) |
Nov
(36) |
Dec
(21) |
| 2006 |
Jan
(79) |
Feb
(81) |
Mar
(15) |
Apr
(60) |
May
(56) |
Jun
(26) |
Jul
(12) |
Aug
(3) |
Sep
(3) |
Oct
(2) |
Nov
(20) |
Dec
(114) |
| 2007 |
Jan
(45) |
Feb
(15) |
Mar
(3) |
Apr
(12) |
May
(6) |
Jun
(14) |
Jul
(8) |
Aug
|
Sep
(14) |
Oct
(5) |
Nov
(21) |
Dec
(9) |
| 2008 |
Jan
(53) |
Feb
(3) |
Mar
(5) |
Apr
(30) |
May
(40) |
Jun
(31) |
Jul
(84) |
Aug
(15) |
Sep
(56) |
Oct
(17) |
Nov
(6) |
Dec
(40) |
| 2009 |
Jan
(9) |
Feb
(11) |
Mar
(39) |
Apr
(8) |
May
(4) |
Jun
(4) |
Jul
(2) |
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(15) |
Dec
(30) |
| 2010 |
Jan
(4) |
Feb
(22) |
Mar
(6) |
Apr
(6) |
May
(12) |
Jun
(21) |
Jul
(5) |
Aug
(7) |
Sep
(2) |
Oct
|
Nov
(1) |
Dec
|
| 2011 |
Jan
(1) |
Feb
(4) |
Mar
(7) |
Apr
(2) |
May
(7) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(11) |
Jun
(4) |
Jul
(3) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
1
|
2
|
3
(5) |
4
(3) |
5
|
6
|
7
|
|
8
|
9
|
10
(1) |
11
|
12
|
13
|
14
|
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
|
29
|
30
(3) |
|
|
|
|
|
|
From: Klaus R. <kla...@rz...> - 2007-04-30 16:30:27
|
Hi Ming-users and -devs, in order to implement new Flash 8 features i poked around in FillStyle and Gradient code. Until now there were some issues: 1.) If someone used SWFShape_set[Right | Left]FillStyle(SWFShape shape, SWFFillStyle fill) without adding a fill with one of the following methods SWFShape_addSolidFillStyle(SWFShape shape, byte r, byte g, byte b, byte a); SWFShape_addGradientFillStyle(SWFShape shape, SWFGradient gradient, byte flags); SWFShape_addBitmapFillStyle(SWFShape shape, SWFBitmap bitmap, byte flags) nothing happend. This is not very intuitive because SWFFillStyles can be created by the user directly. Using setLeft/RightFillStyle is now sufficient. The old Interface still works. 2.) Beside SWFFillStyle there is a second Class/Object for fills available: SWFFill. SWFFill wraps SWFFillStyle and allows the user to play with the FillMatrix. That is nice in theory but for gradients it was mostly guessing the apropriate matrix. Gradients are internaly (by the player / renderer) represented as a 32768 x 32768 gradient square. This square has to be mapped by the user to its destination object by defining the scale factor and the centerpoint (measured in TWIPS). I changed Ming's behavior to take the shape bounds and calculate the apropriate matrix. I also deprecated SWFFIll, since having 2 Fill objects is confusing. The next step is to make the fill matrix accessible to users again. But not sure yet how to to that in a useable way. Ideas, suggestions, comments, vetos ? Klaus |
|
From: strk <st...@ke...> - 2007-04-30 10:27:51
|
On Tue, Apr 10, 2007 at 10:43:21PM +0200, Nils Goroll wrote: > Having getopt does not mean it's in getopt.h: Committed, thanks. --strk; |
|
From: <no...@gm...> - 2007-04-30 07:54:04
|
Hi all, I have to do this job by compose several exist .swf file (such as face.swf, hair.swf, clothes.swf, background.swf, etc) to a new one (eg. avatar.swf). I compiled a latest Ming(0.40 beta4), could some one tell me how to use the class "SWFPrebuiltClip"? I've STFW :) many many thanks. by the way, the php_ming.dll within php-4.4.6-Win32.zip seems a little out of date (version 0.3 beta1), how can I compile a php_ming.dll myself? maybe too much question :) best regards, Nowgoo 2007/4/30 |
|
From: Nils G. <nil...@mc...> - 2007-04-10 20:43:45
|
Hi everyone,
I'd be grateful if some added this litte change upstream.
Having getopt does not mean it's in getopt.h:
diff -Nabur ming-0.4.0.beta3/configure.in ming-0.4.0.beta3.getopt/configure.in
--- ming-0.4.0.beta3/configure.in 2006-12-11 01:13:59.000000000 +0100
+++ ming-0.4.0.beta3.getopt/configure.in 2007-04-10 17:54:43.378541000 +0200
@@ -245,6 +245,7 @@
AC_CHECK_LIB(zdll, compress2, ZLIB="-lzdll", ZLIB="")
)
AC_CHECK_HEADERS([zlib.h])
+AC_CHECK_HEADERS([getopt.h])
dnl Check if the vasprintf function exists on this platform
dnl (It's not present on MinGW and Solaris 10 at the time of this coding)
diff -Nabur ming-0.4.0.beta3/util/makeswf.c ming-0.4.0.beta3.getopt/util/makeswf.c
--- ming-0.4.0.beta3/util/makeswf.c 2006-11-27 15:38:33.000000000 +0100
+++ ming-0.4.0.beta3.getopt/util/makeswf.c 2007-04-10 17:55:08.552474000 +0200
@@ -66,7 +66,7 @@
#include <ming.h>
#include <ming_config.h>
#include "makeswf.h"
-#ifdef HAVE_GETOPT
+#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif
diff -Nabur ming-0.4.0.beta3/util/makeswf_utils.c ming-0.4.0.beta3.getopt/util/makeswf_utils.c
--- ming-0.4.0.beta3/util/makeswf_utils.c 2006-07-10 18:11:26.000000000 +0200
+++ ming-0.4.0.beta3.getopt/util/makeswf_utils.c 2007-04-10 17:55:12.991293000 +0200
@@ -38,7 +38,7 @@
#include <limits.h>
#include <ming.h>
#include "makeswf.h"
-#ifdef HAVE_GETOPT
+#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif
--
Nils Goroll
=========================================@MCS====
MCS Moorbek Computer Systeme GmbH
Essener Bogen 17 - 22419 Hamburg - Germany
Tel: +49 (0)40 53773 0
Fax: +49 (0)40 53773 200
nil...@mc... http://www.mcs.de
Eingetragen im Handelsregister Hamburg B62933
Geschäftsführer: Kai Brandes & Eckard Kabel
=================================================
|
|
From: Majid J. F. <maj...@gm...> - 2007-04-04 19:17:36
|
are there any methods available for uploading voice recorded from the user in Ming? |
|
From: DepotNet <dep...@fr...> - 2007-04-04 11:21:24
|
I put the 'libungif4.dll' in my PHP folder and the 'php_ming.dll' in the php/ext directory. When I restart Apache, I still get the same error message :=20 PHP Warning: PHP Startup: Unable to load dynamic library = 'C:/Development Applications/wamp/php/ext/php_ming.dll' - Specified Module not found. in Unknown on line 0 So I decided to try to copy the 'libungif4.dll' in C:\windows\system32. I restarted Apache, and ... it's working !!! The version displayed in phpinfo() is '0.4.0-beta' (not 'beta 4' like on linux systems). So maybe I'll add my PHP directory to the path. I don't like to drop DLL files in my 'System32' Thanks once again to Mr Kromann ;-) D. -----Message d'origine----- De=A0: Frank M. Kromann [mailto:fr...@kr...]=20 Envoy=E9=A0: mercredi 4 avril 2007 05:14 =C0=A0: DepotNet Objet=A0: Fw: RE: [Ming-dev] How to compile Ming on Windows ? Viol=E1, You can download the missing file here http://kromann.info/PHP-Extra/libungif4.dll. Place it in your PHP folder = or somewhere in the path. - Frank -------- Original mail -------- From: Frank M. Kromann To: DepotNet <dep...@fr...> Subject: RE: [Ming-dev] How to compile Ming on Windows ? > Hello, >=20 > I think you need a libungif.dll file as well. I'm heading home now and will make sure this is uploaded to the additional files section. >=20 > - Frank >=20 > > Hi Frank ! > >=20 > > I know your site (very usefull !!!) and downloaded the last php_ming version > > for PHP 5.2.x, but as I copy it into the php/ext directory and restart > > Apache, I got an error message in logs files saying that it can't load > > php_ming.dll (not found !!!) > > I successfully compile Ming 0.4 beta 4 on my Linux Server but now I wish to > > the same version for Windows. It's my development environment. > >=20 > > D. > >=20 > > -----Message d'origine----- > > De=A0: Frank M. Kromann [mailto:fr...@kr...]=20 > > Envoy=E9=A0: mercredi 4 avril 2007 00:48 > > =C0=A0: DepotNet > > Cc=A0: min...@li...; min...@li... > > Objet=A0: Re: [Ming-dev] How to compile Ming on Windows ? > >=20 > > You need bison and flex installed on your system (it's part of CygWin). > >=20 > > The Ming sources include project files to compile with Visual = Studio. > >=20 > > If you just want the latest version you can donload it from my site at > > http://kromann.info/php.php. The site is not currently updated, but = I can > > do that when I get home tonight. > >=20 > > - Frank > >=20 > > > Hi ! > > >=20 > > > I wish to test ming 0.4.beta.4 on my windows environment = (Actually > > > PHP 5.2.1 / Ming 0.3.beta.1) > > > I don't know how to compile it with VS.NET nor MinGW. > > >=20 > > > Can someone write a tutorial for newbie to compile successfully Ming > > > on Windows ? > > >=20 > > > Thanks > > >=20 > > > D. > > >=20 > > >=20 > > > > > -------------------------------------------------------------------------= > > > Take Surveys. Earn Cash. Influence the Future of IT > > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > your > > > opinions on IT & business topics through brief surveys-and earn cash > > > > > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > > > _______________________________________________ > > > Ming-devr mailing list > > > Min...@li... > > > https://lists.sourceforge.net/lists/listinfo/ming-devr > > >=20 > >=20 > >=20 > >=20 > > |
|
From: strk <st...@ke...> - 2007-04-04 06:57:23
|
On Tue, Apr 03, 2007 at 07:43:15PM +0200, Albrecht Kleine wrote: > Hi folks, > > in current CVS the AS code "trace(e);" > is compiled to: > > SWFACTION_PUSH > [000] Double: 0 > SWFACTION_TRACE > SWFACTION_END > > > I'd rather expect something like this: > > SWFACTION_CONSTANTPOOL > [000] d > SWFACTION_PUSH > [000] Constant: 0 "e" > SWFACTION_GETVARIABLE > SWFACTION_TRACE > SWFACTION_END > > > Perhaps 'e' is a misleaded interpretation of e like a numerical EXPONENT? Works fine here. What about adding a testcase under test/actionscript ? --strk; |
|
From: Frank M. K. <fr...@kr...> - 2007-04-03 23:44:49
|
Hello, I think you need a libungif.dll file as well. I'm heading home now and will make sure this is uploaded to the additional files section. - Frank > Hi Frank ! > > I know your site (very usefull !!!) and downloaded the last php_ming version > for PHP 5.2.x, but as I copy it into the php/ext directory and restart > Apache, I got an error message in logs files saying that it can't load > php_ming.dll (not found !!!) > I successfully compile Ming 0.4 beta 4 on my Linux Server but now I wish to > the same version for Windows. It's my development environment. > > D. > > -----Message d'origine----- > De : Frank M. Kromann [mailto:fr...@kr...] > Envoyé : mercredi 4 avril 2007 00:48 > À : DepotNet > Cc : min...@li...; min...@li... > Objet : Re: [Ming-dev] How to compile Ming on Windows ? > > You need bison and flex installed on your system (it's part of CygWin). > > The Ming sources include project files to compile with Visual Studio. > > If you just want the latest version you can donload it from my site at > http://kromann.info/php.php. The site is not currently updated, but I can > do that when I get home tonight. > > - Frank > > > Hi ! > > > > I wish to test ming 0.4.beta.4 on my windows environment (Actually > > PHP 5.2.1 / Ming 0.3.beta.1) > > I don't know how to compile it with VS.NET nor MinGW. > > > > Can someone write a tutorial for newbie to compile successfully Ming > > on Windows ? > > > > Thanks > > > > D. > > > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > > opinions on IT & business topics through brief surveys-and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Ming-devr mailing list > > Min...@li... > > https://lists.sourceforge.net/lists/listinfo/ming-devr > > > > > > |
|
From: DepotNet <dep...@fr...> - 2007-04-03 23:37:39
|
Hi Frank ! I know your site (very usefull !!!) and downloaded the last php_ming = version for PHP 5.2.x, but as I copy it into the php/ext directory and restart Apache, I got an error message in logs files saying that it can't load php_ming.dll (not found !!!) I successfully compile Ming 0.4 beta 4 on my Linux Server but now I wish = to the same version for Windows. It's my development environment. D. -----Message d'origine----- De=A0: Frank M. Kromann [mailto:fr...@kr...]=20 Envoy=E9=A0: mercredi 4 avril 2007 00:48 =C0=A0: DepotNet Cc=A0: min...@li...; min...@li... Objet=A0: Re: [Ming-dev] How to compile Ming on Windows ? You need bison and flex installed on your system (it's part of CygWin). The Ming sources include project files to compile with Visual Studio. If you just want the latest version you can donload it from my site at http://kromann.info/php.php. The site is not currently updated, but I = can do that when I get home tonight. - Frank > Hi ! >=20 > I wish to test ming 0.4.beta.4 on my windows environment (Actually > PHP 5.2.1 / Ming 0.3.beta.1) > I don't know how to compile it with VS.NET nor MinGW. >=20 > Can someone write a tutorial for newbie to compile successfully Ming > on Windows ? >=20 > Thanks >=20 > D. >=20 >=20 > -------------------------------------------------------------------------= > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to = share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ > Ming-devr mailing list > Min...@li... > https://lists.sourceforge.net/lists/listinfo/ming-devr >=20 |
|
From: Frank M. K. <fr...@kr...> - 2007-04-03 22:48:12
|
You need bison and flex installed on your system (it's part of CygWin). The Ming sources include project files to compile with Visual Studio. If you just want the latest version you can donload it from my site at http://kromann.info/php.php. The site is not currently updated, but I can do that when I get home tonight. - Frank > Hi ! > > I wish to test ming 0.4.beta.4 on my windows environment (Actually > PHP 5.2.1 / Ming 0.3.beta.1) > I don't know how to compile it with VS.NET nor MinGW. > > Can someone write a tutorial for newbie to compile successfully Ming > on Windows ? > > Thanks > > D. > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Ming-devr mailing list > Min...@li... > https://lists.sourceforge.net/lists/listinfo/ming-devr > |
|
From: Albrecht K. <kl...@ak...> - 2007-04-03 17:43:44
|
Hi folks,
in current CVS the AS code "trace(e);"
is compiled to:
SWFACTION_PUSH
[000] Double: 0
SWFACTION_TRACE
SWFACTION_END
I'd rather expect something like this:
SWFACTION_CONSTANTPOOL
[000] d
SWFACTION_PUSH
[000] Constant: 0 "e"
SWFACTION_GETVARIABLE
SWFACTION_TRACE
SWFACTION_END
Perhaps 'e' is a misleaded interpretation of e like a numerical EXPONENT?
Bye,
Albrecht
|
|
From: DepotNet <dep...@fr...> - 2007-04-03 17:38:44
|
Hi ! I wish to test ming 0.4.beta.4 on my windows environment (Actually PHP 5.2.1 / Ming 0.3.beta.1) I don't know how to compile it with VS.NET nor MinGW. Can someone write a tutorial for newbie to compile successfully Ming on Windows ? Thanks D. |