Question
How to load compiled style (style.swf) from other server.
Hi,
I have to load compiled css (swf) inside an application, when I load it like;
1. styleManager.loadStyleDeclarations('/demo/test.swf') - Works
2. styleManager.loadStyleDeclarations('http://ec202.classicinformatics.com/demo/test.swf') - Not Works
[not a loadable content]
What I need it I have a server for storing all styles, themes etc that I want to use for all application on any server.
Thanks,
Premkant
