A Flash Developer Resource Site

Search:

Type: Posts; User: alex_tea

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    17
    Views
    1,282

    i also worked out that it is the unix player...

    i also worked out that it is the unix player sending the crap along with the XML, perhaps someone should report this to Macromedia. perhaps that someone should be me.

    Anyway it was sending a list...
  2. Replies
    17
    Views
    1,282

    Re: Uhh...

    finally got it to work with this perl script:

    #!/usr/bin/perl

    my $buffer;
    #read the xml that was submited from STDIN
    read (STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
    #The document that was...
  3. Replies
    17
    Views
    1,282

    i decided to use perl as PHP seemed like a...

    i decided to use perl as PHP seemed like a minefield, so i bundled together this script from a few different sources:


    #!/usr/bin/perl

    my $buffer;
    #read the xml that was submited from STDIN...
  4. Replies
    17
    Views
    1,282

    i was thinking that it would more likely be the...

    i was thinking that it would more likely be the flash player...

    this has to be handed in today... argh! i guess for now i'll stick with the ugly new window popping up, and use loadVariables to...
  5. Replies
    17
    Views
    1,282

    when using send() the gettype is string. when...

    when using send() the gettype is string.

    when using sendAndLoad() the gettype is NULL!

    argh... :(

    would this have anything to do with my system / browser. i will check this out ASAP.
    ...
  6. my bad. sorry!

    my bad. sorry!
  7. i'm having the exact same problem, see thread...

    i'm having the exact same problem, see thread http://board.flashkit.com/board/showthread.php?threadid=320984 and i know i have the actionscript set up right because the script returns the XML object...
  8. Replies
    17
    Views
    1,282

    Re: Uhh...

    this is driving me insane...

    i can't work out whether $HTTP_RAW_POST_DATA is empty or not, when using send() everything works fine, when using sendAndLoad however it doesn't...

    i've checked the...
  9. Replies
    17
    Views
    1,282

    i'm exporting as flash 5 and it was orignally...

    i'm exporting as flash 5 and it was orignally created in flash 5. i'm not getting any errors from flash about compatibility either.

    i've traced the XML object in flash already, but that doesn't...
  10. Replies
    17
    Views
    1,282

    i'm having some weird errors with some Flash...

    i'm having some weird errors with some Flash Players when using send() to put my XML in a PHP script...

    it seems to be unix players, so far i've found that UNIX 5, 0, 47, 0 has errors, and i'm...
  11. Replies
    0
    Views
    424

    ok, to comabt my weird drag problems (see my...

    ok, to comabt my weird drag problems (see my other post "what a drag") i thought it would use this code (at the bottom):

    [basically the object to be dragged has a button on it with on (press)...
  12. Thread: what a drag

    by alex_tea
    Replies
    3
    Views
    501

    weird, it; still not showing it all!!!! last...

    weird, it; still not showing it all!!!!

    last bit:

    on (press) { startDrag (_root.location.handle, true);}
    on (release, releaseOutside) { stopDrag ();}
  13. Thread: what a drag

    by alex_tea
    Replies
    3
    Views
    501

    why isn't this showing my whole post??? here is...

    why isn't this showing my whole post??? here is the rest::


    and these 2 don;'t

    on (press) {startDrag (_parent);}
    on (release, releaseOutside) {stopDrag ();}
  14. Thread: what a drag

    by alex_tea
    Replies
    3
    Views
    501

    sorry about the lame subject heading. ok, in...

    sorry about the lame subject heading.

    ok, in my movie i have 5 different clips that i want to be dragable. but only one works. even though the others work in a file on their own.

    3 of the...
  15. Replies
    3
    Views
    577

    is this what you're after? basically when the...

    is this what you're after?

    basically when the variable bookMark contains some text (in my site this is when it is over specific elements) the toolTip movie goes to frame 2 which contains the...
  16. Thread: getRGB()

    by alex_tea
    Replies
    0
    Views
    541

    how can i get the colour values of an object, a...

    how can i get the colour values of an object, a single block of colour, and plop them into another object...

    say you had some paint pots and you have your brush (mouse) and a canvas. now if i...
  17. Replies
    4
    Views
    626

    flash embedded in html works fine....

    flash embedded in html works fine. http://www.R107.co.uk/index.html for example. and i have other pages too that work.

    so i don't think it is the mime type. i will ask though. has anyone else...
  18. Replies
    4
    Views
    626

    yeah. i just got him to option click so they...

    yeah. i just got him to option click so they download.
  19. Replies
    4
    Views
    626

    i have been uploading my progress on a site to my...

    i have been uploading my progress on a site to my own web server for the client to check out. i have just been uploading swfs, no html pages. but you can see a directory listing from the folder.
    ...
  20. Thread: what IF!??!?!

    by alex_tea
    Replies
    0
    Views
    377

    ok, i have a series of buttons, clicking on a...

    ok, i have a series of buttons, clicking on a button will open the next stage of buttons. to show what has been clicked, what is to be clicked, what is not to be clicked etc, i am changing the...
  21. Replies
    3
    Views
    510

    thank you!

    thank you!
  22. Replies
    3
    Views
    510

    is there anyway i can pick up the instance name...

    is there anyway i can pick up the instance name of a movieclip, store it in a variable and use it later.

    ie: i want to change the _alpha property of the movie clip i am hovering over. on the layer...
  23. Replies
    1
    Views
    709

    is it possible to launch real audio from a flash...

    is it possible to launch real audio from a flash file?

    if you use getURL("realaudiofile.ram") it doesn't seem to work.

    however, getURL("realaudiofile.ram", "_blank") does, but pops up an...
  24. Replies
    7
    Views
    1,067

    hmm well it is in the cgi-bin. maybe the perl...

    hmm well it is in the cgi-bin. maybe the perl compiler and mailer paths are wrong...
  25. Replies
    7
    Views
    1,067

    thank you i have been testing out, but am getting...

    thank you i have been testing out, but am getting some errors, it just hangs on the countdown ( http://www.haywire.co.uk/haywire-test.swf )

    hopefully the server sould support cgi as the company i...
Results 1 to 25 of 41
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center