ErikPettersson / moonshineproject

Automatically exported from code.google.com/p/moonshineproject
0 stars 0 forks source link

Clean-up the Flex MXML namespaces #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the mxml namespaces and prefix are a bit messy, and need to be 
tidied up.

As per 
http://opensource.adobe.com/wiki/display/flexsdk/Dropping+the+Fx+Prefix 
the namespaces should be as following:

  xmlns:fx="http://ns.adobe.com/mxml/2009"
  xmlns:s="library://ns.adobe.com/flex/spark"
  xmlns:mx="library://ns.adobe.com/flex/mx"

Original issue reported on code.google.com by t.br...@gmail.com on 29 Mar 2010 at 8:29

GoogleCodeExporter commented 9 years ago
This was partially covered by revision r477.

Original comment by t.br...@gmail.com on 2 Jul 2010 at 3:24