Hello Everybody:

I tried to connect Flash to Drupal following the tutorial posted here at

http://drupal.org/node/140893

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

bmcmurray’s picture

Assigned: gabiroba » Unassigned
Status: Active » Postponed (maintainer needs more info)

gabiroba,

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?

mokargas’s picture

Rather 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?

magico’s picture

Status: Postponed (maintainer needs more info) » Fixed

No sufficient information.

magico’s picture

Status: Fixed » Closed (fixed)