Hello Everybody:
I tried to connect Flash to Drupal following the tutorial posted here at
Aditionally I read most of posts trying to solve similars problems to mine but I didn't solve the error.
I keep getting a blank SWF with the word error written on it.
The last line of Action Script returns this message if result handler fails. As you can see.
// failure result handler
function getData_Fault( fe:FaultEvent ):Void {
tf.text = "error";
}
I upload my SWF file to the server, placed it in the root to see if it works online and I get the same error.
Api Key and Session Key are turned off in Services. AMFPHP seems to be installed accordingly.
Can anyone know what I'm doing wrong?
Thanks
Comments
Comment #1
bmcmurray commentedgabiroba,
could you change in your actionscript:
tf.text = "error"; to
tf.text = "error: " + fe.fault.faultstring;
And then let us know what it tells you?
Comment #2
mokargas commentedRather than open a new request I have a permutation of this error
I followed the same tutorial, only I get 'undefined' returned in all feilds in flash, however using the service browser works for node 1?
Comment #3
magico commentedNo sufficient information.
Comment #4
magico commented