Lieber Besucher, herzlich willkommen bei: krpano.com Forum. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
thanks, interesting to know but very strange, it would mean that the html video object doesn't have a pause function...A note, the console of the Web Inspector is reporting:
TypeError: 'undefined' is not a function (evaluating 'b.pause()')
right, the loop="true" is ignored in iPhone/iPad iOS 4.* versions (in iOS 5 or Desktop it's working) - but I will add an automatic workaround for that in the next release,unfortunately it ignores the loop="true" and runs only once for each click.
I would say that's not that big problem, regarding to the messages they will only stop developing it, but as long the access is available, the maps plugin will still work,I hope that the Google Maps API deprecation does not affect you or the krpano adversely. It's a pity they stopped supporting it. Just heard about it today: http://techcrunch.com/2011/09/02/google-…-api-for-flash/
not yet, but I will try to provide it with the next release,Is this new update contains distorted hotspot with a cropped image?
the version is : Safari 5.1 (7534.50)do you know what Safari version you were using when it happen and is it reproduce able on that computer?
I'm using the same Safari version, but I'm not able to reproduce that and theoretical that should be not possible...the version is : Safari 5.1 (7534.50)
and yes it is reproduce able on that computer and on another one too (same network, could it be something related to network?)...
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 |
INFO: krpano JS 1.0.8.14 (build 2011-09-08 debug) INFO: Desktop/Win32 - iOS:4.3.3 Safari:5.0.2 DEBUG: hotspot[videospot] video=[object HTMLElement] DEBUG: hotspot[videospot] video.play=undefined DEBUG: hotspot[videospot] video.pause=undefined DEBUG: hotspot[videospot] playvideo(cats-short.m4v) - parsedurl=cats-short.m4v DEBUG: hotspot[videospot] - set poster to poster.jpg DEBUG: hotspot[videospot] - pausedonstart=true - paused now DEBUG: hotspot[videospot] poster image loaded - use size=320x240 DEBUG: hotspot[videospot] have_videosize - 320x240 (from poster or default) |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »michel« (9. September 2011, 09:42)
correct would be:
Zitat
DEBUG: hotspot[videospot] video=[object HTMLElement]
DEBUG: hotspot[videospot] video.play=undefined
DEBUG: hotspot[videospot] video.pause=undefined
that means the browser had build a normal "HTMLElement" instead of a "HTMLVideoElement"...
Zitat
DEBUG: hotspot[videospot] video=[object HTMLVideoElement]
DEBUG: hotspot[videospot] video.play=function play() { [native code] }
DEBUG: hotspot[videospot] video.pause=function pause() { [native code] }
:|
|
Quellcode |
1 2 3 4 5 6 |
INFO: krpano JS 1.0.8.14 (build 2011-09-08 debug) INFO: Desktop/Win32 - iOS:4.3.3 Safari:5.0.2 DEBUG: hotspot[videospot] video=[object HTMLElement] DEBUG: hotspot[videospot] video.play=undefined DEBUG: hotspot[videospot] video.pause=undefined WARNING: videoplayer plugin - HTML5 video is not supported by this browser! |
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 |
<plugin name="gyro"
devices="iphone|ipad"
url="gyro.js"
keep="true"
enabled="false"
camroll="true"
friction="0.5"
velastic="0.2"
onloaded="delayedcall(4,if(available, gyroscope, nogyroscope));"
/>
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 |
<action name="gyroscope"> set(plugin[gyro].enabled,true); set(plugin[pausegyro}.visible,true); show_gyroscope(); </action> <action name="nogyroscope"> set(autorotate.enabled,true); set(plugin[pauseiphone}.visible,true); show_rotate_off(); </action> |
a not working if() would be very strange of course!There is a problem on krpanoiphone.js in this new version, it looks that "if" doesn't work anymore...
in the previous version the usage [ ] characters were parsed a bit different (wrong to be exact) - there the action stops at the ; characeter even when still inside the [ ] brackets - now in the new version that works right and the viewer looks for the closing ] character,What is funny is that I always used this code and it was working with the previous versions ???

the showerror should work everywhere, there is no special case for Android...By the way, one more thing : showerrors="false" doesn't seem to work on android ? is there a way to hide errors for thoses devices ?