Re: CSS embedded images in AIR

2020-06-09 Thread Paul Stearns
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

Keeping user applications up to date in AIR.

2020-06-09 Thread Paul Stearns
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

Re: CSS embedded images in AIR

2020-06-09 Thread Alex Harui
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

CSS embedded images in AIR

2020-06-09 Thread Paul Stearns
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