A Flash Developer Resource Site

Search:

Type: Posts; User: moosefetcher

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. So the line... response.onLoad = showResult; ...

    So the line...

    response.onLoad = showResult;

    ...still doesn't have to pass a variable to the function?
  2. OK. Thanks! But then what should the boolean...

    OK. Thanks!
    But then what should the boolean variable be that's passed to showResult?
    Cheers.
  3. OK. Good to know. Once our own server has had...

    OK. Good to know. Once our own server has had some necessary SMTP change made, I'll give sendAndLoad another go.
    Cheers.
  4. Gah! I totally missed the PHP in your previous...

    Gah! I totally missed the PHP in your previous message! And I don't know why I saw that as SETTING the value in the AS. I must still be waking up. That makes sense.
    BUT - can I just check if the...
  5. Only just noticed your reply above, sorry. Just...

    Only just noticed your reply above, sorry.
    Just to be clear, I'm currently using the 'send' method and THAT opens a new window (I've read it's an AS2 bug). When using the 'send' method, I don't have...
  6. OK, I've just read on another thread that for the...

    OK, I've just read on another thread that for the sendAndLoad method the PHP needs to be on the same domain. This wasn't the case with what I was doing, but would the above set of code work if the...
  7. Thanks for the reply! Here's the PHP I was using...

    Thanks for the reply!
    Here's the PHP I was using (with echos toward the end)....


    <?php
    $sendTo = "info@clientdomain.com";
    $subject = "TITLE OF PROJECT HERE";
    $name =...
  8. I did try sendAndLoad (to avoid the 'send' method...

    I did try sendAndLoad (to avoid the 'send' method opening a new browser window) at one point, but couldn't get it to work. I had 'echo's in the PHP sending variables back, with no luck and copied...
  9. OK, so it seems I should have done a bit more...

    OK, so it seems I should have done a bit more research before posting (I usually code in AS3). The loadVariables method has, indeed been deprecated. Now I just need to sort out how to get my LoadVars...
  10. Using loadVariables method not working...

    Hello there.
    I've inherited an elearning AS2 project from another designer which sends off an email at the end.
    The AS2 code uses the form.loadVariables(_root.submitURL, "POST") method to send...
  11. Replies
    1
    Views
    3,825

    For anyone who's wondering, I've just been told...

    For anyone who's wondering, I've just been told that the solution is to use the Camera3D method projectGlobal().
  12. Replies
    1
    Views
    3,825

    Alternativa 3D question

    Hello there.
    I've been experimenting with Alternativa 3D version 7 and it seems very, very fast. Looking through the documentation though, I can't seem to figure out how to 'get' an Object3D's final...
  13. I've been experimenting with 3D in AS3. The...

    I've been experimenting with 3D in AS3. The flashandmath site has been most helpful, as well as the Adobe AS3 Language reference pages - on Vector3D and Matrix3D in particular.
    As for culling, have...
  14. Replies
    6
    Views
    2,926

    I've just noticed that I don't get this...

    I've just noticed that I don't get this triggering delay problem in Firefox - at least it hasn't done it after about 5 minutes of play, when in IE it does it almost immediately.
  15. Replies
    6
    Views
    2,926

    Hey there. If it's any consolation, I've been...

    Hey there.
    If it's any consolation, I've been struggling with this too. I've likewise come to the conclusion that it's the arrow keys that are shifting focus. For me it only does it on the live game...
  16. Replies
    5
    Views
    686

    If you test the movie with the debugger (click...

    If you test the movie with the debugger (click Debug > Debug Movie) it will give you the line number where the null call is happening (The line number will appear at the end of the first error...
  17. Problem with hitTestPoint, when shape flag 'true'?

    Hello there.
    I've got this problem with hitTestPoint. When I test with the 'shape flag' set to false it detects hits out to the bounding box of the symbol (as you'd expect), but when I set the shape...
  18. Replies
    17
    Views
    2,060

    A friend of mine gave me the following code to...

    A friend of mine gave me the following code to stop a game being hosted on non-approved sites. I'm guessing other folk here do something similar, and I'm not sure it offers any defence against...
  19. Replies
    230
    Views
    512,300

    Sticky: My first 3D game - Pony Tales

    Hey there.
    After a lot of research into how to get 3D stuff going in CS4 (with thanks to some folk here!) here's my first 3D game. Any feedback appreciated....
  20. Sorry! Scratch my last message. It works now! But...

    Sorry! Scratch my last message. It works now! But if anyone can tell me why a KeyboardEvent listener would detect all keystrokes apart from the ENTER key, I'd be mighty thankful. I tried changing the...
  21. Sorry to bump an old-ish thread, but I'm...

    Sorry to bump an old-ish thread, but I'm wondering if the above code needs any backend PHP or ASP, or should it work fine? I'm using it without PHP or ASP and haven't got it working yet, is all......
  22. Replies
    3
    Views
    522

    The 'postcards in space' thing comes up quite a...

    The 'postcards in space' thing comes up quite a lot, but there's a lot more that's been added for CS4.

    There's the Vector3D class - effectively a Point with an extra 'z' component - which has a...
  23. Replies
    1
    Views
    774

    [Problem] 3D space shooter game

    Hello there.
    I'm working on a 3D engine for a space dog-fighting game is AS3. It's in its very early stages and I'm in the process of adding a central star which I'll position planets around. Up...
  24. I'm still not 100% this will work, but I've just...

    I'm still not 100% this will work, but I've just stumbled across 'local3DToGlobal' which carries all three coordinates from a Vector3D. That should do the trick. Sweet.
  25. [RESOLVED] Does localToGlobal work with z coordinate?

    Hey there.
    I've got a carousel that holds images and rotates on its vertical (Y) axis (like a merry-go-round).
    I need to depth sort the images while the whole carousel rotates. My problem is, as...
Results 1 to 25 of 47
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center