On my local system I am using a relative path to get my pictures.
private var filePath:String = "../assets/";

But QA box only works if I provide the full path:
private var filePath:String = "http://qa_box/approot/assets/";;

Why is that?

Thanks

Reply via email to