Showing posts with label Flex. Show all posts
Showing posts with label Flex. Show all posts
Steps to Install and Connect to PHP in Flex using AMFPHPView Comments
If you are bored of using XML to transfer data from PHP to Flex, then here is a end for your boredom. Using AMFPHP, you can convert data object in PHP to dataobject in action script so that you can use that in your flex project.
![]() ![]() ![]() Here are the steps to install and integrate AMFPHP with Flex.
Accordion Panel in HTMLView CommentsIn Adobe Flex we have got a component called Accordion panel, most of us will be familiar with that component. The advantage of that panel is that we can place more contents in less space. It is a container which acts just like a tab navigator but with some animation effects. You can get lots more information about Flex accordion panel from Adobe labs. I tried to develop the same thing using DHTML and CSS. I have used DIV and style property DISPLAY to obtain the working of the panel. You can download the code and see its live demo. But don't forget to comment on the post Google Account Authentication using ActionScript in Adobe AIRView Comments
Google Supports developers by providing lots of API for each and every service they provide. By using those APIs, developers can communicate with Google and get feeds from any of thier services by developing a web based application or a installable client application. Before starting to get feeds and post feeds to Google accounts from the application, the developers must get the user's Google account authenticated. To do that user credentials such as email id with password must be send to Google and if the credentials are correct then Google will send back a authorizing token using which developers can start getting feeds and process them.
To authenticate a user, use Google account API, that allow third party application to get limited access to a user's Google accounts for certain types of activities. The Google Authorization Service manages authentication, authorization, and access control to user accounts, subject to approval from the account holder. Google offers several account authorization APIs to accomodate different types of access. Google provides three types of access authorization methods. They are
Download the Full Code First send a http request to Google using HTTPService class with the user name and password by POST. Then scripts must be written to handle the result and failure. Explanation of the code:First all the neccessary information for making a request are set in the HTTPService method. Dont forget to give a valid email and password in the class, otherwise you cannot get authorization. Then the request is send only in the scripting part in the init() function with will be called when application load completes by setting the tag "applicationComplete="init()"". The handlers are already set in the mx tag to handle the result event and failure event. A success response contains the authorization token, labeled "Auth", in the body of the response. Your application must reference this token in each request to the Google service for this user. Additional cookies, labeled "SID" and "LSID", are not currently active and should not be used. A failure response contains an error code and a URL to an error page that can be displayed to the user. Check this links to get still more information from Google: Notable sites using FlexView Comments
Flex-A Flexible ToolView Commentswhat is Flex? Flex applications are Rich Internet Applications that are built using tools from Adobe. These Flex applications run inside the Flash player, leveraging the existing installed base of the Flash player. Flex is made up largely of two parts. The first is an IDE built on the open source Eclipse platform. That tool is called Flex Builder.As well, an SDK will be made available to developers who want to build Flex applications. The SDK will include the Flex compiler, giving developers who code by hand (without the IDE) the ability to create Flex applications. The other part of Adobe Flex is Adobe Flex Enterprise Services. Download Flex Builder 3 here
Introduction To Rich Internet ApplicationsView CommentsHi Hi Hi... I'm always a learner and I want to learn more and more from anybody who has the stuff.Don't worry... I promise that these details are not written by me... Be Ready to experience a Rich Ride with this Rich Internet Applications. AJAX is popular for the creation of rich Internet applications, but there are good alternatives. This article will introduce you to Flex applications, rich Internet applications that run inside the Adobe Flash player. The development of Rich Internet Applications is now underway. Some people are calling this "Web 2.0," but it is really the transition from a page based browsing experience to one that more closely resembles desktop applications. A variety of technologies can be used to deliver this experience; AJAX is currently one of the more popular sets of technologies, mainly because it can be easily adapted into existing web based applications. However, for those who are looking for something more robust, there appears to be two early front runners: Flex based applications that run in the Flash player from Adobe, and XML based applications from Microsoft. In this article, I'll introduce you to Adobe's Flex product line, including Adobe Flex Builder and Adobe Flex Enterprise Services.
Subscribe to:
Posts (Atom)
About UsCategories
Followers |