Topic: Thumbnails and Captions
I changed the xml to thumbnail columns and rows '0' so that i wouldn't have thumbnails but it also turns the captions and title off. Is there a work around so I can keep the captions?
You are not logged in. Please login or register.
SimpleViewer Forum → SimpleViewer-Pro v1 → Thumbnails and Captions
I changed the xml to thumbnail columns and rows '0' so that i wouldn't have thumbnails but it also turns the captions and title off. Is there a work around so I can keep the captions?
anyone?
With SV-PRO, you can show the captions and not thumbnails by doing this:
- Set thumbnailColumns="0" in gallery.xml to hide the thumbnails
- To show the caption, in StageManager.as, line 89, change this:
if (Options.showCaptions && mThumbArea.pageSize > 0){
to this:
if (Options.showCaptions ){
- Republish your SWF (see http://www.airtightinteractive.com/simp … html#repub )
thanks a lot felix
SimpleViewer Forum → SimpleViewer-Pro v1 → Thumbnails and Captions
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.