Can I load css style sheets dynamically at runtime? : adobe flex action script



Can I load css style sheets dynamically at runtime? : adobe flex action script..

Answer / Jitendra Kumar Sahu

Yes, in Adobe Flex you can load CSS style sheets dynamically at runtime. You can use the URLLoader class to load external stylesheets. Here is a simple example:nnvar loader:URLLoader = new URLLoader();nloader.load(new URLRequest("style.css"));

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Adobe Flex Interview Questions

Why is mytreenode.label or mytreenode.attributes.label undefined? : adobe flex action script

1 Answers  


Explain the configuration details of blaze ds?

1 Answers  


What are the Similarities between Flex & Java?

1 Answers  


Why would you want to keep a reference to a changewatcher and call unwatch()?

1 Answers  


What is cairnghorm in flex? How do we use it? Have you worked with cairnghorn in flex? : adobe flex action script

1 Answers  


Is it possible to make httpservice requests synchronous in adobe flex? : adobe flex action script

1 Answers  


How do I get flex to query my database? : adobe flex action script

1 Answers  


How to create custom events? Explain the steps to create a new custom event?

1 Answers  


Why would you want to keep a reference to a changewatcher and call unwatch()? : adobe flex action script

1 Answers  


Explain what happens if an .swf is loaded into a already occupied level?

1 Answers  


Why do strongly typed objects appear as "undefined" in the netconnection debugger? : adobe flex action script

1 Answers  


What are three ways to skin a component in flex?

1 Answers  


Categories