A Flash Developer Resource Site

Page 1 of 2 12 LastLast
Results 1 to 20 of 25

Thread: ActionScript

  1. #1
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789

    ActionScript

    Code:
    makeOpenTag("
    code:
    ");
    makeCloseTag("

    "); downloadUpdatedASObjects("http://gsolo.com/temp/flashkit/ash_as.php"); displayInstallInstructions("http://www.wawawoom.com/open_source/...index.php?op=7"); test = function() { return "
    code:
    _flash[\"string\"] = \"This is a test\";

    " } trace(test); trace("Thank you");

  2. #2
    Civilian
    Join Date
    Jan 2002
    Location
    In the clouds
    Posts
    3,210
    PHP

    Code:
    if( !makeSense( $gSOLO_01 ) )
    {
        echo 'http://flashkit.com/board/showthread.php?goto=nextnewest';
    }

  3. #3
    Civilian
    Join Date
    Jan 2002
    Location
    In the clouds
    Posts
    3,210
    OOOOOOOOOOOOOHHHHHH!!!!

    Gotcha.

    Soon.

  4. #4
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789
    :P Thanks mate...

  5. #5
    Civilian
    Join Date
    Jan 2002
    Location
    In the clouds
    Posts
    3,210
    code:

    makeOpenTag("ActionScript:");
    makeCloseTag("");
    downloadUpdatedASObjects("http://gsolo.com/temp/flashkit/ash_as.php");
    displayInstallInstructions("http://www.wawawoom.com/open_source.../index.php?op=7");
    test = function() {
    return "ActionScript:_flash[\"string\"] = \"This is a test\";"
    }
    trace(test);
    trace("Thank you");



    I see I write much cleaner AS than you do, g

  6. #6
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789

  7. #7
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789
    A couple of things are missing; you probably weren't able to download my updated version of ash_as.php because I saved it as .php on my server. Here it is zipped...

    http://gsolo.com/temp/flashkit/ash_as.zip

    Thanks again...
    Attached Files Attached Files

  8. #8
    more cowbell DigitalOne's Avatar
    Join Date
    Sep 2000
    Location
    Boston, MA
    Posts
    591
    *Looks around, brain explodes*

  9. #9
    Civilian
    Join Date
    Jan 2002
    Location
    In the clouds
    Posts
    3,210
    *rushes to try and duct tape Digital's head back together*

    Thanks g. Can you give me a hand with Digital?



    Oh, and g, can you tell me what's missing (in the code, not Digital's head). I got everything straight from their howto.

  10. #10
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789
    Originally posted by jstarkey
    *Thanks g. Can you give me a hand with Digital?

    Oh, and g, can you tell me what's missing (in the code, not Digital's head). I got everything straight from their howto.
    I know a little bit of magic. Everything should be put together in a couple of seconds....

    All you have to do is replace the ash_as.php with the one I attached here... Should do the trick.
    Attached Files Attached Files

  11. #11
    Senior Member
    Join Date
    Sep 2001
    Location
    Top Shelf
    Posts
    757
    slightly related question..

    ive just picked up the normal version of this (not the extension for the board) and its giving tonnes of run-time warnings (non-fatal errors), most of them being "..Uninitialized string offset..".

    i know i can turn them off (as it seems to working, ie its parsing the AS and printing it), but is this normal?? im using win9x

    ???
    thanks

  12. #12
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    It doesn't seem to like comments after opening braces,

    code:

    function sayBleh() { // a function to say bleh
    trace("bleh!");
    if (something == somethingElse) { // and something with more nesting
    trace("bleh! again");
    }
    }



    compared with,

    code:

    function sayBleh() {
    trace("bleh!");
    if (something == somethingElse) {
    trace("bleh! again");
    }
    }


  13. #13
    Civilian
    Join Date
    Jan 2002
    Location
    In the clouds
    Posts
    3,210
    catbert, it looks fine to me. The second one doesn't have the comments - and using the power invested in me, I clicked edit and your post doesn't have the comments in the second one. Can you post a screenshot of what's wrong? Which browser?

  14. #14
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    ooh, it's seems fixed now when I first posted the example with comments wouldn't indent the line below the one with a comment on.

  15. #15
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    ah, I wasn't just imagining it, it doesn't indent in opera (version 7 for windows)

    screenshot attached
    Attached Images Attached Images

  16. #16
    Child Prodigy Fat_N_Furry's Avatar
    Join Date
    Oct 2002
    Posts
    551
    Originally posted by jstarkey
    PHP

    Code:
    if( !makeSense( $gSOLO_01 ) )
    {
        echo 'http://flashkit.com/board/showthread.php?goto=nextnewest';
    }
    ROFLMAO
    Code:
      hobby = webDesign; waitYears(3);
      job = webDesign; this.love(job);

  17. #17
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789
    test:
    code:
    XML
    attributes
    SharedObject
    LocalConnection
    nextChild
    childNodes
    getLocal
    System.Product();
    Download

    did you replace ash_as.php with the one I attached?

  18. #18
    Civilian
    Join Date
    Jan 2002
    Location
    In the clouds
    Posts
    3,210
    Not yet, what's slowing me down is reviewing the code. I can't just add someone else's code to the board without checking it - especially with you being l337 and all . I'll try to do it by tomorrow night.

  19. #19
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789
    darn. now your going to remove the script that allows me to see everyones passwords and grants me access to the 'mod forums'.


  20. #20
    Under the influence bvgroote's Avatar
    Join Date
    Nov 2000
    Location
    Perth, Australia
    Posts
    1,408
    what may I ask, is the purpose of this thread? o.o

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