Getting the Car Type .pngs to work on position ticker

Posts: 38
Hey guys new here so I hope this has not been covered before.

I have a scrolling ticker that works with Position, Car Number, Drivers Last Name. I have a version with gap as well. I want to add one that uses .png files based on the carid.

I have tested and I can get the carid to work in a data bind. However when I erase data bind and change to dynamic background: Path cars/{0}.png and Data bind carid it only returns the default .png.

Do I need to introduce the cars folder somewhere?

Any help would be greatly appreciated.

Thanks,
Harold
Posts: 785
You need to have a folder "cars" with your images in the Images folder of your theme content. Some more info is here: https://atvo.appgineering.com/Forum/Thread/72?postId=111#111

Yes you need to make the cars folder yourself and add the images, we can't guess what images you want obviously :)
Posts: 38
Nick,

I did not think about the need to be in a race session. I have it working now thanks.