My problem is different, I need to understand how c2 loads stuff.
If I "compile" for html5 and add my directory it works like a charme.
Inject "myfolder/myasset.png"
In local preview it does not because I don't know where c2 starts (so I can't put files relative to it's directory).
I also have a big problem with PhoneGap iOS, loading with inject hangs c2 because it can't find the image, in theory from the phonegap docs everything under the www/ directory is trated locally but it doesn't work. It looks like it can't find files while in reality they should be there.