• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

While creating release using flex builder external CSS not comes in release folder

sunilmkt

Member
While creating release using flex builder external CSS not comes in release folder





I'm using external CSS and XML. I'm pulling the CSS with <fx:Style source="CSS/styles.css" /> and am using HTTPService to fetch the XML data.
It works great, until I export as a Release Build.
It doesn't include the CSS or XML files, but still pulls the CSS colors and whatnot, I just can't update them.
What gives? How can I get the CSS and XML external files to.. well, stay "external"?
I need the user to be able to update the CSS and XML on their end, but can't if the Release Build embeds the CSS and XML files before exporting..
Any help would be appreciated, thanks!
 
Back
Top