Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
nmpg\pmorris #1
Skinning with CSS in Flex
I have a question regarding the best way to apply a CSS file to a component or
application. I have tried compiling my CSS files into a SWF and then loading
them at runtime like the first line of code below which would be associated
with the root tag. This has worked fine.
But it's also possible to point to the file using the "Style" tag placed
within the root tag like in the second line of code.
Any thoughts on whether one is preferred? If one or both are preferred at
different times depending on other variables what might those variables be?
initialize="StyleManager.loadStyleDeclarations( 'CSS_File.swf' )"
<mx:Style source="File.css"/>
nmpg\pmorris Guest
-
Flex Builder Design View programmatic skinning
I am writing programmatic skins, by extending ProgrammaticSkin class. If i apply these skins to mx:Button, i can see the skin in Flex Builder design... -
Skinning vs CSS - Performance
I was messing around with skinning and styling today and although the skinning seems like much more what we're after I couldn't help wondering what... -
Skinning Flex Menus
Hi, I am a relative newbie with Flex, and I have a styling/skinning issue. I'm trying to imitate my company's Intranet template using Flex. I am... -
Can you export bones without skinning?
We use simple Character Studio bipeds without skins for some technical animations, and need to be able to bring those into Shockwave 3D. We are... -
Skinning v2 Components
Hi everyone, I was just wondering if you have seen any good "how to skin v2 components" tutorials. I'd love to get my hands on one !!! ...



Reply With Quote

