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.
My goal here is to find a list of each command you can use with data binding and dynamics imagesAny data binding can be used for dynamic images. The things like track id and car id are just more useful examples that are typically required for a theme, but you can bind images to track temperature or speed or rpm or whatever you want.
If someone can show me how to quickly know wich numbers belong to wich track i need help!Unfortunately I don't think there is a quick and easy way. I have written a small program for myself to parse the members page source code, for example if you go to the Cars or Tracks page (where you can buy them) and look at the source code all the info is in there, somewhere, you just need to extract it. There is some piece of JSON that lists all tracks/cars including their ID and a link to their image.