A Flash Developer Resource Site

Search:

Type: Posts; User: sneakyimp

Page 1 of 14 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    2,468

    Problem implementing iExternalizable

    I've written a trivial class in attempting to better understand iExternalizable's behavior. I can't see that I've done anything wrong, but my code throws an error. Here's my class:

    package {...
  2. Can I manipulate 3d objs (.max, .3ds) in Flash/AIR video game?

    I have written Actionscript since AS1 back in the late nineties up through AS3 a couple of years ago, but I have not been doing any flash since CS4 came out. I want to create a video game that makes...
  3. This is starting to look like kind of a pain for...

    This is starting to look like kind of a pain for a few reasons. 1) FB4.5 doesn't come with Xdebug so I'll have to install Zend Debugger. Unfortunately, the Zend page that lets you download this...
  4. How to set up FB4.5 for PHP without using Zend Server?

    I've watched a really helpful tutorial on FB4.5 for PHP by Mihai Corlan and am hoping to use some of his techniques but would like to use a different PHP server because Zend Server costs money and...
  5. Thanks for your response. I read the wikipedia...

    Thanks for your response.

    I read the wikipedia page and it appears to be somewhat out of date. Also, the reference to a virtual machine in that section seems to be referring to the Flash Player...
  6. Flash Builder 4.5 -- native apps or virtual machine?

    I'm very new to Flash Builder 4.5 and am still trying to get my head around it. I'm freelance and my primary code pimp has asked me to justify using FB 4.5 to develop mobile apps rather than...
  7. Replies
    2
    Views
    2,152

    Thanks for your response. Looks like I had a...

    Thanks for your response.

    Looks like I had a cut-and-paste error. I understand after looking around that any statements put inside such a <script> block will be wrapped in a class block. Thanks...
  8. Replies
    2
    Views
    2,152

    Scope in MXML in Flash Builder 4.5

    I've got years of experience with AS3 but am very new to MXML. I've downloaded Flash Builder 4.5 in the hope of building some mobile applications and am stumbling over the integration of...
  9. Replies
    5
    Views
    1,826

    No I don't think that's the issue. I've posted...

    No I don't think that's the issue. I've posted to ask for his server-side code.
  10. Replies
    5
    Views
    1,826

    I truly appreciate your effort. I should have...

    I truly appreciate your effort. I should have tried to reproduce this problem myself but I've been swamped with work.

    I've gotten some more info from the original poster and apparently he's...
  11. Replies
    5
    Views
    1,826

    mind-bending access control problem

    I have written a framework that facilitates RPC calls between AS3 and PHP 5 called FlashMOG. I recently got a forum request that has introduced a pretty bizarre question regarding access control.
    ...
  12. Replies
    2
    Views
    9,602

    This code doesn't do much: $array =...

    This code doesn't do much:

    $array = array($getallen);

    That's basically the same as this:


    $array = array();
    $array[0] = $getallen;
  13. Replies
    4
    Views
    1,895

    I would recommend installing Firebug (a firefox...

    I would recommend installing Firebug (a firefox plugin) and watching what requests actually get formed and how your browser responds.

    My mod_rewrite is a bit shakey, but it looks like you are...
  14. Let me know if you choose PHP. I can probably...

    Let me know if you choose PHP. I can probably offer some help.
  15. I would recommend using Firebug (a Firefox...

    I would recommend using Firebug (a Firefox plugin) to inspect what request flash is actually making to your server. You can also alter your PHP script to log the vars received to a file like this:
    ...
  16. You should also check out amfphp.org. That makes...

    You should also check out amfphp.org. That makes things a lot easier if you use PHP.
  17. Replies
    2
    Views
    572

    How did you try to remove them?

    How did you try to remove them?
  18. Replies
    21
    Views
    7,345

    Sorry. I'm getting kind of tired of finding code...

    Sorry. I'm getting kind of tired of finding code examples and typing detailed advice only to have you repeatedly refer me to your code saying "but the last two don't work". You haven't posted any...
  19. Replies
    21
    Views
    7,345

    I've compared code handling #3 to #4 and I see no...

    I've compared code handling #3 to #4 and I see no meaningful difference. If one works, the other should.

    I'd try to enter some trace statements in your actionscript to make sure things are what I...
  20. Replies
    21
    Views
    7,345

    Ok that's a pretty clear description of your...

    Ok that's a pretty clear description of your problem. I'm not certain, but I'm thinking that your browser might be caching because you are loading from a file that ends in 'txt'. I bet if you were...
  21. Replies
    6
    Views
    6,613

    No doubt! It's my understanding that cold fusion...

    No doubt! It's my understanding that cold fusion developers get paid really well because they're so hard to find these days. At least that's what one of my clients was telling me. I've seen a lot...
  22. Replies
    21
    Views
    7,345

    It would be good to reduce the redundant code. ...

    It would be good to reduce the redundant code. I'm not really sure what the problem in your code is yet as you haven't really described it and I'm not looking forward to reading it either. You...
  23. Replies
    8
    Views
    1,147

    Please use the code formatting tags so your code...

    Please use the code formatting tags so your code is formatted.

    First off, this is just creating an array of arrays. The inner arrays (e.g., buttton[0][0]) is a string, not a button.


    for...
  24. Replies
    21
    Views
    7,345

    OOPS...i made a mistake in that previous code. ...

    OOPS...i made a mistake in that previous code. Ignore it.

    There are a lot of concepts involved in flash talking to a php server.

    The first step is that you create a URLVariables object to...
  25. Replies
    21
    Views
    7,345

    It's ok to POST data to a PHP page and not check...

    It's ok to POST data to a PHP page and not check it, but it's generally good practice to have PHP indicate success or failure.

    If you don't really know how to send variables to and from php from...
Results 1 to 25 of 349
Page 1 of 14 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center