Hi,
        How do you really use a loader control? Does it have any restrictions? We followed the example stated in the Flex help section, but all we could display is a placeholder, the file does not load.
        Here's the code:
        <?xml version="1.0" encoding="utf-8"?>
        <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:comp="components.*" layout="absolute">
                <mx:HDividedBox id="mainHD" horizontalGap="0" verticalGap="1" height="100%">
                        <mx:Image id="inetooImg" source="images/inetoo_bg.jpg"/>
                        <comp:navigation/>     
                        <mx:Loader source="test.mxml.swf"/> <!-- the test.mxml file resides in the main project folder-->
                </mx:HDividedBox>
        </mx:Application>
 
Rgds
KR


New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to