On 7/5/05, temporal_illusion <[EMAIL PROTECTED]> wrote: > The minimum size of a Flex app seems to be around 120KB..
Actually, the minimum size is 6 KB. <?xml version="1.0"?> <mx:MovieClip xmlns:mx="http://www.macromedia.com/2003/mxml"> <mx:Script> function constructObject() { _level0.preloadObj.pBar._visible = false; lineStyle(1); lineTo(100, 100); } </mx:Script> </mx:MovieClip> Okay, that's not much of an app, but hey...! ;-) -- 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 <*> 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/

