Friday, August 28, 2009

Flash Player Security Model

Flash cross domain request security prompt
    You make asynchronous HTTP Service Requests in Adobe Flex.

    Synchronous HTTP Service Requests could be made using JavaScript XMLHTTPRequest with the following parameters:

    xmlHTTPRequest.open("GET", "http://anyurl.com/", false)
    • RequestType: GET or POST
    • URL of the service
    • Comunication Type: true - asynchronous, false for synchronous
    important configuration files used in Adobe Flex
    1. crossdomain.xml
    2. services-config.xml - used for Flex Data SErices

    Data Push can be implemented in Adobe Flex using BlazeDS Server or LiveCycleDataServices


    How to Make HTTP Request to a Different Domains

    More DIY videos at 5min.com

    How to connect to HTTP Service using Adobe Flex 3

    Part 1: Introduction

    More DIY videos at 5min.com

    Part 2: Getting the code work

    More DIY videos at 5min.com

    Handling Result Event

    More DIY videos at 5min.com

    Handling Fault Event

    More DIY videos at 5min.com






    Reblog this post [with Zemanta]

    No comments:

    Post a Comment

    Which is better React Native or Native iOS and Android Development for building Mobile applications ?

      React Native vs Native (iOS, Android)   Properties/Feature React Native   Native (iOS) – Swift / Object...

    Labels