Articles Comments

Flex Certification » Flex Certification

MXML

What are MXML Files naming Conventions? •Filenames must be valid ActionScript identifiers, which means they must start with a letter or underscore character (_), and they can only contain letters, numbers, and underscore characters after that. •Filenames must not be the same as ActionScript class names, Continue Reading

Read entire article »

Filed under: Flex Certification, Flex Questions

Action Script

How do you use Action Script inside MXML? •Use ActionScript to define event listeners inside MXML event attributes. •Add script blocks using the <mx:Script> tag. •Include external ActionScript files.•Import ActionScript classes. •Create ActionScript components. The Flex compiler transforms the main MXML file and other files it Continue Reading

Read entire article »

Filed under: Flex Certification, Flex Questions

Flex basics

What is Flex? Flex is a highly productive, free open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops, and operating systems. While Flex applications can be built using only the free open source framework, developers can use Continue Reading

Read entire article »

Filed under: Flex Certification, Flex Questions

Flex Certifications Questions

It is difficult to find flex certification questions on the internet. The Certification is relatively new so right now we do not have the pool of questions which we can use for preparation. Once I get some more knowledge in this area I will try Continue Reading

Read entire article »

Filed under: Flex Certification, Flex Questions

Flex Questions And Answers

1 :: Is it possible to make httpService Requests synchronous in adobe flex?

No. Basically, what we are about to do is creating XMLHttpRequest with Javascript in Flex, and calling a server data with the parameters we will give to the object. e.g. xmlHttpRequest.open("GET","http://localhost/Default.aspx",false); 1. Continue Reading

Read entire article »

Filed under: Flex Certification, Flex Questions

Adobe Flex Questions

// The difference between Adobe Flex Builder and Adobe Flash Builder
Adobe Flex Builder (FB) is the product name for FB product release 1, 2, and 3 of Adobe’s Rich Internet Application (RIA) client and Adobe AIR solution development tool. FB 4 is being renamed from Continue Reading

Read entire article »

Filed under: Flex Certification, Flex Questions

Introduction – Adobe Flex Certification Blog

I have been working on Java technologies for a long time. Working on Jsp, Ajax, javascript was always not easy if we had complex UI requirements. We have been hearing about Rich Internet Application RIA’s for quite some time now. Flex seems to be a Continue Reading

Read entire article »

Filed under: Featured, Flex Certification