A Flash Developer Resource Site

Search:

Type: Posts; User: torray

Page 1 of 5 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    14
    Views
    1,539

    K would dance around the ring until L got tired...

    K would dance around the ring until L got tired of throwing no-contact jabs.



    In wrestling maybe...better yet, in wrastling.
  2. Replies
    14
    Views
    1,539

    Well, Booth was caught in a barn, but loosely...

    Well, Booth was caught in a barn, but loosely translated it supposedly means warehouse.
  3. Replies
    14
    Views
    1,539

    Wow

    I was doing a search for something else on the baords and found this old thread. Once, I was actually looking for that Kennedy/Lincoln info, but couldn't find it.

    I guess everything is on FK.
  4. MSN Butterfly (and if you don't get it...)

    I was bored and motivated to do something just for the heck of it. I'm not looking for critiques or legal advice. Just sharing...

    http://68.50.215.122/

    -T
  5. Replies
    16
    Views
    854

    Look elsewhere

    There is an error elsewhere in the script prior to the function. Perhaps a missing quotation mark...
  6. Replies
    16
    Views
    854

    So what's new with your design work?

    Got anything good going on? I could use some work done if you don't mind. Maybe I'll send you an email.
  7. Replies
    16
    Views
    854

    The output header error can mean several things...

    The output header error can mean several things need to be done to make the simple include work.

    However, if you don't need interpretation, this simple function will return the contents of your...
  8. Replies
    4
    Views
    907

    Oh, I see, but Flash is actually sending your...

    Oh, I see, but Flash is actually sending your array as a string of comma delimited values.

    Use can use this:


    <?php

    $sendData = split(',', $_POST['sendData']);

    ?>
  9. Replies
    6
    Views
    978

    View Post

    <?php

    $test1 = 'This is';
    $test2 = 'a sample';
    $test3 = 'script that will';
    $test4 = 'surely work!!';

    $varPrefix = 'test';
    $varIndex = 3;
    $output = ${$varPrefix . $varIndex};
  10. Replies
    4
    Views
    907

    How are you sending this "array" to the PHP...

    How are you sending this "array" to the PHP script? As comma separated values? If not, change $delim to whatever you are using. Should work for you...

    If so:


    <?php

    $delim = ',';
    $vals =...
  11. Replies
    16
    Views
    854

    Greets Subway

    If I recall correctly, you installed one of my original chats in your site many moons ago...long time no hear.

    Anyway, include is for outputting and interpreting PHP code in the included file. If...
  12. Replies
    106
    Views
    13,084

    How many idiots does it take to close a thread?

    Netizens never cease to amaze. Stop hating on the kid:

    1. Yes, the site is decent. At the same time it is simple. However for a 12 year old, it's quite good work. I wish I had skills like that...
  13. Replies
    8
    Views
    1,094

    I tried parsing through 100K once. It just...

    I tried parsing through 100K once. It just doesn't work...takes too long. You aren't parsing so you are fine.
  14. Replies
    8
    Views
    1,094

    Yeah all good ideas. Base64 is most likely be...

    Yeah all good ideas. Base64 is most likely be your best bet. There's probably a PERL module for ascii85.

    However, I am still curious as to how big the initial data strings are going to be. And is...
  15. Replies
    3
    Views
    871

    According to their site, they are using Crawlers....

    According to their site, they are using Crawlers. This seems to make sense.

    If they are categorizing data appropriately, they can show relevant search results in the format seen on their site.
    ...
  16. Replies
    3
    Views
    871

    But seriously...

    I'm doing a little research on it...I'll see what I can figure out.
  17. Replies
    3
    Views
    871

    I don't know.

    I don't know.
  18. Replies
    8
    Views
    1,094

    Please give a sample of the actual coord list and...

    Please give a sample of the actual coord list and any special requirements.

    But in an attempt to answer your question (for vals ranged 0-255), alphanumeric HEX codes will always be 2 chars while...
  19. I hate Flash intros. I didn't always hate them,...

    I hate Flash intros. I didn't always hate them, but it seems that everyone jumped on the "intro" bandwagon after a few leading design shops did it once or twice. It simply doesn't work for all sites....
  20. Replies
    4
    Views
    1,006

    It looks exactly like an error reporting issue....

    It looks exactly like an error reporting issue. Try turning off error reporting and see if it works. Make the following the very first line of code:

    error_reporting(0);

    If that works, try using...
  21. Replies
    1
    Views
    698

    Not a darn thing... It will receive them. Your...

    Not a darn thing...

    It will receive them. Your problem is elsewhere.
  22. Replies
    15
    Views
    1,269

    Cool. I hope to be doing some biz in B'more soon....

    Cool. I hope to be doing some biz in B'more soon. Maybe I'll give you a job :D
  23. Replies
    15
    Views
    1,269

    Re: Re: Nice

    Woodlawn, Owings Mills, Randallstown...Pick one...lol

    Where exactly are you?
  24. Replies
    0
    Views
    653

    Recently, I had some nice jobs/gigs emailed to me...

    Recently, I had some nice jobs/gigs emailed to me online via Guru.com. I don't freelance anymore, so I thought you guys/gals may be interested...Dug up my old Spaceports account just for this link,...
  25. Replies
    15
    Views
    1,269

    Nice

    Good to see locals. I'm in Alexandria, too. Moved here from Baltimore.
Results 1 to 25 of 110
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center