|
From: strk <st...@ke...> - 2004-04-28 07:35:58
|
On Wed, Apr 28, 2004 at 02:20:17AM +0200, Roberto Saccon wrote: > Hi all > What is better to draw la lot of vectors (for converting an image from > a other vectorformat to swf) > > the ming funtions or actionscript embedded actions in ming > > It is easy to imagine that ming directly takes much less space, but is > there any advantage of the actionscript variant ? The actionscript variant allows you to send vector data in an 'abstract' format, and then use that format to do actual drawing on the client side. This allows you - for example - symbols definition via user interface ( how thick is that line, is it dashed ? What color is the fill, and what the outline ? ) ... --strk; > > reagards > Roberto > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Ming-devr mailing list > Min...@li... > https://lists.sourceforge.net/lists/listinfo/ming-devr |