it will be possible to send commands from fpp spots or krpano spots to the book
fpp:
layer_27 = book1.swf
<book1>
loadBook=0
</book1>
<spot id="book1_icon" visible="1" alpha="1" url="panoFlipBook/book1/book1_icon.png" static="1" staticX="1.00" salign="RT" align="RT" depth="2" onPress="external.book1.action=page:5;"/>
krpano:
<plugin name="panobook" url="panoFlipBook.swf?xmlFile=panoFlipBook/bookxml/krpano_book1.xml" zorder="0" keep="true" handcursor="false" visible="true"/>
<plugin name="book1_icon"
url="book1_icon.png"
align="righttop"
x="50"
y="10"
visible="true"
zorder="1"
onhover="showtext(turn Page to 1);"
onclick="turn1()"
keep="true"
/>
<action name="turn1">
set(plugin[panobook].action, page:1);
</action>
---------------
Tuur, I really need to give it a good test, I quite know what people expect from the book and I want to create a sample tour, if everything goes ok - the book is ready
I think the connection between krpano --> book that I have just done is the last thing I needed to do
here is an fpp sample tour I am building:
http://pano-flip-book.com/test_v2/
krpano should be able to do the same now, Marc is working on it
Darek