flex4.5 - what happens if i rename namespace in flex? -


i need clarification, regarding flex. happens if rename namesapace in

 <mx:module xmlns:fx="http://ns.adobe.com/mxml/2009"         xmlns:s="library://ns.adobe.com/flex/spark"         xmlns:mx="library://ns.adobe.com/flex/mx" width="100%" height="100%"> 

replacing

<mx:module xmlns:fx="http://ns.adobe.com/mxml/2009"     xmlns:dx="library://ns.adobe.com/flex/spark"     xmlns:ot="library://ns.adobe.com/flex/mx" width="100%" height="100%"> 

need know why , happens if this...

thankxx in advance!!

quoting example, how things change:

before

<s:application xmlns:fx="http://ns.adobe.com/mxml/2009"     xmlns:s="library://ns.adobe.com/flex/spark"     xmlns:mx="library://ns.adobe.com/flex/mx" width="100%" height="100%">    <mx:viewstack id="mainstack"  top="0" bottom="0"                  width="100%" height="100%"                  >                  <mx:vbox>                     <s:checkbox  selected="true"/>                  </mx:vbox>     </mx:viewstack> 

after

<ddd:application xmlns:fx="http://ns.adobe.com/mxml/2009"             xmlns:ddd="library://ns.adobe.com/flex/spark"             xmlns:yyy="library://ns.adobe.com/flex/mx" minwidth="955" minheight="600">          <yyy:viewstack id="mainstack"  top="0" bottom="0"               width="100%" height="100%"               >     <yyy:vbox>         <ddd:checkbox  selected="true"/>     </yyy:vbox> </yyy:viewstack> 


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -