PosterURL won't load!

  • Hi, I was answering about a preloader before because our video take so long to load. Now we realize that our PosterURL is not loading. I'm trying everything but cannot get to load it.
    Please someone help me!!


    This is our XML:


    Code
    <krpano>	<action name="startup" autorun="onstart">			if(device.panovideosupport == false,			error('Sorry, but panoramic videos are not supported by your current browser!');		  ,			loadscene(videopano);		  );	</action>
    	<scene name="videopano">		<plugin name="video"		        url.html5="%SWFPATH%/plugins/videoplayer.js"			posterurl="https://www.iqvi.mobi/viewer/examples/webvr/images/paris_parade_teaser_300.jpg"		        pausedonstart="false"		        loop="true"			onvideoready=""		 		        volume="1.0"		        onloaded="add_video_sources();"		        />		<include url="skin/videointerface.xml" />		<image>			<sphere url="plugin:video" />		</image>		<view hlookat="0" vlookat="0" fovtype="DFOV" fov="130" fovmin="75" fovmax="150" distortion="0.0" />
    		<action name="add_video_sources">			videointerface_addsource('1024x512', 'https://www.iqvi.mobi/videos/Paris_Parade_1024x512.mp4|https://www.iqvi.mobi/videos/Paris_Parade_1024x512.webm|https://www.iqvi.mobi/videos/Paris_Parade.mp3', '%CURRENTXML%/images/paris_parade_teaser_1024x512.jpg');			videointerface_addsource('1920x960', 'https://www.iqvi.mobi/videos/Paris_Parade_1920x960.mp4|https://www.iqvi.mobi/videos/Paris_Parade_1920x960.webm|https://www.iqvi.mobi/videos/Paris_Parade.mp3', '%CURRENTXML%/images/paris_parade_teaser.jpg');						if(device.ios,				videointerface_play('1024x512');			  ,				videointerface_play('1024x512');			  );		</action>	</scene></krpano>


    Greetings!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!