[Swftools-common] as3compile examples

2010-01-07 Thread jean-michel.voicechat_fan
thanks to ricardo i have created a new folder for as3 examples on my site it will be called as3compile i put the example sent by ricardo a little bit modified http://jeanmichel.gens.free.fr/as3compile

[Swftools-common] how to import other classes in swfc or as3compile

2010-01-06 Thread jean-michel.voicechat_fan
is it possible to import .as file in swfc or as3compile sources with import statement ? thanks by advance

Re: [Swftools-common] small improvment required

2010-01-06 Thread jean-michel.voicechat_fan
used ZX81 with 1Ko of RAM to begin to code Matthias Kramm a écrit : On Fri, Jan 01, 2010 at 04:24:53PM +0100, jean-michel.voicechat_fan jeanmichel.g...@free.fr wrote: swfextract -j 1 dummy.swf -o pic1.jpg swfextract -j 2 dummy.swf -o pic2.jpg swfextract -j 3 dummy.swf -o pic3.jpg

Re: [Swftools-common] startDrag with limits

2010-01-02 Thread jean-michel.voicechat_fan
); to, evt.target.startDrag(false,rect); and all will be fine! Résultat ! :o) Salut, Chris. 2010/1/2 jean-michel.voicechat_fan jeanmichel.g...@free.fr: i want to add a precision to my last post on startDrag the second param of startDrag is not a sprite but a rectangle . flash.geom.Rectangle

Re: [Swftools-common] small improvment required

2010-01-01 Thread jean-michel.voicechat_fan
-j 3 dummy.swf -o pic3.jpg instead of swfextract -j 1 dummy.swf swfextract -j 2 dummy.swf swfextract -j 3 dummy.swf it does not matter in fact Matthias Kramm a écrit : On Thu, Dec 17, 2009 at 10:41:28AM +0100, jean-michel.voicechat_fan jeanmichel.g...@free.fr wrote: i suggested you a very

Re: [Swftools-common] hello possible bug in startDrag AS3

2010-01-01 Thread jean-michel.voicechat_fan
http://jeanmichel.gens.free.fr/dragtest3.swf http://jeanmichel.gens.free.fr/dragtest3.sc the blue circle is not movable may be it is a bug in linux flashplayer AS3 mode somebody can test on windows ? Matthias Kramm a écrit : On Tue, Dec 22, 2009 at 08:27:30AM +0100, jean

Re: [Swftools-common] hello possible bug in startDrag AS3

2010-01-01 Thread jean-michel.voicechat_fan
://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/Sprite.html#startDrag%28%29 Hence what you'v written will not work, no matter which Flash Payer version you use. hth. Salut, Chris. 2010/1/1 jean-michel.voicechat_fan jeanmichel.g...@free.fr: http://jeanmichel.gens.free.fr

[Swftools-common] startDrag with limits

2010-01-01 Thread jean-michel.voicechat_fan
i want to add a precision to my last post on startDrag the second param of startDrag is not a sprite but a rectangle . flash.geom.Rectangle that does not work with a sprite http://jeanmichel.gens.free.fr/swfc/dragtest3.sc

Re: [Swftools-common] Cpmpliments of the season to all..

2009-12-25 Thread jean-michel.voicechat_fan
Merry christmas to the whole list and a special one for the people who help me Chris Pugh a écrit : http://www.worldofchristmas.net/merry-christmas.html http://www.thenoses.com/ ... whereever you may be. ;o) Cheers, Chris.

[Swftools-common] hello possible bug in startDrag AS3

2009-12-21 Thread jean-michel.voicechat_fan
Hello I think startDrag does not work correctly in case of limits in AS3 may be i am wrong or I misunderstood the behaviour someone can confirm . it works correctly in AS2 regards jean-michel

Re: [Swftools-common] masking effect in swfc

2009-12-15 Thread jean-michel.voicechat_fan
hello the first example does not compile anymore Chris Pugh a écrit : 2009/12/14 sanu sanu fanz...@gmail.com: Hi I am new member of ur group Currently i m working ina ppt to swf converter using action script via swfc. Pls send codes to create wipe and masking effect using action script

[Swftools-common] small improvement required in swfextract

2009-12-07 Thread jean-michel.voicechat_fan
hello matthias i suggested you a very small simple change which can be usefull in swfextract.c line 9 in function handlejpeg replace filename =output.jpg ; by filename =name ; like that each jpeg file will be named differently picXX.jpg same in line 85 in function handlelossless (

[Swftools-common] animated documentation now in french

2009-12-01 Thread jean-michel.voicechat_fan
http://jeanmichel.gens.free.fr/animation.php follow my first post title=animated documentation ok it can better some part does not work ... i will update the english one rather old now i you improve it please send me a link thanks for chris you see i am not always trying to make

Re: [Swftools-common] an ActionScript question

2009-11-29 Thread jean-michel.voicechat_fan
still not that i want you give me back one of my source are you trying to make a fool of me ? :) 2009/11/28 jean-michel.voicechat_fan jeanmichel.g...@free.fr: still not that i want to do i am able to declare now global variable and global function but that global function cannot access

