Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted
i think this is a known bug. check the video forums i believe klaus posted a fix videoplayer.swf. if not you could cheat. make the video invisible, set the volume to 0, use the onstart action to pause the video very first thing. after it is paused have it switch visible and increase the volume. kindsa sucks but should work. first check for the updated video player i dont have enough time this morning to find the post for you.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<plugin name="steam_care_video"
url="../plugins/videoplayer.swf"
videourl="../grafik/24496.38512_xxx SteamCare -Technologie_DE.flv"
align="center" x="0" y="0"
pausedonstart="True"
loop="false"
volume="1.0"
buffertime="0.1"
updateeveryframe="false"
onvideocomplete="hide_video(steam_care_video);"
visible="False"
onclick="hide_video(steam_care_video);"
enabled="false"
/>
|
This post has been edited 2 times, last edit by "inno" (May 20th 2011, 4:16pm)
|
|
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 36 37 |
<plugin name="video1" url="%SWFPATH%/plugins/videoplayer.swf" keep="false" preload="false" visible="false" enabled="true" handcursor="true" capture="true" children="true" usecontentsize="false" alpha="1.00" blendmode="normal" effect="" smoothing="true" align="center" edge="" width="480" height="270" scale="1.5" scale9grid="" scalechildren="false" rotate="0" onloaded="delayedcall(0.25, pause())" onclick="freezeview(false); plugin[video1].stop(); set(plugin[video1].visible,false); tween(plugin[overlay].alpha,0.0); set(plugin[overlay].visible,false); " buffertime="1.0" devices="all" directionalsound="true" iscomplete="false" ispaused="" isvideoready="" loadedbytes="5405873" loop="true" maskchildren="false" outofrangevolume="0" pausedonstart="false" pixelheight="0" pixelhittest="false" pixelwidth="0" range="90" rangefalloff="1" time="5.224" totalbytes="5405873" totaltime="31.04" updateeveryframe="true" videourl="%SWFPATH%/medien/daemonen1.flv" volume="0" zorder="3" parent="stage" /> |
|
|
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 36 |
<action name="init_video" keep="True" >
trace('Init Video ',%1);
set(plugin[%1].volume,0.0);
set(plugin[%1].visible,False);
set(plugin[%1].onvideocomplete,close_video(%1);
set(plugin[%1].onclick,hide_video(%1);
set(plugin[%1].onloaded,hide_video(%1);
hide_video(%1);
</action>
<action name="show_video" keep="True" >
trace('Show Video ',%1);
set(autorotate.enabled,False);
set(plugin[%1].visible,True);
set(plugin[%1].volume,1.0);
plugin[%1].play();
</action>
<action name="hide_video" keep="True">
trace('Hide Video ',%1);
set(plugin[%1].volume,0.0);
set(plugin[%1].visible,False);
plugin[%1].stop();
set(autorotate.enabled,True);
</action>
<action name="toggle_video" keep="True">
trace('Toggle Video ',%1);
if(plugin[%1].isPaused,show_video(%1),hide_video(%1));
</action>
<action name="close_video">
trace('Close Video ',%1);
hide_video(%1);
plugin[%1].closevideo();
</action>
|
|
|
Source code |
1 2 3 4 |
onvideocomplete="close_video(Name des Plugin Videos);" visible="False" onclick="hide_video(Name des Plugin Videos);" onloaded="init_video(steam_care_video);" |
nein, falls die krpano.swf direkt verwendet wurde, diese einfach austauschen,Hallo Klaus, muss ich bei einem Update auf die 14er meine Panoramen neu erstellen? In meinem Falle make multires?