|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
<plugin name="spot0object" zorder="2" url="videoplayer.swf"
alturl="videoplayer.js" pausedonstart="false" loop="false" keep="true" videourl="spots/Eric_Chauvin_Intro_01.mp4" altvideourl="spots/Eric_Chauvin_Intro_01.mp4" align="center" x="0" y="0" width="100%" height="prop" alpha="1"
onclick="tween(volume,0.0,2);tween(alpha,0,5);delayedcall(10,set(visible,false))"
onvideocomplete="tween(alpha,0,5);delayedcall(10,set(visible,false));set(volume,0.5);delayedcall(5,set(volume,0.1));delayedcall(8,set(volume,0.0));"
capture="false" preload="true"/>
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
<events onloadcomplete=
"playsound2D(s1,spots/jeuxdeau.mp3,1.0,0.0,0);
plugin[intro].play();
delayedcall(15,playvideobienvenu();tween(plugin[intro].alpha,0,7);set(plugin[intro].enabled,false);action(autotourintro););set(plugin[previewimage].enabled,false);tween(plugin[previewimage].alpha,0,1.3, easeInOutCubic);"/>
<plugin name="previewimage"
zorder="2"
url="spots/previewimage.png"
align="center" width="100%"
height="100%" preload="true" />
<!-- videointro -->
<plugin name="intro" zorder="1" url="videoplayer.swf"
alturl="videoplayer.js"
pausedonstart="true"
volume="0" loop="false"
keep="true"
videourl="spots/Eric_Chauvin_Intro_v03.mp4"
altvideourl="spots/Eric_Chauvin_Intro_v03.mp4"
align="center" x="0" y="0" width="100%" height="prop" alpha="1"
onclick=
"tween(alpha,0,3);set(enable,false);
delayedcall(3,stop());
tween(sound[s1].volume,0.05,5,easeInOutCubic);
action(playvideobienvenu);
set(stepintro,1);
action(autotourintro);
set(plugin[previewimage].enabled,false);
tween(plugin[previewimage].alpha,0,1, easeInOutCubic);"
onvideocomplete="delayedcall(3,tween(sound[s1].volume,0.05,2,easeInOutCubic));set(visible,false);set(enabled,false);"
capture="false" preload="true"/>
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
<krpano version="1.0.8.14" onstart="delayedcall(2,startup();)">
<!-- vtour.xml template krpano tools version 1.0.8.14 -->
s
<!-- videointro -->
<plugin name="intro" zorder="1" url="videoplayer.swf"
zorder="4"
alturl="videoplayer.js"
pausedonstart="false"
volume="0.7" loop="false"
keep="true"
videourl="spots/Eric_Chauvin_Intro_v03.mp4"
altvideourl="spots/Eric_Chauvin_Intro_v03.mp4"
align="center" x="0" y="0" width="100%" height="prop" alpha="1"
onclick=
"tween(alpha,0,3);set(enable,false);
delayedcall(3,stop());
tween(sound[s1].volume,0.05,5,easeInOutCubic);
action(playvideobienvenu);
set(stepintro,1);
action(autotourintro);
set(plugin[previewimage].enabled,false);
tween(plugin[previewimage].alpha,0,1, easeInOutCubic);"
onvideocomplete="delayedcall(3,tween(sound[s1].volume,0.05,2,easeInOutCubic));set(visible,false);set(enabled,false);"
capture="false" preload="true"/>
|