Forums  

Go Back   Forums > Talk > Plugins discussions

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-23-2010, 09:56 AM
darek darek is offline
Member
 
Join Date: Jun 2009
Posts: 52
Downloads: 0
Uploads: 0
Default Flipping Book with panoramas

I have designed a flipping book that displays panoramas, it is not a plugin actually for FPP but an independant book that uses FPP to display panoramas - this gives possibility to create an independent presentation having a virtual tour on each page, as each page uses different FPP xml file or one presentation for all book with different panoramas

here is the presentation that I used to work on the book: http://lookdigital.pl/lazienki_krolewskie_2429/ , at this moment the book is still build in, but I will soon make the book independent with possibilities to creat your own presentations

here is the xml file that the book uses in the above presentation:

Code:
<?xml version="1.0" encoding="utf-8"?>

<book>	
	
	<documentOptions
	        document_width = "1000"
		document_height = "700"
	        background_path = "files/images/background.jpg"
		background_color = "#FFFFFF"		
		>
				
	</documentOptions>
	
	
	<bookOptions
	    book_X = "426"
		book_Y = "37"
		page_width = "260"
		page_height = "358"
		start_page = "1"
	        corner_sense = "50"
	        pages_to_preload = "10"		
		button_mode = "true"		
		page_sound = "audio/page_sound.mp3"
		>
		
	</bookOptions>
	

	<panoOptions
		fpp_enable = "true"
		pano_XML_path = "files/bookimages/panoramas"
		preload_pano = "false"
		preload_pano_path = "files/bookimages/panoramas/lazienki_chopin_NS_2500"
		preload_pano_type = "mov"
		pano_zoom_button_X = "470"
		pano_zoom_button_Y = "25"
		>
		
	</panoOptions>
	
	
	<audioOptions 
	        equalizer_X = "940"
		equalizer_Y = "668"
		play_audio = "true" 
		audio_folder = "audio" 
		equalizer_height = "20" 
		equalizer_width = "30" 
		equalizer_bar_color = "#FFFFFF"
		equalizer_alpha = "0.3">
		
                <track src="fryderyk_chopin_sonata_ksiezycowa.mp3" />
		<track src="fryderyk_chopin_walc_cismoll_op64nr2.mp3" />		
		<track src="fryderyk_chopin_nokturn.mp3" />
				
	</audioOptions>
	
	<pages>	    
		<page>files/bookimages/okladka.swf</page>
		<page>files/bookimages/page_1.swf</page>
		
		<page>files/bookimages/page_2.swf</page>			
		<page>files/bookimages/page_3.swf</page>		
		<page
		     loadPanorama = "true"
		     panorama_XML = "files/bookimages/panoramas/lazienki_chopin_NS_2500"
		     panoX = "21"
		     panoY = "20"
		     panoW = "480"
		     panoH = "317"		
		>
		files/bookimages/chopin_4.swf</page>
		
		<page>files/bookimages/page_5.swf</page>			
		<page>files/bookimages/page_6.swf</page>
		<page
		     loadPanorama = "true"
		     panorama_XML = "files/bookimages/panoramas/lazienki_amfiteatr_NS_2500"
		     panoX = "21"
		     panoY = "20"
		     panoW = "480"
		     panoH = "317"		
		>
		files/bookimages/amphitheater_7.swf</page>
			
		<page>files/bookimages/page_8.swf</page>			
		<page>files/bookimages/page_9.swf</page>		
		<page
		     loadPanorama = "true"
		     panorama_XML = "files/bookimages/panoramas/lazienki_palac_na_wodzie_NS_2500"
		     panoX = "21"
		     panoY = "20"
		     panoW = "480"
		     panoH = "317"		
		>
		files/bookimages/palace_10.swf</page>
		
		<page>files/bookimages/page_11.swf</page>			
		<page>files/bookimages/page_12.swf</page>		
		<page
		     loadPanorama = "true"
		     panorama_XML = "files/bookimages/panoramas/lazienki_oranzeria_NS_2500"
		     panoX = "21"
		     panoY = "20"
		     panoW = "480"
		     panoH = "317"		
		>
		files/bookimages/new_orangery_13.swf</page>
		
		<page>files/bookimages/page_14.swf</page>			
		<page>files/bookimages/page_15.swf</page>		
		<page
		     loadPanorama = "true"
		     panorama_XML = "files/bookimages/panoramas/lazienki_pomaranczarnia_NS_2500"
		     panoX = "21"
		     panoY = "20"
		     panoW = "480"
		     panoH = "317"		
		>
		files/bookimages/old_orangery_16.swf</page>
		
		<page>files/bookimages/page_17.swf</page>
		<page
		     loadPanorama = "true"
		     panorama_XML = "files/bookimages/panoramas/lazienki_palac_na_wodzie_2500"
		     panoX = "21"
		     panoY = "20"
		     panoW = "480"
		     panoH = "318"		
		>
		files/bookimages/all_panos_18.swf</page>
		
		<page>files/bookimages/okladka.swf</page>	

		
	</pages>
	

</book>
the book will soon be available to buy, the licence will be for one domain
I am not sure how much it will cost, probably it will not be very cheap
together with the book you will get an autopanoswitch plugin for FPP working with the book that displays high resolution panorama automatically

of course you need your own FPP licence

Last edited by darek; 01-28-2010 at 02:16 PM.
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 08:20 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.