Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
ATVO doesn't look for any specific folder at all, you have to specify the path to your dynamic files in the Path property. It's just logical to put car images in a folder called "cars" but you can also put them in any folder, as long as you put the correct Path in the binding.

If you put them in folder "cars" then your Path should be "cars/{0}.png"
If you put them in folder "dynamic_images/cars/whatever/random/stuff" it should be "dynamic_images/cars/whatever/random/stuff/{0}.png"