Tab 切换 flash
display block / none 切换会导致 flash 重新加载
		        video 1
		        video 2
		    
		使用绝对定位的方法切换不会导致 flash 重新加载
		        video 1
		        video 2
		    
		或使用 z-index 来进行层切换
		        video 1
		        video 2
		    
		display block / none 切换会导致 flash 重新加载
使用绝对定位的方法切换不会导致 flash 重新加载
或使用 z-index 来进行层切换