I was exactly thinking on how to load a file from the Corona Project… the FileServices will be of utmost help.
I was kind of frustrated because I would not have access to my camera view from Corona, but now it is clear to me that any info that I need (like position, contentBounds, …) I just need to expose them to Corona using my “plugin” functions. So I will be fine.
I will go with your solution. Thanks again.
PS: I mentioned before that you may want to update the ads-provider sample project to use getOverlayView() instead of getParent() (as you suggested), but actually I noticed yesterday that the getParent() is a private function that uses getOverlayView(). So the sample is correct.