Re: Creating A Video Gallery Like Your Tutorial Area
Posted 12 years 3 months ago
Thank you for pointing me to that page!
One question I did have, is there a tutorial for the code to:
How to tell it which item is actually next. In the example below I have a folder with videos that are out of order, but I want them to play in the order listed.
On the back end I have a folder that has items in alphabetical order:
DEMO VIDEOS (folder)
video 1
video 2
video 3
But I want them to play in the order below from the arrows in the popup. The order on the front end article page is different than the order on the backend:
MY DEMO VIDEOS (title)
video 3
video 1
video 2
How does it know to go to the correct video that is next? Can I reorder them on the back end? Or does it need a different code on the front end?