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
(3) |
2
(2) |
3
|
4
|
|
5
(1) |
6
(3) |
7
(1) |
8
(1) |
9
(1) |
10
|
11
(1) |
|
12
(1) |
13
|
14
|
15
|
16
|
17
|
18
|
|
19
|
20
(1) |
21
(4) |
22
|
23
(1) |
24
|
25
(1) |
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
From: Klaus R. <kl...@ge...> - 2003-10-25 13:10:13
|
Hi,
i tried to compile a little script. i always get a parse error if i use
on( event )
on (press) {
do_some_stuff();
}
is this a bug ?
Klaus
|
|
From: Thierry K. <tk...@pr...> - 2003-10-23 19:59:35
|
Hello Klaus, This may sound like a stupid question but does your skipMP3 patch skip x seconds without loading them (direct access) or does it "load them without actually playing them". In other words, if you have a file that is one hour long and bitrate = your internet connexion rate, would it take one hour to skip ? or just a few seconds ? Rgds Thierry |
|
From: <ham...@t-...> - 2003-10-21 13:09:33
|
Hi Klaus, sounds like a good idea. I will try to integrate it into the cvs one of these days. One thing I do not completely agree with - shouldn't the skip time be settible by a float to support fractional seconds. For language bindings: we already have that nice php interface $frames = $movie->streamMP3() In case you are using php, would you agree that this function should just take an optional skip parameter? Wolfgang |
|
From: <ham...@t-...> - 2003-10-21 12:40:47
|
Hi Axel, the fdb file is (with a change to the header) nothing else than a definefont2 block in swf. You might try to run a movie with an embedded font through swfparse (online at www.fontimages.org.uk) and see it broken up into details Wolfgang |
|
From: Klaus R. <kl...@ge...> - 2003-10-21 08:57:16
|
hi, this patch adds the SWFMovie_setSoundStreamAt(SWFMovie movie, SWFSoundStream sound, int skip) function to ming. now it is possible to skip x seconds of the mp3 stream. i needed it to split my movies to keep them small. all movies are playing the same MP3 file at different offsets. tell me if u like it cu klaus |
|
From: Axel H. <ax...@3d...> - 2003-10-21 08:04:39
|
Hi! Can anyone help me to understand the fdb format? I'd like to write a tool to change the charmap of fdbfonts and apply wordart effects to glyph shapes. Thanks, Axel |
|
From: Klaus R. <kl...@re...> - 2003-10-20 23:11:04
|
hi, this patch adds the SWFMovie_setSoundStreamAt(SWFMovie movie, SWFSoundStream sound, int skip) function to ming. now it is possible to skip x seconds of the mp3 stream. i needed it to split my movies to keep them small. all movies are playing the same MP3 file at different offsets. tell me if u like it cu klaus |
|
From: Axel H. <ax...@3d...> - 2003-10-12 19:30:29
|
Hi! Now we have a lot of fdb fonts but the encoding is not like german: The =E4=FC=F6 =DF and some more chars are not on their place and the EUR = in and some other chars which exist in an embedded fdb font textboxes crashes. So I 've some questions: Can anybody provide me an example of using the euro symbol in Textboxes with embedded fonts? The macromedia technote talks of including unicode char data in includes = - is this possible with ming? Does anybody know an free commandline/batch fonteditor 4 linux which helps me to change the encoding of many ttf fonts? Thanks, Axel |
|
From: Anews <anz...@vo...> - 2003-10-11 11:38:02
|
Hi! I'm new to this list... Great library, nice to have choice to make some things without cumbersome (IMHO) Flash interface. Well, anyway... I am using Ming version 0.2a, CVS 20010110 (Debian package) with PHP. I am trying to make some text slide from right to left. Text should be dynamic (like read via HTML parameters - "movie.swf?mytext=abc"). The problem is that setFont does not seem to work on SWFTextField, only on SWFText. Is that a bug, should I be using some newer version of Ming? Otherwise, how is development of Ming goning on? Can CVS version work with Flash 6? Thank you in advance, hope to hear from you soon... Anze |
|
From: gaz b <ga...@ya...> - 2003-10-09 10:51:46
|
see the link "slideshow" at: http://www16.brinkster.com/gazb/ming/ for a basic php example of grabbing all the jpg's in the current dir and embedding them in a swf. gazb > > --- Laurence Moroney <Lau...@re...> > wrote: > > I am new to Ming, and loving what I see. > > > > However, I just cannot fathom how to create an > > encapsulated slideshow in > > ming. > > > > I want to load 'x' number of jpgs from a > directory, > > and add them with, > > for example a 10 second lag between them creating > a > > simple slideshow. I > > don't want this to be a 'dynamic' run time thing a > > la generator, but > > simply an application (php would be nice) that I > can > > point to a > > directory, have it pull in all the JPGs from that > > directory and create a > > repeating flash slideshow that I can save out as a > > portable SWF from > > them. It doesn't sound difficult, but I just > cannot > > figure it out! Can > > anybody here help? > > > > > > Laurence Moroney __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
|
From: Brian G. <br...@gl...> - 2003-10-08 12:30:50
|
I happen to have written such a thing, but as a perl/CGI script. You can view an example at: http://www.ilovemychurch.org/FugeSlides.html The source can be viewed at (it will need some tweeking for your site): http://www.ilovemychurch.org/swf/slidesource.html It should be easily convertable to php. The red box at the top is actually a slider for delay. I never really finished it. The interface around it should be more intuitive. If you don't want it it is easy to take out. It would also be easy to use this as a swf file generator instead of a dynamic generator as I have used it. BTW, all the flash on this site is ming/perl generated. min...@li... wrote: >Send Ming-devr mailing list submissions to > min...@li... > >To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/ming-devr >or, via email, send a message with subject or body 'help' to > min...@li... > >You can reach the person managing the list at > min...@li... > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Ming-devr digest..." > > >Today's Topics: > > 1. RE: [spam] Welcome to the "Ming-devr" mailing list (Laurence Moroney) > >--__--__-- > >Message: 1 >Date: Tue, 07 Oct 2003 13:54:49 -0400 >From: Laurence Moroney <Lau...@re...> >To: min...@li... >Subject: [Ming-dev] RE: [spam] Welcome to the "Ming-devr" mailing list > >I am new to Ming, and loving what I see.=20 > >However, I just cannot fathom how to create an encapsulated slideshow in >ming. > >I want to load 'x' number of jpgs from a directory, and add them with, >for example a 10 second lag between them creating a simple slideshow. I >don't want this to be a 'dynamic' run time thing a la generator, but >simply an application (php would be nice) that I can point to a >directory, have it pull in all the JPGs from that directory and create a >repeating flash slideshow that I can save out as a portable SWF from >them. It doesn't sound difficult, but I just cannot figure it out! Can >anybody here help? > > >Laurence Moroney > >=20 > > > > >----------------------------------------------------------------- > Visit our Internet site at http://www.reuters.com > >Get closer to the financial markets with Reuters Messaging - for more >information and to register, visit http://www.reuters.com/messaging > >Any views expressed in this message are those of the individual >sender, except where the sender specifically states them to be >the views of Reuters Ltd. > > > > >--__--__-- > >_______________________________________________ >Ming-devr mailing list >Min...@li... >https://lists.sourceforge.net/lists/listinfo/ming-devr > > >End of Ming-devr Digest > > > -- www.glassbrian.com |
|
From: Laurence M. <Lau...@re...> - 2003-10-07 18:00:35
|
I am new to Ming, and loving what I see.=20
However, I just cannot fathom how to create an encapsulated slideshow in
ming.
I want to load 'x' number of jpgs from a directory, and add them with,
for example a 10 second lag between them creating a simple slideshow. I
don't want this to be a 'dynamic' run time thing a la generator, but
simply an application (php would be nice) that I can point to a
directory, have it pull in all the JPGs from that directory and create a
repeating flash slideshow that I can save out as a portable SWF from
them. It doesn't sound difficult, but I just cannot figure it out! Can
anybody here help?
Laurence Moroney
=20
-----------------------------------------------------------------
Visit our Internet site at http://www.reuters.com
Get closer to the financial markets with Reuters Messaging - for more
information and to register, visit http://www.reuters.com/messaging
Any views expressed in this message are those of the individual
sender, except where the sender specifically states them to be
the views of Reuters Ltd.
|
|
From: Fabiano W. d. S. <fa...@x3...> - 2003-10-06 13:06:03
|
Hi People, my last contribution... I wrote a program to convert a png file into a swf file (a movie with a Bitmap inside). I think that this small program could be added to the utils directory of ming. Thanks again... -- Fabiano Weimar dos Santos (Xiru) <fa...@x3...> X3ng Web Technology <http://www.x3ng.com.br> |
|
From: Fabiano W. d. S. <fa...@x3...> - 2003-10-06 13:05:27
|
Hi People, about 20 days ago, Wolfgang send a message about direct GIF and PNG support on SWFDBLBitmap (without external programs). I tested this feature and I´m sending a patch to correct litle mistakes on the "interface" implementation. To make the CVS integration easy, I join my previous path with this one :-) The diff files are for: mingpp.h src/blocks/pngdbl.c src/blocks/gifdbl.c Thanks. -- Fabiano Weimar dos Santos (Xiru) <fa...@x3...> X3ng Web Technology <http://www.x3ng.com.br> |
|
From: Fabiano W. d. S. <fa...@x3...> - 2003-10-06 13:05:19
|
Hi People, I´m sending a patch for mingpp.h. The patch corrects a wrong object cast from SWFSound to SWFSoundStream. I would like to see this patch integrated into CVS :-) Thanks -- Fabiano Weimar dos Santos (Xiru) <fa...@x3...> X3ng Web Technology <http://www.x3ng.com.br> |
|
From: Catherine L. <cat...@ya...> - 2003-10-05 18:27:08
|
Dear Wolfgang,
Hmmmmmmmmm..... I see.... so i think the problem is should be either on SWFTEXT or SWFFont or IE problem? I remember I did tried to output just line & Point for more that 64K file, and It still ok.
My question now is..... did you have the same problem as what I had define at the first place when you use Arial and remove the $move-->save() statement????
If yes, then it would be probably the font format problem???? or may be also because of the web broswer platform...what do you think? did you try display through IE?..... By the way, may I have the fdb file helvetica of you? may be I can try to replace as what you did and see if it works???
Again... many thanks for helping....
Thanks & Regards,
Cat
Wolfgang Hamann <ham...@t-...> wrote:
Hi Catherine,
I just replaced the arial by helvetica, removed $movie->save() and could view the generated
swf in netscape right away....
Wolfgang
---------------------------------
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search |
|
From: Major A <an...@us...> - 2003-10-02 13:41:05
|
With the update to the latest Debian "unstable" distribution a few
weeks ago, my PHP4 Ming module broke -- PHP now complains about an
undefined symbol php_file_le_socket() at runtime, but only if that
routine is actually called. (Therefore most of the Flash movies on my
website work, but some don't.)
The PHP4 module in CVS seems to be a bit cobbled together because it
uses a mixture of php and zend APIs -- is there a cleaner version out
there that works with an up-to-date PHP4?
BTW, my PHP4 is 4.3.2+rc3-6 from Debian unstable, the development
package (php4-dev) is 4.2.3-14.
Andras
===========================================================================
Major Andras
e-mail: an...@us...
www: http://andras.webhop.org/
===========================================================================
|
|
From: gaz b <ga...@ya...> - 2003-10-02 11:06:37
|
Hi Catherine, I tested it and the code you posted does compile using kromann's files. Do you have a code example that will not compile because you add the extra lines/text? gazb __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
|
From: Catherine L. <cat...@ya...> - 2003-10-01 19:54:19
|
Dear All,
Hmmm.... I had a thorough test with different senarios in my php, found that if I have swf files with many lines, polygons into shapes without any SWFText elem, it can go beyond than 64K However, once I have SWFText elem in php, I can only see the SWF file being display [$movie->output()] if the file size is <=64K, Meanwhile, I get a BLANK page if it goes beyond >64K [$movie->save("xxx.swf")].
Something is very weird, just now, I accidentally hit with this algorithm, and I got to see the file being display (included SWFTEXT elem with 80k file size), under condition if I save the file at least TWICE and then Display through IE:
...
$movie->save('c:\inetpub\wwwroot\webemap\swfoutput\Sample1.swf');
$movie->save('c:\inetpub\wwwroot\webemap\swfoutput\Sample1.swf');
header('Content-type: application/x-shockwave-flash');
$movie->output();
it won't work if I have it save to a file once, nor directly display thru IE, it must save to a file at least TWICE.... weird eh?
Is it possible the PROBLEM cause by following algo :
<?php
$movie = new SWFMovie();
$movie->setRate(12.000000);
$movie->setDimension(2880,1720);
$movie->setFrames(1);
$movie->setBackground(219,227,173);
$Sprite = new SWFSprite();
$s = new SWFShape();
$s->setLine( 14,251, 252, 253);
$s->movePenTo(-1154.3, -615.26);
$s->drawLineTo(-1064.33, -636.53);
$s->drawLineTo(-868.78, -660.37);
$s->drawLineTo(-658.92, -686.61);
$s->drawLineTo(-570.69, -708.07);
$s->drawLineTo(-267.83, -889.31);
$i = $Sprite->add($s);
$s = new SWFShape();
... /*repeat adding shape with lines into same sprite *?
$Sprite->nextFrame();
$clip = $movie->add($Sprite);
$clip->moveTo(1440,860);
$clip->setName('Road');
....
...
$f= new SWFFont("Arial.fdb");
$Sprite = new SWFSprite();
/*Repeat with this block with many text at different location and rotation into Sprite name TEXT*/$t = new SWFText();
$t->setFont($f);
$t->setHeight(20);
$t->setColor(0,0,0);
$i = $Sprite->add($t);
$str_text = "St. xxx";
$t->addString("$str_text");
$i->move(-737.32, 389.42);
$i->rotate(0);
$Sprite->nextFrame();
$clip = $movie->add($Sprite);
$clip->moveTo(1440,860);
$clip->setName('TEXT');
....
$movie->nextFrame(); /* (end of frame 0) */
$movie->save('c:\inetpub\wwwroot\webemap\swfoutput\Sample1.swf');
$movie->save('c:\inetpub\wwwroot\webemap\swfoutput\Sample1.swf');
header('Content-type: application/x-shockwave-flash');
$movie->output();
Finally, I don't think it cause by the ActionScript, as I didn't include any on my PHP, just play with Shapes, lines...and Text only.
Any Idea? Many Thanks.
Regards,
Catherine
Wolfgang Hamann <ham...@t-...> wrote:
Hi Catherine,
I am generating swf files much bigger than that (e.g. containing mp3 sounds)
What is is that exactly stops at a 64 k boundary - can you explain your way of generating
map more in detail?
The swf format itself restricts the size of some elements to 64 k, such as an individual
actionscript statement
Wolfgang
---------------------------------
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search |
|
From: Klaus R. <kl...@ge...> - 2003-10-01 10:04:06
|
Hi,
swf files bigger then 64k are usually no problem. look around in the net. but there is a restriction on the max. number of frames in a movie. i never found this documentated, but i figured out that frames > 16.000 won't be played.
to append a movie you can use actionscript (loadMovie).
a = compileSWFActionCode(" loadMovie (\"next.swf\", \"_root\");");
SWFMovie_add(m->mov,a);
just put this into the last frame.
i hope zhis helps
klaus
On Mon, Sep 29, 2003 at 08:39:53PM -0700, Catherine Lee wrote:
> Dear All,
> I am writting a program which will query from Oracle database base on the parsing min coordinate X,Y and max coordinate X, Y points, and automatically create a Map in SWF file through ming.
>
> Notices that, so far I can only manage to create maximum file 64k of SWF file, is this a limitation of Ming? Any alternative? Anyway I can APPEND to existing SWF file ? I have no idea how to proceed with my program..... Help help....
>
> Thanks & Regards
> Catherine Lee
>
>
> ---------------------------------
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
|
|
From: <ham...@t-...> - 2003-10-01 06:39:59
|
>> >> Dear All, >> I am writting a program which will query from Oracle database base on the parsing min coordinate X,Y and max coordinate X, Y points, and automatically create a Map in SWF file through ming. >> >> Notices that, so far I can only manage to create maximum file 64k of SWF file, is this a limitation of Ming? Any alternative? Anyway I can APPEND to existing SWF file ? I have no idea how to proceed with my program..... Help help.... >> >> Thanks & Regards >> Catherine Lee >> Hi Catherine, I am generating swf files much bigger than that (e.g. containing mp3 sounds) What is is that exactly stops at a 64 k boundary - can you explain your way of generating map more in detail? The swf format itself restricts the size of some elements to 64 k, such as an individual actionscript statement Wolfgang |