Results 1 to 2 of 2

Thread: Web Service and Flash 5

  1. #1

    Thread Starter
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018

    Web Service and Flash 5

    I have been asked to write my first web service to extract a number of records from an access database.

    Creating a web service which extracts records isn't a problem but if the client application is a flash site then how can it make use of the dataset from the web service.

    Does Flash support .net ?

    Parksie

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    Yes, but not in the way you want to use it. .Net can render out OBJECT tags to a client browser, in which flash directives for the Flash plugin live. But, you don't want that. You want to get information from a .Net webservice (could be a Java webservice).

    To do that, you need to use SOAP.

    Flash supports XML documents though and that's all that is needed to communicate with a SOAP protocol like a .Net webservice.
    http://www.flash-db.com/Translate/Tr...ent.php?page=1
    Last edited by nemaroller; Apr 20th, 2004 at 07:42 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width