I have a List object with CSS id and a stylesheet file I'm loading with the browser object.
I'm setting the list object background to url("button.png"), this file is imported into the files folder and not in a sprite object.
When I export it, the file is there and the url can read it, but when I'm previewing, remote or local, instead of trying to read it from the local directory, it tries to read it from editor.construct.net/r223/preview/button.png
Is this a bug I should report, a limitation or am I missing something?
Ashley