Alex:
I fiddled with the CSS files changing Application to mx|WindowedApplication
(and other mx components) and added the namespaces;
@namespace mx "library://ns.adobe.com/flex/mx";
@namespace s "library://ns.adobe.com/flex/spark";
This combined with making sure the theme is set to Halo seemed
If we deploy applications using AIR we will need to deploy updates. At present
in the Flash/HTML environment that is easy (except for caching) you put the SWF
file in the production folder of the website and the next time a user needs the
module the get the new one.
Our systems consist of one M
Can you make a really small test case (maybe just an Application tag and the
CSS and whatever code required to display the embedded image). Then if it
works in 3.6 but doesn't work in 4.6, open a bug with the source, the image,
and both the Flex 3.6 SWF and the Flex 4.6 SWF.
Thanks,
-Alex
On
I have a CSS file which is converted to a SWF file. When using SDK 3.6 and
compiling for Flash it works fine. When Using SDK 4.6 and compiling for AIR,
the image does not display.
Since I am changing 2 things at once I am not sure where to look. Are there
differences between 3.6 & 4.6 or Flash