Forums  

Go Back   Forums > Talk > Plugins discussions

Reply
 
Thread Tools Display Modes
  #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
  #2  
Old 01-23-2010, 10:29 AM
Amoscowdog Amoscowdog is offline
Junior Member
 
Join Date: Oct 2008
Posts: 17
Downloads: 0
Uploads: 0
Default

Quote:
Originally Posted by darek View Post
I have designed a flipping book that displays panoramas,
Hi Darek,

Looks great and worked seamlessly. Do you have a date yet for launch of the book and res switch?

Love the guy playing the piano!

regards,

Tony
Reply With Quote
  #3  
Old 01-23-2010, 11:52 AM
darek darek is offline
Member
 
Join Date: Jun 2009
Posts: 52
Downloads: 0
Uploads: 0
Default

Tony, thanks
no date yest, though I will try to do it as soon as possible, I published the tour over a week ago and since then I correct the issues, I need a brake

but on my IE8 and Opera 10 and so far google chrome there were no problems at all, probably I managed to correct all the issues - it isn't simple, panoramas need time, the book alsmost asks us to turn another page, until now they just didn't feel right together

but there isn't much to do to issue the final version of the book, I will publish the same presentation with the book version ready to go, I hope the final version of the book will be able to creat nearly the same presentation
Reply With Quote
  #4  
Old 01-24-2010, 10:16 AM
christophe's Avatar
christophe christophe is offline
Senior Member
 
Join Date: Dec 2006
Location: France - PACA -
Posts: 271
Downloads: 3
Uploads: 0
Default

Hello Darek,

This work is spectacular. This book is perfect ! Congratulation.

I really love it.

Best regards

Christophe
Reply With Quote
  #5  
Old 01-25-2010, 08:04 AM
Vincent Ogloblinsky Vincent Ogloblinsky is offline
Member
 
Join Date: Jul 2007
Location: Rennes, France
Posts: 90
Downloads: 0
Uploads: 0
Send a message via MSN to Vincent Ogloblinsky
Default

Nice job Darek,

but why this book will not be available for free as Tommy plugins?

Regards
__________________
www.photoglob.fr | Panoreport , shows pictures of Brittany and more...
www.360ouest.com | First 360 agency in France
Reply With Quote
  #6  
Old 01-25-2010, 08:39 AM
christophe's Avatar
christophe christophe is offline
Senior Member
 
Join Date: Dec 2006
Location: France - PACA -
Posts: 271
Downloads: 3
Uploads: 0
Default

Hello Vincent,

Darek, even for a "little" price...do you think you could make it available ?

Regards

Christophe
Reply With Quote
  #7  
Old 01-25-2010, 01:29 PM
darek darek is offline
Member
 
Join Date: Jun 2009
Posts: 52
Downloads: 0
Uploads: 0
Default

Quote:
but why this book will not be available for free as Tommy plugins?
well, I spent on the book so far probably around 200-300 hours and it is good only for me as I know how it is written, the first version of the presentation, even though I thought it was finished, took me another week to correct, ok I did it for this particular presentation, but I could live it as it is or make it more easy to change in case future projects - but this means more time to spend, appart from Tommy, is there anyone else (anywhere) who gives his work for free so other can make money on his work?

you all take panoramas and most of you sell panoramas and virtual tours, why do you want to have it and sell it, generally nearly all code in the internet is non commercial, selling virtual tours and using something in it IS commercial, if it is it should be paid for, if the book will make your sell why not share the money that comes for this particular project

with my autopanoswitch plugin I have an experience that FPP users don't like to pay for anything (sorry), I only sold one plugin for $10

with so much work behind me and probably lots ahead why giving away for nothing?

to tell you the truth I don't expect to sell many to FPP users, but after long mails from one of the FPP users I decided to offer the book (when it is finished) in a few versions

I'll try not to kill the book by rising the price or so on, I will also try to set up a price that everyone will be able to afford

I ask myself - how to control commercial projects? - if anyone has an idea I will gladly hear it

don't forget, FPP is a plugin for the book not the other way and there are lots of people who just want to show their panoramas (not sell them) without getting involeved in any pano player
Reply With Quote
  #8  
Old 01-25-2010, 01:43 PM
jordi's Avatar
jordi jordi is offline
Senior Member
 
Join Date: Sep 2008
Location: BCN -- Catalunya
Posts: 216
Downloads: 0
Uploads: 0
Default

Personally, I don't see any interesting usage on this flipping book
why should we use a book to change from pano to pano when we can have the full power of FPP...??

__________________
visita3d.com

Last edited by jordi; 02-15-2010 at 03:03 PM.
Reply With Quote
  #9  
Old 01-25-2010, 01:49 PM
christophe's Avatar
christophe christophe is offline
Senior Member
 
Join Date: Dec 2006
Location: France - PACA -
Posts: 271
Downloads: 3
Uploads: 0
Default

Hi Jordi,

It could be interesting to make a portfolio for exemple....

Regards

Christophe
Reply With Quote
  #10  
Old 01-25-2010, 02:01 PM
allSaints's Avatar
allSaints allSaints is offline
Senior Member
 
Join Date: Aug 2008
Location: Stockholm, Sweden
Posts: 705
Downloads: 0
Uploads: 0
Default

darek,

I loved your Chopin presentation - I think it's awesome!

And your flipping book seems to work really good. I have looked deeper into the code of similar books, and I know they are not trivial to make.

If you are willing to provide support and documentation for your flipping book, I think you should make it available and charge at least $20-25. That amount is probably peanuts when selling a pano tour, and they can use the book over and over again as many times as they want. I know this may sound a bit strange coming from me, but I have my reasons for doing things my way, and I totally respect you and any other person for doing things his/her own way.

Tommy
Reply With Quote
Reply

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 10:28 AM.


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