Flash to CFM via loadvars.send()

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default Flash to CFM via loadvars.send()

    Does anyone know when you use loadvarsObj.send("index.cfm","_blank","post")
    which scope the variables are presented to CF in?
    I had assumed that they came through the FORM scope. I have changed the method
    to "GET" and noticed that the variables are sucessfully passed through the URL
    scope. I would prefer them to be 'hidden' like in the form scope if possible.

    Any ideas?

    thanks in advance

    Obadellie Guest

  2. Similar Questions and Discussions

    1. LoadVars-using send to pass a variable from flash to php
      For the life of me, I've tried everything: I've researched LoadVars on Adobe forum, used David Powers' books, googled 'flash to php', LoadVars,...
    2. Get current HTML URL into flash with LoadVars andColdFusion
      I need to get the current page url and pass it into flash. I'm also using ColdFusion. Is there an easy solution?
    3. Problems with LoadVars.send and Firefox
      There seems to be a problem with Firefox 2.x sending variables to PHP scripts with the LoadVars.send/POST method. <br> The same problem doesn't...
    4. Simple INSERT into mysql via PHP and LoadVars send()
      I have been trying to get a flash to do a database insert into mysql, using a php script on my webserver: <?php $firstname = $_POST; $lastname...
    5. Using Flash LoadVars.SendandLoad in Director MX
      Hi Folks, I am using the Flash LoadVars.sendAndLoad command within a flash movie. This works fine in flash(HTML & Projector) but doesn't work at...
  3. #2

    Default Re: Flash to CFM via loadvars.send()

    Try this article [url]http://www.devarticles.com/c/a/Flash/The-Power-of-LoadVars-Object/[/url]

    It may help you.
    adireddy Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139