Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
MXML
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|XML-based user interface markup language}} {{For|the XML-based music notation file format|MusicXML}} {{refimprove|date=July 2008}} {{Infobox file format | name = MXML | extension = .mxml | mime = <!-- application/mxml+xml? --> | owner = [[Adobe Systems]] | released = March 2004 | genre = [[User interface markup language]] | extended from = [[XML]] }} '''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 web applications]], with products such as [[Apache Flex]]. [[Adobe Systems]], which acquired Macromedia in December 2005, gives no official meaning for the acronym MXML. Some developers suggest it should stand for "Magic eXtensible Markup Language" (which is a [[backronym]]). It is likely that the name comes from the MX suffix given to Macromedia Studio products released in 2002 and 2004, or simply "Macromedia eXtensible Markup Language". MXML is used mainly to declaratively lay out the interface of applications and can also be used to implement business logic and internet application behaviors. It can contain chunks of ActionScript code, either when creating the body of an event handler function, or with data binding where the curly braces ('''{''') syntax is used. MXML is often used with Flex Server, which dynamically compiles it into standard binary [[SWF]] files. However, the Adobe [[Flash Builder]] IDE (formerly Adobe Flex Builder) and free Flex SDK can also compile MXML into SWF files without the use of a Flex Server. There is also a [[PHP]] [[PHP Extension and Application Repository|PEAR]] package called [http://pear.php.net/package/XML_MXML XML_MXML], which is a framework to build Adobe Flex applications. MXML is considered a proprietary standard due to its tight integration with Adobe technologies. It is like [[Extensible Application Markup Language|XAML]] in this respect. No published translators exist for converting an MXML document to another user interface language such as [[UIML]], [[XUL]], [[XForms]], [[Extensible Application Markup Language|XAML]], or [[Scalable Vector Graphics|SVG]]. However, there do exist third party vendor plugins for Flex Builder that are capable of generating a result other than a SWF file from Flex applications, for instance native mobile applications. == Example source code == A [[Hello world program|Hello World]] example: <syntaxhighlight lang="mxml"> <?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> </syntaxhighlight> ==References== {{reflist}} {{Adobe Flash}} {{DEFAULTSORT:Mxml}} [[Category:User interface markup languages]] [[Category:Declarative programming languages]] [[Category:XML-based standards]] [[Category:Vector graphics markup languages]] [[Category:Adobe Flex]] [[Category:Declarative markup languages]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Adobe Flash
(
edit
)
Template:For
(
edit
)
Template:Infobox file format
(
edit
)
Template:Refimprove
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)