Here's my code that doesn't work.  

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml";
initialize="appInit()">

<mx:Script>
<![CDATA[
function appInit()
{
createChild(CustomComponent, "radiocomponent");
}
]]>
</mx:Script>

<mx:Panel id="containter"></mx:Panel>

</mx:Application>


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to