Not sure what I am doing wrong here, I would think this would work. I have a Flex Library project called that builds to TestLib.swc, this swc has several components and some common assets which are SWF files.
So for example in this swc I have com/x/y/z/MyTest.swf. I then have a Flex project which uses this SWC file. I attempt to use SWFLoader with URL="com/x/y/MyTest.swf" This doesn't work, I have tried a ton of other ways to access the SWF thats in the SWC file. Whats the correct way to access assets in the SWC file? Thanks

