First of all hi everyone, I'm new here.
I'm creating a small application that will contain a simple video player.
I have managed to load all the content into the player and it works as it should.
My problem is that I would like to have a grid of thumbnails next to the videoplayer so that the user will be able to scroll through them and click on individual thumbnails to load the appropriate video.
I am using a tileList component at the moment, so far I have managed to load the images into it "within" the flash using as3. But I'd like to be able to do it dynamically from a xml file.
I have the xml file somewhat written: (not sure if correctly)
Is it possible to "convert" the above as3 code so that the application loads it without me accessing script each time I want to add new stuff. I'm not sure but I think It should be based around the loop function, is that right?
I've seen a couple of solutions for uses of tileList+XML but they use Flex, which I'm not familiar with at all.
I've attached an image of the layout to better clarify the situation.
If anyone can help me with this I'll be very thankful.
EDIT:
I understand if my explanation is a bit messy, I'm not exactly experienced in Flash area.
I've got rather short deadline, I'd like to have that thumbnail grid working by evening of Monday 7th. (is it doable by that time?)
If you guys need more information ask question, I'll try my best to explain the situation.
If there is another way to create this kind of interactive thumbnail grid please do share.