<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<data>
	<setup>
		<!-- Start up settings -->
		<start book="none"/>
		<!--- Setup the background -->
		<background src="../sites/all/themes/hospital/images/introduccion.jpg" type="image" resize="true"  />
		<!--<background src="0x000000" type="solid"/>-->
		<!--Setup buttons and main options -->
		<buttons toolTips="enabled">

			
			<books toolTip="Mostrar documentos" description="Elija el documento" state="disabled" icon="../sites/all/themes/hospital/swf/icons/books.png"/>
			<pages toolTip="Mostrar pÃ¡ginas" description="Elija la pÃ¡gina" cancelText="Volver" state="enabled" icon="../sites/all/themes/hospital/swf/icons/pages.png"/>
			<printer toolTip="Imprimir paginas"  description="Imprime paginas seleccionadas" cancelText="Volver" selectAll="Select All" state="disabled" icon="../sites/all/themes/hospital/swf/icons/printer.png"/>
			<zoom toolTip="Zoom" state="enabled" icon="../sites/all/themes/hospital/swf/icons/zoom.png"/>
			<pdf toolTip="Descargar en pdf" description="Generar PDF" cancelText="Volver" selectAll="Select All" state="enabled" icon="../sites/all/themes/hospital/swf/icons/pdf.png"/>
			<tableOfContent toolTip="View table of content" state="disabled" icon="../sites/all/themes/hospital/swf/icons/toc.png"/>
			<contact toolTip="Contact me" state="disabled" icon="../sites/all/themes/hospital/swf/icons/contact.png"/>
			<slideshow toolTip="Start/Stop slideshow" state="disabled" icon="../sites/all/themes/hospital/swf/icons/slideshow.png" />
			<music toolTip="Play/Stop music" state="disabled" icon="../sites/all/themes/hospital/swf/icons/sound.png"/>
			<full toolTip="Pantalla Completa" state="enabled" icon="../sites/all/themes/hospital/swf/icons/full.png"/>
			<tellAFriend toolTip="Tell a friend" state="disabled" icon="../sites/all/themes/hospital/swf/icons/tell.png"/>
			<other bgColor="0xCCCCCC" bgAlpha="0.3"/>
		</buttons>	
		
	 	<!-- Alerts setup:
	 			delay - determines the length (in milliseconds) how long the alert will be shown on the screen
	 			src   - determines the message that will be shown on the screen -->
				
		<printer>
			<alert delay="2000">
				<started src="Impresión iniciada"/>
				<canceled src="Impresión cancelada."/>
			</alert>
		</printer>
		
		<zoom>
			<alert delay="2000">
				<zoomIn src="Doble click o 'Escape' para volver a vista normal"/>
				<zoomDisabled src="Zoom desactivado."/>
			</alert>	
		</zoom>	
		
		<slideshow autoPlay="false">
			<alert delay="2000">
				<on src="Slideshow started."/>
				<off src="Slideshow stopped."/>
			</alert>	
		</slideshow>	
		
		<music>
			<alert delay="2000">	
				<on src="Please wait while the music is loading."/>
				<off src="Music stopped."/>
			</alert>	
		</music>
		
		<preloading>
			<background src="Cargando fondo"/>
			<covers src="Cargando portadas"/>
			<book src="Cargando libro"/>
			<photo src="Cargando foto"/>
		</preloading>

		
		
		<pdf>
			<setup method="link" type="A4"/>
			<alert delay="2000">
				<generate src="Generando pdf, en breve aparecera una ventana de 'guardar como'."/>
			</alert>
		</pdf>		
			
		<!--<copyrights src="Copyright (C) 2010, massiveProCreation" url="http://activeden.net/user/mpc?ref=mpc" target="_blank" state="enabled"/>-->
		
		<other>
			<arrows state="enabled"/>
		</other>
				
	</setup>
	
	
	<flipbook 
		width="0" 
		height="0" 
		proportion="0.7" 
		boarder="1" 
		middleBoarder="0.5" 
		boarderColor="0x000000" 
		boarderAlpha="1" 
		pdf="../sites/default/files/libros/01_Introduccion/01_Introduccion.pdf" 
		title="Introduccion" 
		bitmapSmoothing="true" 
		doubleClick="true" 
		resizeSwf="true" 
		resizeContent="true"
		resizeTableOfContent="true"
		zoom="true">
		
		<alert>
			<loadingNext src="Espere mientras carga la nueva pagina"/>
			<loading src="Espere mientras carga la pagina"/>
			<pageNumber src="No existe esa pagina"/>
			<video>
				<enlarge src="Double Click to enlarge the video"/>
				<close src="Double Click to close the video"/>
				<preloading src="LOADING VIDEO"/>
			</video>
		</alert>

		<music src="sound.mp3" autoPlay="false" loop="true"/>
		<tableOfContent number="1"/>	
			
		<shadows>
			<inner src="0"/>
			<curveGlow src="1"/>
			<pageShadow src="1"/>
			<innerPageShadow src="1"/>
		</shadows>
		
		<thumbnails>
			<boarder thickness="5" color="0x111111"/>
		</thumbnails>


		<page src="../sites/default/files/libros/01_Introduccion/file1_mini.swf" large="../sites/default/files/libros/01_Introduccion/file1.swf"/>
<page src="../sites/default/files/libros/01_Introduccion/file2_mini.swf" large="../sites/default/files/libros/01_Introduccion/file2.swf"/>

			
	</flipbook>
	
</data>