Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
Obadellie #1
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
-
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,... -
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? -
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... -
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... -
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... -
adireddy #2
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



Reply With Quote

