RE: [Flashcoders] Flash and Domino

2010-07-27 Thread Merrill, Jason
>> Anyone have tips on how to integrate Flash and Domino - basically
looking to update Domino fields from a Flash interface

I haven't worked with Domino specifically (I worked with LotusNotes
servers about 10 years ago), but it does appear to have Webservices
available:
http://www.ibm.com/developerworks/lotus/library/nd7-webservices/  (that
is unless your server admin has disabled them)

So you could call the Webservices with one of the following methods from
Flash:

1. Build your project using the Flex framework and use the Flex web
service components available in that framework.
2. Download a third party class to use Webservices in Flash, like
http://alducente.wordpress.com/2007/10/27/web-service-in-as3-release-10/

3. Use ExternalInterface and Javascript to call the webservice and
communicate the data to and from Flash.

First though, you'll have to investigate what Webservices are available
to you and which ones you need to call and how. 

Jason Merrill 

Instructional Technology Architect
Bank of America   Global Learning 

Join the Bank of America Flash Platform Community  and visit our
Instructional Technology Design Blog
(Note: these resources are only available for Bank of America
associates)






-Original Message-
From: [email protected]
[mailto:[email protected]] On Behalf Of Lehr,
Theodore
Sent: Tuesday, July 27, 2010 2:13 PM
To: Flash Coders List
Subject: [Flashcoders] Flash and Domino

Anyone have tips on how to integrate Flash and Domino - basically
looking to update Domino fields from a Flash interface

___
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash and Domino

2010-07-27 Thread Dave Watts
> Anyone have tips on how to integrate Flash and Domino - basically looking to 
> update Domino fields from a Flash interface

Domino supports web services:

http://www.ibm.com/developerworks/lotus/library/nd7-webservices/

In Flex, it's fairly straightforward to consume SOAP services via the
WebService object. I don't know enough about Flash to recommend the
best option there, but if you can consume SOAP services in Flash you
should be all set.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.
___
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Flash and Domino

2010-07-27 Thread Lehr, Theodore
Anyone have tips on how to integrate Flash and Domino - basically looking to 
update Domino fields from a Flash interface

___
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders