I created a new AIR project "Test". The go to project properties and change all the linkages on the libs to RSL.
The app compiles fine. However when you run it the .swz's load but the first .swf it hits will throw an error: Error #2035: URL Not Found. URL: app:/Test.swf/airframework.swf It will fail on all and any .swf. The actual swf concerned is correctly copied into bin-debug, so it is there, the issue seems to be as shown in the error messages it looks for a url of app:/Test.swf/airframework.swf when it should be app:/airframework.swf. Anyone come across this, or know of a fix? TKS

