Re: [Flashcoders] ASDocDesktop - Easy documentation generation

2008-03-06 Thread Cédric Tabin
Hello, Thanks for your replies :) My goal wasn't to avoid the using of Eclipse or other tools to generate ASDoc, but just to provide an easy-way to do it :) Shang, I'll check your AIR appli asap ! Best regards, Cedric On Thu, Mar 6, 2008 at 11:59 AM, Muzak [EMAIL PROTECTED] wrote: If you have

Re: [Flashcoders] ASDocDesktop - Easy documentation generation

2008-03-06 Thread Muzak
If you have FlexBuilder/Eclipse - which you should ;-) - you can easily use ASDoc through the External Tools option. http://muzakdeezign.com/flex2/external_tools/external_tools_location.jpg http://muzakdeezign.com/flex2/external_tools/external_tools_config.jpg

Re: [Flashcoders] ASDocDesktop - Easy documentation generation

2008-03-06 Thread Shang
I don't really use Flex so it's a bit expensive to buy Flex Builder just to use asdoc and I think it's an insult to waste such a powerful software. On Thu, Mar 6, 2008 at 7:14 PM, Cédric Tabin [EMAIL PROTECTED] wrote: Hello, Thanks for your replies :) My goal wasn't to avoid the using of

Re: [Flashcoders] ASDocDesktop - Easy documentation generation

2008-03-06 Thread Shang
I did something to improve asdoc, too. :) It's in AIR. http://shang-liang.com/blog/dita-a-asdoc-gui/ On Wed, Mar 5, 2008 at 6:20 AM, Cédric Tabin [EMAIL PROTECTED] wrote: Hello guys, I just developed a little application to easly generate the AS documentation of a project. You can find it

Re: [Flashcoders] ASDocDesktop - Easy documentation generation

2008-03-06 Thread Muzak
Read again: FlexBuilder/Eclipse. Eclipse = open source. http://www.eclipse.org/ But if you're currently not using Eclipse for your Flash/Flex/whatever development, it's not really worth installing just for use with ASDoc. I'm sure there are people out there already using Eclipse/FlexBuilder

Re: [Flashcoders] ASDocDesktop - Easy documentation generation

2008-03-06 Thread Ivan Dembicki
Hello, Ihave bad english and I can write comments in Russian only and my code looks like this: http://bezier.googlecode.com/svn/trunk/bezier/src/flash/geom/Bezier.as I have a question: is anybody know asdoc tool supported possibilities: - user defined tags for example @language @translator etc

Re: [Flashcoders] ASDocDesktop - Easy documentation generation

2008-03-06 Thread Allandt Bik-Elliott (Receptacle)
is there a version of asdt that works with as3 yet? On 6 Mar 2008, at 12:37, Muzak wrote: Read again: FlexBuilder/Eclipse. Eclipse = open source. http://www.eclipse.org/ But if you're currently not using Eclipse for your Flash/Flex/ whatever development, it's not really worth installing

[Flashcoders] How to delegate function call in Boostyworthy AS2

2008-03-06 Thread Alistair Colling
Hiya, I'm sure you guessed from the title this query is specific to the Boostworthy AS2 animation system. I've been on with this for a little while, if someone could give me a quick heads-up that would be great. I want to call a function at a certain point in my virtual timeline, I'm

Re: [Flashcoders] ASDocDesktop - Easy documentation generation

2008-03-06 Thread Muzak
Not that I know of, but you might wanna check their new website: http://aseclipseplugin.sourceforge.net/wordpress/ regards, Muzak - Original Message - From: Allandt Bik-Elliott (Receptacle) [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, March

[Flashcoders] LoaderContext question

2008-03-06 Thread Dave Segal
I need to load an swf from one server that is a member of some class. For example: http://server1.mydomain.com/load_me.swf that uses the Document class com.mydomain.componet.LoadMe.as. I want to be able to load this swf from different server, say http://server2.mydomain.com/load_stuff.swf,

Re: [Flashcoders] LoaderContext question

2008-03-06 Thread Andrei Thomaz
what is the error? []'s andrei On Thu, Mar 6, 2008 at 8:41 PM, Dave Segal [EMAIL PROTECTED] wrote: I need to load an swf from one server that is a member of some class. For example: http://server1.mydomain.com/load_me.swf that uses the Document class com.mydomain.componet.LoadMe.as.

[Flashcoders] UILoader move not in control (Coordinate issue)

2008-03-06 Thread anuj sharma
Hi I am trying to move my UILoader across the screen but it is little bouncy. MY UILoader is in the sprite container and on the mouse down I use stop drag function where I am leaving my UILoader to mouseX and mouseY. But it is taking the top left corner of my rectangular shape UIloader as the

Re: [Flashcoders] LoaderContext question

2008-03-06 Thread EECOLOR
From the top of my head, I think it should be: var _lm:LoadMe = LoadMe(_ldr.content.getChildAt(0)); Greetz Erik On 3/7/08, Andrei Thomaz [EMAIL PROTECTED] wrote: what is the error? []'s andrei ___ Flashcoders mailing list