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
|
4
|
5
|
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
|
13
|
14
|
15
(1) |
16
|
17
(1) |
18
|
19
|
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
|
27
|
28
|
29
|
30
(2) |
31
(3) |
|
|
|
From: Sandro S. <st...@ke...> - 2011-03-31 19:31:34
|
On Thu, Mar 31, 2011 at 02:43:04PM -0600, Darien Alonso Camacho wrote:
> Can you point out where to start ??
src/actioncompiler/*.{flex,y}
There's a pair for up to SWF4 and another for SWF5 up.
You'll need another pair for SWF9/ABC, then some glue
to expose it on the upper levels.
Would be worth evaluating integration of an existing
flex/bison-based compiler part of SWFTools, GPLv2 licensed.
> I am working in something like a free and open source flash IDE (not a
> Macromedia/Adobe Flash clone) [1] and libming is the best I have found
> for this purpose, not sure about use haXe instead. Although I am already
> using mingpp nowadays I'm trying to find the best option, any idea will
> be welcome.
>
> [1] http://www.vcl.jovenclub.cu/prov/cazabe/
I think Ming was a good choice. Paired with Gnash is the most
viable solution for an IDE. You're not alone, btw,
check out http://wiki.gnashdev.org/Tools#IDEs, I've added
Cazabe there.
Note that Gnash doesn't support ABC code, so you'll need to improve
that side too for an integrated solution.
--strk;
What comes next is just spam, don't bother scrolling
|
|
From: Darien A. C. <dar...@vc...> - 2011-03-31 18:48:04
|
Am 30.03.2011 22:34, schrieb Sandro Santilli: > No plans. > Would be great if someone would want to step up and take it on. > Can you point out where to start ?? Some comments would be useful ;-) . I currently don't have the time but some people I know may be yes; not sure. Axel Huizinga wrote: > Maybe it makes sense to use haXe instead > I am working in something like a free and open source flash IDE (not a Macromedia/Adobe Flash clone) [1] and libming is the best I have found for this purpose, not sure about use haXe instead. Although I am already using mingpp nowadays I'm trying to find the best option, any idea will be welcome. [1] http://www.vcl.jovenclub.cu/prov/cazabe/ Regards. |
|
From: Axel H. <ax...@3d...> - 2011-03-31 00:02:34
|
Am 30.03.2011 22:34, schrieb Sandro Santilli: > On Wed, Mar 30, 2011 at 11:18:26AM -0600, Darien Alonso Camacho wrote: >> Hi all. >> I have been surfing the web for a while trying to find a reference about >> ming action script 3 support/plans/ideas but did not find anything as i >> am looking for. Any notice about this is very important to me. > No plans. > Would be great if someone would want to step up and take it on. > > --strk; > > What comes next is just spam, don't bother scrolling > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > Create and publish websites with WebMatrix > Use the most popular FREE web apps or write code yourself; > WebMatrix provides all the features you need to develop and > publish your website. http://p.sf.net/sfu/ms-webmatrix-sf > _______________________________________________ > Ming-devr mailing list > Min...@li... > https://lists.sourceforge.net/lists/listinfo/ming-devr > Maybe it makes sense to use haXe instead we can use it with ming creating the graphics but it is great for as3 Cordially, Axel |
|
From: Sandro S. <st...@ke...> - 2011-03-30 20:35:25
|
On Wed, Mar 30, 2011 at 11:18:26AM -0600, Darien Alonso Camacho wrote: > Hi all. > I have been surfing the web for a while trying to find a reference about > ming action script 3 support/plans/ideas but did not find anything as i > am looking for. Any notice about this is very important to me. No plans. Would be great if someone would want to step up and take it on. --strk; What comes next is just spam, don't bother scrolling |
|
From: Darien A. C. <dar...@vc...> - 2011-03-30 20:21:01
|
Hi all.
I have been surfing the web for a while trying to find a reference about
ming action script 3 support/plans/ideas but did not find anything as i
am looking for. Any notice about this is very important to me.
Regards.
- dac -
|
|
From: Sandro S. <st...@ke...> - 2011-03-17 23:04:23
|
I've been trying to make SWF to script conversions easier but got stuck on fonts. With current master, swfto<whatever> will pretend to find fonts named "font<FontId>.fdb", and makefdb will create "font<FontId>.fdb" files. All (theoretically) good, except that the fdb produced by makefdb seems to be not properly digested by the fdb parser: PHP Fatal error: SWFFont::__construct(): SWFFont_getShape: bad file format (was expecting fill0 = 0) This can be easily reproduced by running makefdb over any of the tests in tests/Font. Does anyone know more about what the problem could be ? --strk; What comes next is just spam, don't bother scrolling |
|
From: Sandro S. <st...@ke...> - 2011-03-15 15:02:09
|
Are python hackers still listening ?
I've been trying to figure _why_ SWFMovie.getRate returns None,
but had _no_ success.
Up to _wrap_SWFMovie_getRate the rate is extracted fine:
resultobj = SWIG_From_float((float)(result));
printf("WE ARE _STILL_ HERE, and returning %f\n", result);
return resultobj;
ie: I can see the correct value of 'result'.
But this python code prints None:
from ming import *
m = SWFMovie()
m.setRate(24.00)
print m.getRate()
Ideas ?
--strk;
What comes next is just spam, don't bother scrolling
|