Flex “Global” RSLs
Sep 1, 2018 · 2 min read
I am looking into deploying our custom libraries in flex in a “Global RSL Library” fashion. I’m not sure how exactly to describe what we’re trying to do but I’m going to give it a shot. In every example I’ve found thus far, when using RSLs, the path specified at compilation is either: 1) Relative to the deployment path of the application (swf) 2) An absolute path. Due to our development process and site layout, neither of these above methods of using an RSL is ideal. What I am hoping to find a solution for, is specifying a relative path for an RSL in relation to the web root. e.g. if I specify /libs/rsl.swf as my path…