Re: [Swftools-common] png2swf Security.allowDomain

2009-11-25 Thread jean-michel.voicechat_fan
hello again a good answer from el fabuloso ricardo :) but i dont see what is the relation between a .png and security Ricardo Pedroso a écrit : On Thu, Nov 19, 2009 at 8:35 PM, Adam Perry a...@connect-group.com wrote: Hi Matthias Thank you for your reply! I did try using swfc but for

Re: [Swftools-common] an ActionScript question

2009-11-25 Thread jean-michel.voicechat_fan
function i have put the lines outside the class the compilation is ok but the trace function does not show anything see the old link Ricardo Pedroso a écrit : On Tue, Nov 24, 2009 at 1:48 PM, jean-michel.voicechat_fan jeanmichel.g...@free.fr wrote: it must a stupid question but i don t know

[Swftools-common] an ActionScript question

2009-11-24 Thread jean-michel.voicechat_fan
it must a stupid question but i don t know the answer in a module with two classes as shown in this link http://jeanmichel.gens.free.fr/swfc/twoclass.sc how to use a global variable defined in the main class ( or root ) from the second class attachment: jeanmichel_gens.vcf

Re: [Swftools-common] image transitions

2009-11-11 Thread jean-michel.voicechat_fan
deadBird a écrit : Howdy all! How do you get swf tools to get the image to fall into the screen, bounce and fall into place like in the demo? Thanks! -dan with a .move instruction you can move any object i have you my last post attachment: jeanmichel_gens.vcf

[Swftools-common] i really fill alone in this list

2009-11-11 Thread jean-michel.voicechat_fan
it feel alone to use swfc because because i have no comments on my posts talking about swfc it seems that all people only use pdf2swf :) attachment: jeanmichel_gens.vcf

[Swftools-common] animated documentation can help beginners

2009-11-09 Thread jean-michel.voicechat_fan
in order to make swfc more fan i post again ( specification file has no reply) i have found a file called specification.txt i dont remember where swftools.org or technoargia.free.fr i have modified it in order to compile in a .sc and after in to order to comment the animation comments help to

Re: [Swftools-common] animated documentation can help beginners

2009-11-09 Thread jean-michel.voicechat_fan
i have aded the same translated in french specif.fr.swf jean-michel.voicechat_fan a écrit : in order to make swfc more fan i post again ( specification file has no reply) i have found a file called specification.txt i dont remember where swftools.org or technoargia.free.fr i have modified

[Swftools-common] specifications file

2009-11-08 Thread jean-michel.voicechat_fan
i have found on the swftools site a file called specifications holding most of the statements know in swfc i have tried to compile it it was not possible after some modifications it give that http://jeanmichel.gens.free.fr/swfc/spec.swf see modified source

Re: [Swftools-common] triggering a conditional

2009-11-07 Thread jean-michel.voicechat_fan
maybe .on_press:--- fscr_button._visible = 0; fs_button._visible = 1;--- show_dlbar = 1; .end attachment: jeanmichel_gens.vcf

[Swftools-common] scrollbar how to improve ?

2009-11-03 Thread jean-michel.voicechat_fan
i have a example for a scrollbar but i am not able to improve it when the edit zone grows may be some one may help it is an AS2 example my FMS chat is on going i am working on video adds now but it is difficult for me ... i am more PHP javascript attachment: jeanmichel_gens.vcf

Re: [Swftools-common] scrollbar how to improve ?

2009-11-03 Thread jean-michel.voicechat_fan
sorry forgot link http://jeanmichel.gens.free.fr/scrollbar.sc jean-michel.voicechat_fan a écrit : i have a example for a scrollbar but i am not able to improve it when the edit zone grows may be some one may help it is an AS2 example my FMS chat is on going i am working on video adds now

Re: [Swftools-common] simple video recorder bug

2009-10-31 Thread jean-michel.voicechat_fan
ok the problem is FOUND i have been in the code of lib/builtin.c i was using a netstream.attachvideo(camera) while in pure AS3 class it is netStream.attachCamera(camera) stupid idea to change from AS3 designer jean-michel.voicechat_fan a écrit : hello i am trying to do a simple video

[Swftools-common] simple video recorder bug

2009-10-30 Thread jean-michel.voicechat_fan
hello i am trying to do a simple video recorder ( with a FMS server ) you can see the code http://jeanmichel.gens.free.fr/swfc/recorder.sc the camera appears on the screen but the nso.attachvideo (camera) seems not working i know it because a trace function does not operate after not working

Re: [Swftools-common] how to use .onpress function nested in a .button object in AS3

2009-10-29 Thread jean-michel.voicechat_fan
direction: http://edutechwiki.unige.ch/en/AS3_example_Button HTH. Regards, Chris. 2009/10/28 jean-michel.voicechat_fan jeanmichel.g...@free.fr: maybe it is impossible ? attachment: jeanmichel_gens.vcf

