A Flash Developer Resource Site

Search:

Type: Posts; User: Phantom

Search: Search took 0.03 seconds.

  1. I'm just very sad. May the feelings of humility,...

    I'm just very sad. May the feelings of humility, sportsmanship and humanity he gave us live long in our souls.
  2. Replies
    4
    Views
    1,661

    Thanks everyone. I've found that shared...

    Thanks everyone.

    I've found that shared libraries are very "buggy" and have caused us a lot of problems, especially with shared font items.

    We would only be having 2, maybe 3 at the absolute...
  3. Replies
    4
    Views
    1,661

    I'm wondering if anyone out there is currently...

    I'm wondering if anyone out there is currently using a tested and working methodology for building large scale Flash applications across multiple developers.

    At the moment our applications are...
  4. Replies
    14
    Views
    702

    I've had very little success in scoping the...

    I've had very little success in scoping the variables with FORM.#name# or URL.#name#

    Using just a straight #name# variable seems to be the most reliable.
  5. Replies
    14
    Views
    702

    that's Flash for you! The developers I work with...

    that's Flash for you! The developers I work with are constantly amazed at Flash's ability to contradict itself - it's a great medium but full of so many bugs and weirdness!
  6. Replies
    14
    Views
    702

    Yeah, I haven't fully come to terms with the way...

    Yeah, I haven't fully come to terms with the way Flash uses the POST and GET methods - they seem to work when you think they shouldn't and visa versa.

    I'm having some fun at the moment with CF...
  7. Replies
    14
    Views
    702

    If the variables have been set in the Flash movie...

    If the variables have been set in the Flash movie and are present at the time you submit them to the CF template, then Flash will just send them.

    If you wanted to make sure, you could always...
  8. Replies
    14
    Views
    702

    If you send variables to a CF template using a...

    If you send variables to a CF template using a getURL statement, then that works fine.

    Try this statement on your button...

    getURL ("mail.cfm", "top", "POST");

    This loads the mail.cfm page...
  9. Hi, I've been looking at your CFINSERT...

    Hi,

    I've been looking at your CFINSERT statement and I think there's two things that you could try.

    Firstly, try using this CFINSERT instead:

    <cfinsert datasource="casparv_gb"...
  10. Replies
    8
    Views
    651

    I've had no problems in IE 5.5 with using the...

    I've had no problems in IE 5.5 with using the action -

    getURL ("javascript:parent.window.close();");
  11. Replies
    5
    Views
    803

    Re: CF: can you embed a dynamic flash graph in a CF page?

    Katie,



    Yes you can, however...

    As you would know, in order for Flash to read the results of your query, the results of the query need to be put into a string, which means putting it between...
  12. Replies
    5
    Views
    803

    CF Mail scripts

    I'm not sure which part of CF mail you're having a hassle with, but I recently integrated CF mail with Flash forms on a site I built.

    The Flash form set the variables Name, Email, and Question and...
  13. Replies
    12
    Views
    2,683

    that's great - thanks! just to clarify though...

    that's great - thanks!

    just to clarify though your first example of getting values from a query which then Flash reads with a Load Variables action...What you're basically doing is outputing the...
  14. Replies
    12
    Views
    2,683

    well... when submitting to the CF template...

    well...

    when submitting to the CF template (which would have the CFMAIL tag) from the Flahs movie, do you need to name the variables in the CF template as #URL.VariableName#? I guess the main...
  15. Replies
    12
    Views
    2,683

    I am trying to get a Flash form to send variables...

    I am trying to get a Flash form to send variables to a Cold Fusion template (.cfm page) to do the backend stuff (sending emails based on variable info, etc)

    It seems Cold Fusion tips and topics...
Results 1 to 15 of 15




Click Here to Expand Forum to Full Width

HTML5 Development Center