A Flash Developer Resource Site

Search:

Type: Posts; User: m_andrews808

Page 1 of 20 1 2 3 4

Search: Search took 0.57 seconds.

  1. Reads as: Apple shoot themselves in the foot yet...

    Reads as: Apple shoot themselves in the foot yet again by not offering a budget range of h/ware
  2. Replies
    4
    Views
    3,260

    will there be toast?

    will there be toast?
  3. Replies
    32
    Views
    14,360

    Xmas: dull New year's resolution: just keep up...

    Xmas: dull
    New year's resolution: just keep up the good work ;)
  4. I was staggered at how fast they dropped it

    I was staggered at how fast they dropped it
  5. Thanks, nice to know of it's history :thumbsup: ...

    Thanks, nice to know of it's history :thumbsup:

    If only prospective clients caught up in the wave of pro 'HTML5' spin were likewise clued up
  6. It's an awkward juxtaposition really, you make a...

    It's an awkward juxtaposition really, you make a platform easy to pick up and accessible it's great as an entry point for people looking to get involved in development and helps to popularise the...
  7. Replies
    3
    Views
    989

    glad you got it working :thumbsup:

    glad you got it working :thumbsup:
  8. Replies
    3
    Views
    989

    you never update your current_time property,...

    you never update your current_time property, though I don't actually think you need it judging from the code you've posted.

    just replace the first line of code in your contador function with this...
  9. Replies
    0
    Views
    14,591

    Seeded Random, the nth value

    ello


    I've made a simple seeded pseudo-random number generator method using an algorithm I found on the web. It works well, but what I'd really like is to be able to calculate the nth number in...
  10. Replies
    56
    Views
    18,557

    there are many, many reasons why HTML5 is not...

    there are many, many reasons why HTML5 is not (yet) a replacement for Flash.

    The immediate problem is the raft of bandwagon jumping nay sayers and apple fanboys shouting it down. It's bound to...
  11. Replies
    2
    Views
    944

    might be worth posting up the source for this...

    might be worth posting up the source for this one, what you're trying to do is simple enough on the face of it
  12. Replies
    30
    Views
    2,759

    Personally I can't wait to buy a whole rucksack's...

    Personally I can't wait to buy a whole rucksack's worth of over-priced plastic peripherals just to do everyday tasks (like use usb).

    Also really looking forward to a whole new raft of...
  13. Replies
    4
    Views
    1,439

    ok, I switched back to using the short-hand...

    ok, I switched back to using the short-hand syntax and got the regex working for latin chars:


    var rtl_match: RegExp = /[\u0041-\u007A]/g

    sub in the hebrew range:


    var rtl_match: RegExp =...
  14. Replies
    4
    Views
    1,439

    actually scrap that last post, that range doesn't...

    actually scrap that last post, that range doesn't work either, anyone used unicode ranges with regex's?
  15. Replies
    4
    Views
    1,439

    hi, thanks for the help however it doesn't solve...

    hi, thanks for the help however it doesn't solve my problem

    I believe my syntax to be correct, if I change the range to


    var rtl_match: RegExp = new RegExp('[\u0041–\u007A]', 'g');

    to match...
  16. Replies
    4
    Views
    1,439

    Hebrew RegExp

    ello


    can someone tell me why this seemingly simple reg ex to look for any single hebrew char in a string doesn't work?


    var rtl_match: RegExp = new RegExp('[\u0590–\u05FF]', 'g');
    ...
  17. Replies
    4
    Views
    1,521

    I think that's the old security model, socket...

    I think that's the old security model, socket connections now require their own cross-domain policy file which the flash player (9 and up) automatiacally looks for:
    ...
  18. Replies
    4
    Views
    1,521

    is ok! my policy server was broadcasting an...

    is ok! my policy server was broadcasting an initial <newUser id='0' /> welcome packet on connect so this was being received rather than the policy xml, is now fixed! :lovers:
  19. Replies
    4
    Views
    1,521

    [RESOLVED][AS2] XML Policy File Woes

    sooo.... I'm trying to connect to my xml socket server over port 1701. Testing locally works fine but when I test from my domain it connects very briefly only to disconnect.

    So after some reading...
  20. Replies
    20
    Views
    4,603

    http://lmgtfy.com/?q=ghandi+quotes+%22they+treat+t...

    http://lmgtfy.com/?q=ghandi+quotes+%22they+treat+their+animals%22

    :thumbsup:
  21. Replies
    12
    Views
    2,913

    go see some proper racing like f1 or world rally...

    go see some proper racing like f1 or world rally TAGL :thumbsup:
  22. Replies
    20
    Views
    4,603

    saw a BBC documentry last night about the rising...

    saw a BBC documentry last night about the rising trend of status dogs in the UK, the sinister motives and the rising cruelty that goes with it. One pup had been mutilated and had in the region of 50...
  23. Replies
    0
    Views
    588

    XML Socket Server

    ello


    can someone point me in the direction of a simple, half decent socket server written in perl?


    thanks :cow:
  24. Thread: IP Camera

    by m_andrews808
    Replies
    0
    Views
    1,073

    IP Camera

    ello


    just wondering if anyone has ever managed to get an IP camera working with the camera class?

    Obviously the camera has its own network address rather than being attached to the host...
  25. Replies
    1
    Views
    888

    Webcam software

    ello


    first of all appologies if this isn't the correct forum to post this request in, glancing down the list and I couldn't see anything suitable

    can anyone recommed some webcam s/ware for...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center