Articles Comments

Flex Certification » Flex Questions

Flex Certification Practice Exam

Flex ACE Certification Practice Exam Adobe Certified Experts (ACEs) set themselves apart from other IT professionals. They consistently demonstrate expertise with Adobe products and platforms, and add value to colleagues, managers, and their own careers. The Flex 4 ACE Exam is based upon the most critical job Continue Reading

Read entire article »

Filed under: Flex Questions

Flex Certification Preparation – Day 2

Flex Certification Preparation – Day 2 On Day two I wanted to know what type of questions will be there in the Flex Certification Exam. So I googled for some sample questions. I did not find any good resource listing the practice questions. Here in this blog I will describe and Continue Reading

Read entire article »

Filed under: Featured, Flex Certification, Flex Questions

What is the difference between HttpService and Data Service?

Basically, Flex allows three types of RPC services: HttpService, WebServices, and RemoteObject Services. In Flex, using the “RemoteObjects specifies named or unnamed sources and connects to an Action Message Format (AMF) gateway, whereas using the HTTPService and WebService use named services or raw URLs and Continue Reading

Read entire article »

Filed under: Flex Questions

SEO for Flex based websites

I was just  thinking  on how does the SEO work  for flex based websites. Or what I mean is  are  the  search engines like google & flex able to index the Flex based websites and how effective it  is? Here is the article published by Google Continue Reading

Read entire article »

Filed under: Flex Questions

How is Flex different from Flash

Q. How is Flex different from Flash? A. Both Flash and Flex applications are rendered in the browser using Flash Player and on the desktop using the Adobe AIR™ runtime. Flash is the leading authoring tool for web developers, multimedia professionals, animators and videographers who Continue Reading

Read entire article »

Filed under: Flex Questions

What Questions to ask when taking a Flex Interview

Question.What is the difference between httpService and Data Service? Question. I was asked too many Questionuestions on the event bubbling, Like how to capture and event if the component is disabled. Question. obj.addEventListener(MouseEvent.CLICK, MouseClickHAndler); in this obj should inherit which class? Question. Explain the ChangeWatcher.Wach() Continue Reading

Read entire article »

Filed under: Flex Interview, Flex Questions

Flex Interview Question & Answers

Today I compiled some interview questions for Flex. I see more and more jobs getting created for Flex in near future. Right now in the market we do not have many people working on Flex so it is difficult to find people with good flex experience. Continue Reading

Read entire article »

Filed under: Flex Interview, Flex Questions

Flex Events

What are Event Handlers? Event handlers are the functions or methods that you write to respond to specific events. They are also sometimes referred to as event listeners. Does Events occur only through User Interection? Events can also occur without any direct user interaction, such as when Continue Reading

Read entire article »

Filed under: Flex Certification, Flex Questions

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