As far as cost, the Flex Framework and SDK (compilers, Framework, 
etc...) are and will be free (for commercial and non-commercial use):

http://www.macromedia.com/go/labs_flex2_downloads

We have also released ColdFusion connectors to make it simple for Flex 
apps to communicate with ColdFusion (without requiring Flex Data Services):

http://labs.macromedia.com/wiki/index.php/ColdFusion/Flex_Connectivity

Finally, you can dynamically create and layout content in Flex and Flash 
apps. It looks something like this:

var b:Button = new Button();
b.label="I am a button";

addChild(b);

Hope that helps...

mike chambers

[EMAIL PROTECTED]

j s wrote:
> I don't know a lick of Java and have played with Flash Remoting and AS 2.  I 
> can see the future in either Ajax of Flex.  I'm sorta leaning towards Ajax 
> cause from my understanding its cheaper, now, and I think it can be deployed 
> on any hosting services.  
> 
> Also correct me if I'm wrong but Flex since it uses Flash Player the stage 
> can't be set dynamicaly.  If I build a dynamic form or page or menu system 
> that varies in size I would have to plan out the stage size ahead of time.  
> Thats not dynamic.  I hope I'm wrong on this.
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236363
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to