使用缩略图文字显示
打开tour.xml中,在
| 
					 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22  | 
							<skin_settings maps="false" 	               maps_type="bing" 	               maps_bing_api_key="" 	               maps_zoombuttons="false" 	               gyro="true" 	               title="true" 	               thumbs="true" 	               thumbs_width="120" thumbs_height="80" thumbs_padding="10" thumbs_crop="0|40|240|160" 	               thumbs_opened="false" 	               thumbs_text="false" 	               thumbs_dragging="true" 	               thumbs_onhoverscrolling="false" 	               thumbs_scrollbuttons="false" 	               thumbs_scrollindicator="false" 	               thumbs_loop="false" 	               tooltips_thumbs="false" 	               tooltips_hotspots="false" 	               tooltips_mapspots="false" 	               loadscene_flags="MERGE" 	               loadscene_blend="BLEND(0.5)" 	               controlbar_offset="20" 	               />  | 
					
找到
| 
					 1  | 
						thumbs_text="false"  | 
					
将“false”改为“true”
修改缩略图文字大小
打开skin文件夹中vtourskin.xml文件,找到下面的一
| 
					 1  | 
						<style name="skin_thumbtext_style" url="%SWFPATH%/plugins/textfield.swf" align="bottom" width="100%" autoheight="true" y="5" enabled="false" background="false" border="false" css="calc:skin_settings.design_text_css + ' text-align:center; font-size:10px;'" textshadow="get:skin_settings.design_text_shadow" /  | 
					
修改
| 
					 1  | 
						font-size:10px;  | 
					
将10改为其它数字。
在 “修改默认皮肤缩略图文字大小” 上有 2 条评论