Understanding FXG files


/ Published in: MXML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
  2. xmlns:s="library://ns.adobe.com/flex/spark"
  3. xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="300" minHeight="300"
  4. xmlns:assets="assets.*">
  5.  
  6. <s:VGroup horizontalCenter="0">
  7. <assets:bubble id="fxgBubble" width="100" height="100"/>
  8.  
  9. <s:Group >
  10. <s:Group >
  11. <s:Rect x="136.145" y="229.522" width="173.913" height="156.521">
  12. <s:fill>
  13. <s:SolidColor color="#E30613"/>
  14. </s:fill>
  15. <s:stroke>
  16. <s:SolidColorStroke caps="none" joints="miter" miterLimit="10"/>
  17. </s:stroke>
  18. </s:Rect>
  19. </s:Group>
  20. </s:Group>
  21. </s:VGroup>
  22. </s:Application>

URL: http://www.digitalwks.com/blogs/fabio-belga/2011/06/28/understanding-fxg-files/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.