Bind Loaders to the DataSet Component

I have a dataset component that holds info for products on an e-commerce site. One of the fields that the dataset component contains is for the product thumbnail images.

If I bind the dataset to a datagrid, I can get all of the fields from the dataset to show up in the datagrid. (Product name, product price, product thumbnail, etc.)

I am trying to figure out a way to use visual data binding or actionscript to bind the Dataset component to multiple instances of a Loader component to display product thumbnails. (I want to have six intances of the Loader component on stage that show images of the first six products)

Does anyone know how I could navigate the data in the dataset and assign the thumbnail image paths to the loader components on stage? Let me know if you would like to see any screen captures for clarification…

Guess I should have figured this out before I was two weeks away from my deadline :frowning: