# FLV Video thumbnail + Thumbnail Gallery with LinkIDs from XML

**URL:** https://forum.kirupa.com/t/flv-video-thumbnail-thumbnail-gallery-with-linkids-from-xml/253767
**Category:** flash
**Created:** [March 4, 2008, 10:42pm UTC](https://forum.kirupa.com/t/flv-video-thumbnail-thumbnail-gallery-with-linkids-from-xml/253767 "2008-03-04T22:42:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![b0gui](https://avatars.discourse-cdn.com/v4/letter/b/b9e5f3/32.png) [@b0gui](https://forum.kirupa.com/u/b0gui)
#### Post date: [March 4, 2008, 10:42pm UTC](https://forum.kirupa.com/t/flv-video-thumbnail-thumbnail-gallery-with-linkids-from-xml/253767/1 "2008-03-04T22:42:43Z")

</div>

Let’s say for instance, our XML file:  
\<videos\>  
\<video linkid=“AK0001” thumb=“[http://www.site.com/pathtofile/filename.flv](http://www.site.com/pathtofile/filename.flv)”\>  
\<link\>[http://www.site.com/pathtofile/filename.flv](http://www.site.com/pathtofile/filename.flv)\</link\>  
\</video\>  
\</videos\>

Is it possible to use the source flv file as the thumbnail? Or, is it better to create a thumbnail of all the content?

With this said, how would I create the event handler to satisfy when each thumbnail is clicked, it stores it’s linkid in the $\_GET variable?

Thank You,  
b0gui
