MXML
MXML is a xml format created in 2004. MXML is an XML-based user interface markup language first introduced by Macromedia in March 2004. Application developers use MXML in combination with ActionScript to develop rich Internet applications, with products such as Apache Flex. Adobe Systems, which acquired Macromedia in December 2005, gives no official meaning for the acronym MXML. Read more on Wikipedia...
16Years Old | 20Users | ?Jobs |
- MXML ranks in the top 25% of languages
- the MXML wikipedia page
- MXML first appeared in 2004
- See also: musicxml, xml, actionscript, php, xaml, uiml, svg
- Have a question about MXML not answered here? Email me and let me know how I can help.
Example code from Wikipedia:
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" backgroundGradientColors="[#000011, #333333]"> <mx:Label text="Hello World!" verticalCenter="0" horizontalCenter="0" fontSize="48" letterSpacing="1"> <mx:filters> <mx:GlowFilter color="#ffffdd"/> </mx:filters> </mx:Label> </mx:Application>
Last updated August 9th, 2020