Tag Archives: Add JPEG Thumbnails to a Playlist

Add JPEG Thumbnails to a Playlist

December 31, 2009

0 Comments

A few small changes to VideoThumb.as are needed to pull the thumbnails specified in the XML file: 60 //grab jpg thumbnail instead of initiating stream. 61 var newClip = this.createEmptyMovieClip(“thumbie”,this.getNextHighestDepth()); 62 newClip.loadMovie(“thumbs/”+stream); This code attaches the JPEG file to a newly generated movie clip inside thumb.video, which is displayed in the ListBox component. Note that [...]

Continue reading...