cancel
Showing results for 
Search instead for 
Did you mean: 

Messaging with Xcelsius

Former Member
0 Kudos

Is it possible to implement a web service to send emails/MQ messages etc out of an Xcelsius SWF file using the Web Connectivity components???????

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There is not an inherent capability to do so, but the XML Data connection can connect to serverside scriptlets, with which you could initiate ActionScript code. There is also support for WebService.

Former Member
0 Kudos

Thanks Javier for your response.

is there any document you can provide that can help me do this???

Cheers!!

Shruti

Former Member
0 Kudos

Hi Shruti,

On pages 177-180 of the User Guide, there is a sample ASPX file.

This code doesn't work with email, but it is a good base to build such a scriptlet from.

Other than that, I don't have any such files. The information I found was Googled:

http://riderdesign.com/articles/Sending-email-with-jQuery-and-a-Web-Service.aspx

http://www.sitepoint.com/article/sending-email-asp/

Answers (0)