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.
Windows 64 version:
Win XP64, the thing says it can' t recognize kmakemultires as a program and it hangs
right, the kmakemultires file is missing in the windows 64bit version - sorry, I don't know how this could happen... please download again, now it's there.kmakemultires.exe is missing
the video will open fullscreen (not in a new window) - but this is the standard behavior on the iPhone (only there) when playing videos and there is no way to change that,on iphone there is no problem with video player distorded but i have a bugg on iphone 4 the video is playing in a new quicktime window flat ? my file is a m4v…
...
This post has been edited 1 times, last edit by "Karotte" (Sep 3rd 2011, 10:00am)
Hi Klaus,
Sorry to be a killjoy ...
I just tried opening locally the video-hotspot.html example with Safari, useragent iOS - 4.3.3 - iPad... And the video does not show, neither the poster does...
A note, the console of the Web Inspector is reporting:
TypeError: 'undefined' is not a function (evaluating 'b.pause()')
SAlut.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
<hotspot name="video1"
url="plugins/videoplayer.swf"
alturl="videoplayer.js"
videourl="video.flv"
altvideourl="video.m4v"
posterurl="videoposter.jpg"
distorted="true"
ath="0.0" atv="0.0"
width="249.066002"
height="186.799502"
edge="lefttop"
ox="-216.06"
oy="-118.31"
pausedonstart="false"
loop="true"
volume="1.0"
buffertime="0.1"
updateeveryframe="false"
onvideoready=""
onvideocomplete=""
/>
|
So, I have tried with an other PC and it work now... Do not know why it does not before, sorrySorry to be a killjoy ...
I just tried opening locally the video-hotspot.html example with Safari,....
...Yes, this seems to be right... the loop="true" is ignored....I can get the video to run on the iPad if I use an onclick="play()" - unfortunately it ignores the loop="true" and runs only once for each click.
|
|
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 |
<!-- note - the url of the video must be always relative to the main krpano swf file --> <hotspot name="videospot" url="%SWFPATH%/plugins/videoplayer.swf" alturl="%SWFPATH%/plugins/videoplayer.js" videourl="%SWFPATH%/examples/plugin-examples/video-hotspot/cats-short.flv" altvideourl="%SWFPATH%/examples/plugin-examples/video-hotspot/cats-short.m4v" posterurl="%SWFPATH%/examples/plugin-examples/video-hotspot/poster.jpg" distorted="true" ath="0" atv="0" edge="center" scale="1.0" rx="0" ry="0" rz="0" pausedonstart="true" directionalsound="true" range="110" volume="0.7" onhover="if(ispaused, showtext(click to play, videohoverstyle), showtext(click to pause, videohoverstyle));" onclick="togglepause();" pseudoloop="true" onvideocomplete="if(pseudoloop , play() );" /> |
...Don't apologize for thatBelow a detailed list about all news and changes compared to version 1.0.8.12 (sorry, it's a long list)
Great work! Can't wait to start using it.