A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: ActionScript Source Publishing?

  1. #1
    Product Designer keyone.it's Avatar
    Join Date
    Aug 2001
    Location
    Rome, Italy.
    Posts
    1,625

    ActionScript Source Publishing?

    Is there any ready tools out there to publish my AS scripts and classes? Or do I have to build the code-coloring and library organizing features by myself?
    Altruism does not exist. Sustainability must be made profitable.

  2. #2
    foo to you foo2's Avatar
    Join Date
    Nov 2006
    Location
    Germany,Europe
    Posts
    180
    Did you mean an editor with code completion like www.flashdevelop.com ?
    Sorry for my bad english. Feel free to correct my mistakes

  3. #3
    Product Designer keyone.it's Avatar
    Join Date
    Aug 2001
    Location
    Rome, Italy.
    Posts
    1,625
    I think you have a bad link there.
    But no I'm not talking about an editor.

    I'm talking about a server-side script that color-enhances scripts, just like an editor.
    And maybe a full-featured library organizer, like those I've seen around some while ago on developers' sites.
    Altruism does not exist. Sustainability must be made profitable.

  4. #4
    foo to you foo2's Avatar
    Join Date
    Nov 2006
    Location
    Germany,Europe
    Posts
    180
    Quote Originally Posted by foo2
    Did you mean an editor with code completion like www.flashdevelop.com ?
    Sorry, www.flashdevelop.org.
    Sorry for my bad english. Feel free to correct my mistakes

  5. #5
    half as fun, double the price senocular's Avatar
    Join Date
    Feb 2002
    Location
    San Francisco, CA (USA)
    Posts
    4,358
    Quote Originally Posted by keyone.it
    I think you have a bad link there.
    But no I'm not talking about an editor.

    I'm talking about a server-side script that color-enhances scripts, just like an editor.
    And maybe a full-featured library organizer, like those I've seen around some while ago on developers' sites.
    If you have an example, that could help.

    There are a few server-side highlighters out there for color coding code that you can download and use for that... as for organizing, I'm not sure what you're looking for.

  6. #6
    Product Designer keyone.it's Avatar
    Join Date
    Aug 2001
    Location
    Rome, Italy.
    Posts
    1,625
    well, a bit like your own..

    but yet I am messing up things, there are actually two issues:

    1: a script organizer, like a library, just like your own, with color coding (the top would be a revisioning service with AS-specific color-coding, that is accessible via web browser.. but now I'm just day-dreaming);

    2: a wiki documentation, like the Adobe Live Docs, where I can build reference for my classes;


    I know that both things I can easily do by myself, the problem is that I do not have time to do so...


    Basically I'm doing my last few jobs and am going to leave an empty position in the firm for one or more Flash experts. I would like to make these few last projects easily accessible to whoever is going to replace me.
    Altruism does not exist. Sustainability must be made profitable.

  7. #7
    half as fun, double the price senocular's Avatar
    Join Date
    Feb 2002
    Location
    San Francisco, CA (USA)
    Posts
    4,358
    I built mine from scratch and it did take some time Its not the best, but you're welcome to have it if you'd like. The tool I use for documentation (ZenDoc) is also my own, but thats still being developed. I have a list of similar tools in the ZenDoc docs, though:
    http://www.zendoc.org/zendoc/html/help/#manual-related
    The one Adobe uses can be downloaded and used for your own classes as well - that might even be listed there. Last I remember it being on labs, but it might be in full release now

  8. #8
    Product Designer keyone.it's Avatar
    Join Date
    Aug 2001
    Location
    Rome, Italy.
    Posts
    1,625
    Yep, Adobe put it's own inside Flex.
    Have to figure how to use it.

    Thanks for it all dude.. that's great.

    Plus, I like your style.. I hate the newline bracket style...

    function foo():void {
    // code
    }

    v.s.

    function foo(): void
    {
    // code
    }
    Altruism does not exist. Sustainability must be made profitable.

  9. #9
    Product Designer keyone.it's Avatar
    Join Date
    Aug 2001
    Location
    Rome, Italy.
    Posts
    1,625
    By the way, I know it's an offtopic, but I know probably there is no answer:
    basically in a webcam app:
    Is there anyway AS3 can understand if it has access to the camera, other than the Camera.Unmuted status event?

    I am starting to dig into complex loops to try to understand if user is fiddling with the security panel rather than connecting directly to webcam..
    Altruism does not exist. Sustainability must be made profitable.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center