Just a small correction in code below. If you are not changing name space by
default it will be

 <mx:Canvas>
       <local:yourComp/>
 </mx:Canvas>

@ Dhileepen: you can create new MXML component in your proejct. In
above/Below code snippet yourComp is this MXML Component.

If you need more information please visit :
http://livedocs.adobe.com/flex/3/html/help.html?content=mxmlcomponents_1.html

Best Wishes,
Anand kothalkar


On Tue, Nov 18, 2008 at 4:09 PM, Vinod M. Jacob <[EMAIL PROTECTED]> wrote:

>       <mx:ViewStack >
>             <mx:Canvas >
>                 <mx:your component />
>             </mx:Canvas>
>
>             <mx:Canvas>
>                 <mx:your component />
>             </mx:Canvas>
>
>             <mx:Canvas >
>                <mx:your component />
>             </mx:Canvas>
>         </mx:ViewStack>
>
> On Tue, Nov 18, 2008 at 3:57 PM, dhileepen chakravarthy <
> [EMAIL PROTECTED]> wrote:
>
>>   any example?
>>>
>>
>> >>
>>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to