what are the different design patterns available in flash?
Answers were Sorted based on User's Feedback
Answer / uday
There are so many patterns available for flash development.
Following are most common patterns and first three are most
common now a days:
1. MVC Pattern
2. Caringorm Pattern
3. Singleton Pattern
4. Factory Method Pattern
5. Decorator Pattern
6. Adapter Pattern
7. Composite Pattern
8. Symmetric Proxy Pattern
Regards,
Uday Singh
Sr. Action Scripter
uday_sgh@yahoo.com
| Is This Answer Correct ? | 13 Yes | 3 No |
How can we goto next Scene by giving code on a button inside a movie clip. in short. =>Scene 1. ====>MovieClip ======>Button [ on(release) { gotoAndPlay("Scene 2", 1); } ] =>Scene 2. This thing is not working. Please tell me the answer of how to goto next scene from this scene 1.
How to add conditional logic for the submit button?
you have a dynamically loaded image that is larger than your stage. Which component would work best to accommodate this image? : Adobe flash
what is the key purpose of using layers in a timeline? : Adobe flash
what are the steps is not required in order to test or deploy flash remoting? : Adobe flash
Name the as3 components?
Write a function that responds to a click anywhere on the page by displaying an alert dialog. Display the event name if the user held Shift during the mouse click. Display the element name that triggered the event if the user held Ctrl during the mouse click.
How to embed flash in html?
What is the use of depth?
Give an example that illustrates polymorphism in flash script.
What are the functions used with flash media?
Explain what are the different utils libraries in actionscript?