Re: [Swftools-common] how to use .onpress function nested in a .button object in AS3

2009-10-29 Thread jean-michel.voicechat_fan
a piece of code is better than 1000 words http://jeanmichel.gens.free.fr/swfc/t1.sc the button defined outside of action: section is known by AS3 action: as a SimpleButton object do you have some mixed AS2 -AS3 example source ? but it seems difficult to use or to see any property of this

Re: [Swftools-common] change hieght or width of swf ..

2009-10-28 Thread jean-michel.voicechat_fan
i think it is in .flash line Aparna More a écrit : Hi , Is there any way to change hieght and/or width of swf ? Thanks in advance Regards Aprna More attachment: jeanmichel_gens.vcf

[Swftools-common] how to use .onpress function nested in a .button object in AS3

2009-10-28 Thread jean-michel.voicechat_fan
maybe it is impossible ? attachment: jeanmichel_gens.vcf

Re: [Swftools-common] AS3 bytecode and IE

2009-10-22 Thread jean-michel.voicechat_fan
my FP version was 10,... and now my AS3 flash generated by swfc works nice news I hope that information will help Ricardo Pedroso a écrit : On Wed, Oct 21, 2009 at 7:59 PM, jean-michel.voicechat_fan jeanmichel.g...@free.fr wrote: Matthias Kramm a écrit : On Wed, Oct 21, 2009 at 01:04

[Swftools-common] AS3 bytecode and IE

2009-10-21 Thread jean-michel.voicechat_fan
Hello my generated code with swfc or haxe does not work on Internet Explorer I use firefox of course but lot a people ( unfortunately ) use IE it happens with the tag DOABC any idea to repair it attachment: jeanmichel_gens.vcf

Re: [Swftools-common] Really basic AS3 question

2009-10-21 Thread jean-michel.voicechat_fan
*From:* jean-michel.voicechat_fan jeanmichel.g...@free.fr *To:* Ricardo Pedroso rmdpedr...@gmail.com *Cc:* swftools-common swftools-common@nongnu.org *Sent:* Monday, 19 October, 2009 21:34:52 *Subject:* Re: [Swftools-common] Really basic AS3

Re: [Swftools-common] AS3 bytecode and IE

2009-10-21 Thread jean-michel.voicechat_fan
Matthias Kramm a écrit : On Wed, Oct 21, 2009 at 01:04:43PM +0200, jean-michel.voicechat_fan jeanmichel.g...@free.fr wrote: Hello my generated code with swfc or haxe does not work on Internet Explorer I very much doubt that Haxe doesn't work on Internet Explorer in general, so my

[Swftools-common] AS3 URL request example

2009-10-20 Thread jean-michel.voicechat_fan
my first AS3 code you can put it in the examples in swftools site if you want http://jeanmichel.gens.free.fr/swfc/url_request.sc thank again ricardo and matthias attachment: jeanmichel_gens.vcf

Re: [Swftools-common] Really basic AS3 question .....

2009-10-19 Thread jean-michel.voicechat_fan
jean-michel.voicechat_fan a écrit : hello matthias i have tried to put a class syntax on the top of .action: statement but i have a syntax error i have just wrapped a small piece of working code the syntax error pointer points on the class name it seems like class statement is not taken

[Swftools-common] AS3 class usage

2009-10-19 Thread jean-michel.voicechat_fan
hello i have add a reply to really basic AS3 question ( it was in fact a question) in this post matthias has explained that it will be possible to put some class definition in a sc file but i have tried to put a class definition without success into a .action: section always a syntax error on

Re: [Swftools-common] Really basic AS3 question

2009-10-19 Thread jean-michel.voicechat_fan
ricardo you are a king thanks a lot package was the key to open the treasure cave that makes swfc a very great tool now Ricardo Pedroso a écrit : On Sat, Oct 17, 2009 at 9:08 AM, jean-michel.voicechat_fan jeanmichel.g...@free.fr wrote: hello matthias i have tried to put a class syntax

Re: [Swftools-common] AS3 class usage

2009-10-19 Thread jean-michel.voicechat_fan
ok this question is solved by the example of ricardo it will be nice that this example will appear on swftools site that will help a lot of people wishing to use AS3 if ricardo don t mind of course Matthias Kramm a écrit : On Mon, Oct 19, 2009 at 09:50:03AM +0200, jean-michel.voicechat_fan

Re: [Swftools-common] Really basic AS3 question

2009-10-17 Thread jean-michel.voicechat_fan
hello matthias i have tried to put a class syntax on the top of .action: statement but i have a syntax error i have just wrapped a small piece of working code the syntax error pointer points on the class name it seems like class statement is not taken into account is something missing ?

Re: [Swftools-common] syntaxe palliative

2009-10-16 Thread jean-michel.voicechat_fan
Thanks you richard for your answer it works without quotes it works also without quotes when the values are strings or value type={a:one,b:two }; val={a:1,b:0}; Richard Humphreys a écrit : Have you tried without the quotes? i.e: var