Page 3 of 22 FirstFirst 12345678910111213 ... LastLast
Results 21 to 30 of 212

Thread: iRunner

  1. #21
    FLAC ppgt94's Avatar
    Join Date
    May 2001
    Location
    USA
    Posts
    1,352
    This looks very nice. Clean and sylish like OS X. I'm a big fan of the Aqua look. Can't wait for the release. Hopefully it will run fine on my PII 600.

  2. #22
    Raw Wave justintime's Avatar
    Join Date
    Apr 2005
    Posts
    2,705
    Dunno about the screenies, but that Mezzanine album is great.
    2002 Honda CR-V
    Carputer progress: 90% [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -]
    Spent so far: $1105.90


    Download the NEXUS Skin for Centrafuse
    ...or even Listen to my music

  3. #23
    Maximum Bitrate DiNASTY's Avatar
    Join Date
    Mar 2005
    Location
    Concord, California
    Posts
    598
    Hopefully it will run fine on my PII 600
    PII I doubt it..

    guino,
    The "|" are not a problem for the double commands because for every button press event in flash, I can send as many fscommands as I want. I narrowed the issue down to the commands that you can't split up into separate fscommands such as the MM hotkey ones. Also, I get the same problem with "\" slashes when doing LOAD commands from flash so I think I might take you up on your offer at least to find a solution to the problem.

  4. #24
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    So far I know that those characters offer issues: "!", "|" and "\", can you think/try any others so I can add support for them as well ? This also would help me define how to go around the issue.. if you add the debugmode=true to RR.INI you should be able to see what RR is receiving from flash when using those commands...
    Ride Runner RR's Myspace

    "Being happy is not about having what you want, it's about wanting what you have."
    "The best things in life are always free - but that doesn't mean money can't buy you good things."

  5. #25
    Maximum Bitrate DiNASTY's Avatar
    Join Date
    Mar 2005
    Location
    Concord, California
    Posts
    598
    The only important ones that I can think of are the ones you mentioned, however here is a list of fscommands with the corresponding RR debug in case you need any others.

    fscommand("/",""); ------ Executing: /
    fscommand("(",""); ------ Executing: (
    fscommand(")",""); ------ Executing: )
    fscommand("-",""); ------ Executing: -
    fscommand("_",""); ------ Executing: _
    fscommand("=",""); ------ Executing: =
    fscommand(";",""); ------ Executing: ;
    fscommand(":",""); ------ Executing: :
    fscommand("&",""); ------ Executing: &
    fscommand("#",""); ------ Executing: #
    fscommand("!",""); ------ Executing:
    fscommand("|",""); ------ Executing: %7c
    fscommand("||",""); ------ Executing: %7c%7c
    fscommand("?",""); ------ Executing: ?
    fscommand("*",""); ------ Executing: *
    fscommand("~",""); ------ Executing: ~
    fscommand("%",""); ------ Executing: %25
    fscommand("@",""); ------ Executing: @
    fscommand("+",""); ------ Executing: +
    fscommand(">",""); ------ Executing: %3e
    fscommand("[",""); ------ Executing: %5b
    fscommand("]",""); ------ Executing: %5d
    fscommand("{",""); ------ Executing: %7b
    fscommand("}",""); ------ Executing: %7d

    • fscommand("RUN;C:\Program Files\Road Runner\rrconfig.exe","");
      Executing: RUN;C:Program%20FilesRoad%20Runner%0drconfig.exe
      Shell: "C:Program%20FilesRoad%20Runner%0drconfig.exe"

    • fscommand("RUN;C:\Program Files\Road Runner\RRCONFIG.EXE","");
      Executing: RUN;C:Program%20FilesRoad%20RunnerRRCONFIG.EXE
      Shell: "C:Program%20FilesRoad%20RunnerRRCONFIG.EXE"

  6. #26
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    Quote Originally Posted by DiNASTY
    The only important ones that I can think of are the ones you mentioned, however here is a list of fscommands with the corresponding RR debug in case you need any others.

    fscommand("/",""); ------ Executing: /
    fscommand("(",""); ------ Executing: (
    fscommand(")",""); ------ Executing: )
    fscommand("-",""); ------ Executing: -
    fscommand("_",""); ------ Executing: _
    fscommand("=",""); ------ Executing: =
    fscommand(";",""); ------ Executing: ;
    fscommand(":",""); ------ Executing: :
    fscommand("&",""); ------ Executing: &
    fscommand("#",""); ------ Executing: #
    fscommand("!",""); ------ Executing:
    fscommand("|",""); ------ Executing: %7c
    fscommand("||",""); ------ Executing: %7c%7c
    fscommand("?",""); ------ Executing: ?
    fscommand("*",""); ------ Executing: *
    fscommand("~",""); ------ Executing: ~
    fscommand("%",""); ------ Executing: %25
    fscommand("@",""); ------ Executing: @
    fscommand("+",""); ------ Executing: +
    fscommand(">",""); ------ Executing: %3e
    fscommand("[",""); ------ Executing: %5b
    fscommand("]",""); ------ Executing: %5d
    fscommand("{",""); ------ Executing: %7b
    fscommand("}",""); ------ Executing: %7d

    • fscommand("RUN;C:\Program Files\Road Runner\rrconfig.exe","");
      Executing: RUN;C:Program%20FilesRoad%20Runner%0drconfig.exe
      Shell: "C:Program%20FilesRoad%20Runner%0drconfig.exe"

    • fscommand("RUN;C:\Program Files\Road Runner\RRCONFIG.EXE","");
      Executing: RUN;C:Program%20FilesRoad%20RunnerRRCONFIG.EXE
      Shell: "C:Program%20FilesRoad%20RunnerRRCONFIG.EXE"
    Cool man, thanks.. You have no idea how much time you saved me.. (I don't have FlashMX installed currently)... I'll make RR automatically interpret some of those codes ... but I would like you to try using "\!" instead of just "!" and "\\" instead of just "\" to see how they execute.. those two have to be done inside flash because I don't think RR receives anything for them... also, "\ " (backslach+space) may work in place of " " (space)...

    Try this for instance:
    fscommand("RUN;C:\\Program\ Files\\Road\ Runner\\RRCONFIG.EXE","");
    Ride Runner RR's Myspace

    "Being happy is not about having what you want, it's about wanting what you have."
    "The best things in life are always free - but that doesn't mean money can't buy you good things."

  7. #27
    Maximum Bitrate DiNASTY's Avatar
    Join Date
    Mar 2005
    Location
    Concord, California
    Posts
    598
    I don't think RR receives anything for them...
    Your right, It doesn't look like it read much of anything.

    fscommand("\!",""); ----- Executing:
    fscommand("\\",""); ----- Executing: %5c
    fscommand("\ ",""); ----- Executing:
    fscommand(" ",""); ----- Executing:
    fscommand("!SELECT+",""); ----- Executing: SELECT+
    fscommand("\!SELECT+",""); ----- Executing: SELECT+

    fscommand("RUN;C:\\Program\ Files\\Road\ Runner\\RRCONFIG.EXE","");
    Executing: RUN;C:%5cProgram%20Files%5cRoad%20Runner%5cRRCONFI G.EXE

  8. #28
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    yeah, guess I have more work than I thought.. anyway, I'll look into this shortly. I believe we may have to add something special for "!" like "@@" or something like that. I'll post a "patch" for you to try out shortly.. in the meantime if you can try: fscommand("!!",""); I'd appreciate it.. for now I can tell you that when using "\" you'llhave to use "\\" from flash -- all other characters will be used normally (when I'm done)... then we need to do something for the "!" ...
    Ride Runner RR's Myspace

    "Being happy is not about having what you want, it's about wanting what you have."
    "The best things in life are always free - but that doesn't mean money can't buy you good things."

  9. #29
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    Here's something for you to try:

    http://guino.mpug.co.uk/rr.exe

    It should accept all the characters that were giving you trouble.. also, @@ can be used as ! (i.e. "@@SELECT+") ... remember to use \\ instead of single \ ... also, you can execute commands in "repeat" mode by setting the parameter to "asrepeat" and simulate mouse Down and Up events using "buttonup" and "buttondown" as paramter...

    to execute "!SELECT+" either: fscommand("@@SELECT+","") or fscommand("SELECT+","ASREPEAT")...

    the up/down events are usefull if your flash object by any means "repeats" presses at random... i.e. fscommand("NEXT","BUTTONDOWN") -- starts fast forwarding the song until a fscommand("NEXT","BUTTONUP") is executed...
    Ride Runner RR's Myspace

    "Being happy is not about having what you want, it's about wanting what you have."
    "The best things in life are always free - but that doesn't mean money can't buy you good things."

  10. #30
    Maximum Bitrate DiNASTY's Avatar
    Join Date
    Mar 2005
    Location
    Concord, California
    Posts
    598
    Thanks for the support guino, everything works perfect

Bookmarks

Posting Permissions

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