includes/audio/bird.mp3 is bundled up with the app.
var file:File = File.applicationDirectory.resolvePath("includes/audio/bird.mp3");
trace("file",file.exists);
trace("file",file.nativePath);
trace("file",file.url);
outputs
file true
file
file app:/includes/audio/bird.mp3