-
you can use it with Flash 4, 5 or MX. In the last case you'll need to use Jgenerator components instead of Jgenerator objects.
2004-02-04 20:53:16 UTC in The JGenerator
-
check this out http://www.flashgap.com/documentation.html#1
basically if you have jgenerator installed and suppose you have someimage.jpg somewhere in the directory accesible by jgenerator then if you invoke url someimage.jpg.swt jgenerator will intercept it, convert to .swf and return with right mime type set.
2004-01-30 00:17:43 UTC in The JGenerator
-
Logged In: YES
user_id=135174
it's a problem of installanywhere and it's fixed in the next
version of the installer. workaround on how to install it on
XP is provided on download page.
2003-10-24 23:53:50 UTC in The JGenerator
-
bounds do not clip neither shapes nor text, you need to use clip layer for that, that is create some shape which you want to use for clipping and then add it to the same frame where you placed your text/shape to be clipped and then set its clip layer field. for example if you placed your text/shape at layer 5, then place your clipping shape on layer 4 and set clip layer on it to 5.
2003-09-30 13:40:08 UTC in The JGenerator
-
skavish committed patchset 427 of module jgen to the The JGenerator CVS repository, changing 1 files.
2003-06-03 15:07:00 UTC in The JGenerator
-
skavish committed patchset 426 of module jgen to the The JGenerator CVS repository, changing 5 files.
2003-06-03 14:28:33 UTC in The JGenerator
-
btw if you want to change default settings just call corresponding setters on FlashFile, i.e. to set new width call FlashFile.setWidth() method.
2003-05-23 03:27:34 UTC in The JGenerator
-
default settings are: 540x400, framerate 12, version 5
but I believe the problem is that you draw your lines as if they were pixels, but in fact they are twixels! flash operates its own coordinate system which basically has 20 so called twixels for every screen pixel. in practical terms it means that when you need to draw a line say from (10, 10) to (100, 200) pixels you will need to specify...
2003-05-23 03:26:08 UTC in The JGenerator
-
skavish committed patchset 425 of module jgen to the The JGenerator CVS repository, changing 7 files.
2003-05-21 14:13:37 UTC in The JGenerator
-
skavish committed patchset 424 of module jgen to the The JGenerator CVS repository, changing 4 files.
2003-05-16 16:04:59 UTC in The JGenerator