I have a Flex application built using Adobe Flash Builder 4.5, I need to change the orientation at run time from "LTR" (Left to Right) to "RTL". I am trying to do this by creating two CSS files, one for each oreintation ,and assigning it at runtime. Is this the best approach?
Thanks