MyComponent.mxml and MyComponent.as are about the same thing.

<mx:Panel></mx:Panel>

Or:

class MyComponent extends mx.controls.Panel
{
}

Same thing; Flash components.

However, utilizing REX or FLOW, you can take advantage of runtime MXML 
layouts.

REX
http://www.ifbin.com/news/2005/10/introducing-ifbin-rex-mxml-generator.html

FLOW
http://www.powersdk.com/ted/2004/09/flow-xrender-example.php

----- Original Message ----- 
From: "Jim Kremens" <[EMAIL PROTECTED]>
To: "Mark Winterhalder" <[EMAIL PROTECTED]>; "Open Source Flash Mailing List" 
<[email protected]>
Sent: Saturday, October 08, 2005 11:01 AM
Subject: Re: [osflash] [Flashcoders] Flash player 8.5 and ActionScript 3.0


I have a question about FlexBuilder 2.0.

Once you generate your mxml and compile, is that mxml available to you
at runtime?  In other words, could you, for example, reconfigure the
layout of your Flex movie without recompiling it?  Or perhaps, based
on some passed in variable, use different background PNGs in your
widgets?

Flex allows you enormous Flexibility at compile time, I guess the
question is - how much flexibility does it offer at runtime?  Or is
that kind of flexibility reserved for users of the Flex server...

Jim Kremens

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org 


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to