Will stereo work for panoramas with different resolutions and different breakdown into levels and tile sizes? For example, the 1st panorama:
multires="664,664,1328,2656,5312,10624,21248"
2d panorama:
multires="1024,1024,2048,4096,8192,16384"
How do I describe each panorama its own multires? I need this for the implementation of "Before-After", taken in different resolutions. Resize to the same resolution loses the sense of showing changes. In addition, the panoramas are already tiled and uploaded to the server. I only need to make a separate html and xml to show the changes.
And will the zoom limitation and synchronization work according to maxpixelzoom if this implementation is possible?
Posts by Rodeus
-
-
Hi,
yes, the stereo-support works for multires too.
Will stereo work for panoramas with different resolutions and different breakdown into levels and tile sizes? For example, the 1st panorama:
multires="664,664,1328,2656,5312,10624,21248"
2d panorama:
multires="1024,1024,2048,4096,8192,16384"
How do I describe each panorama its own multires? I need this for the implementation of "Before-After", taken in different resolutions. Resize to the same resolution loses the sense of showing changes. In addition, the panoramas are already tiled and uploaded to the server. I only need to make a separate html and xml to show the changes.
And will the zoom limitation and synchronization work according to maxpixelzoom if this implementation is possible? -
Hi, Klaus! I am engaged in an upgrade of old Flash-tours to HTML5 and with regret I have to abandon Elastic tweens, which are not in the MoreTweenTypes Plugin. Once in 2013, you said that they might appear in the future. I would appreciate it if you included these useful features in the next release.
http://livepano.ru/other/stoma/vtour_flash/ 2010 -
Look at this example and give more details what you need
http://autosound.moscow/tour/index.html -
Google bought Marzipano and made it free for all projects, including commercial. What perspectives do you see in this product? How much does it is competitive for KRPano in the future? Some are already predicting his destiny KRPano killer.
"Marzipano is a 360° media viewer for the modern web.
Supports all major desktop browsers and mobile devices.
Embraces standard web technologies and provides a powerful Javascript API."
http://www.marzipano.net/ -
Not work actions "sign_active" and "sign_inactive"!
http://livepano.ru/temp/smp/index.htmlCode
Display More<layer name="pdf" onclick="pdf_list_on();" /> <layer name="pdf_cons_ru" style="pdf_list" visible="false" alpha="0" /> <style name="pdf_list" url="%SWFPATH%/skin/pdf.png" keep="true" align="center" edge="bottom" y="0" onover="sign_active();" ondown="sign_active();" onout="sign_inactive();" zorder="501" /> <layer name="pdf_cons_ru_txtplace" style="pdf_txtplace_style" x="-255" width="125" visible="false" alpha="0" html="data:pdf_cons_ru_text" /> <data name="pdf_cons_ru_text"> <p align="left"> <font face="arial" size="13"> <a href="docs/SMP_Bank_Consolidated_2012.pdf" target="_blank">Консолидированная<br/>отчетность</a> </font> </p> </data> <style name="pdf_txtplace_style" url="%SWFPATH%/plugins/textfield.swf" keep="true" align="center" edge="lefttop" y="3" background="false" autosize="center" zorder="501" css="data:pdf_css" /> <style name="pdf_txtplace_style_hover" url="%SWFPATH%/plugins/textfield.swf" keep="true" align="center" edge="lefttop" y="3" background="false" autosize="center" zorder="501" css="data:pdf_css_hover" /> <data name="pdf_css"> a { color:#FFFFFF; text-decoration:underline; font-weight:normal; } a:hover { color:#FFFFFF; text-decoration:none; font-weight:normal;} </data> <data name="pdf_css_hover"> a { color:#FFFFFF; text-decoration:none; font-weight:normal; } a:hover { color:#FFFFFF; text-decoration:none; font-weight:normal;} </data> <action name="sign_active"> layer[pdf_cons_ru_txtplace].loadstyle(pdf_txtplace_style_hover); </action> <action name="sign_inactive"> layer[pdf_cons_ru_txtplace].loadstyle(pdf_txtplace_style); </action>
-
-
-
Hi all! I have many videos in one scene, one of them starts playback onloadcomplete. I found the problem. Videos as static plugins and hotspots starts playback simultaneously. I solved this problem using dynamic plugins and hotspots. Ok. Then I need to start new video with automatically paused already played. I use this check-code:
Q1: But it does not work. Is it limitation of videoplayer.swf? Or where is my mistake?
Q2: I need to pause-check many videos before next video starts. How to do it gracefully without checking all videos one by one?
-
some words about using "time" attribute: Actions and events links to arbitrary time video playback
-
Oooo! Great loop! Thx, Klaus!
-
It's working, as I understood you problem. Test please:
http://rghost.ru/3369299/privat…bd8349987239b96 -
I've seen all your bug reports about videoplayer. Because I have permanent troubles with first starting videos in heavy-coded tours since spring. In any versions of this plugin. And last 2 tours plays videos as plugin (PLuGIN-plUgin, "Buttery butter", russian sentence
). I'll check you report about resize and answer to you in this topic. May I show you some troubled tours with video in PM?
-
I saw this bug in Autopano Tour.
-
Sorry, Tuur! As for me, there are no secrets in this tour, but it' strange clients rules.
-
You can choose one of you like, its just the same equipment:
http://ortery.com/examples/index.php -
Hi, Michel! Just only some videos in different sizes? Hmm... I'm coding now heavy-loaded tour with many video's and VR-objects, and haven't any problems with sizes. In one scene there is 2 static hotspot-videos with ability to play in one moment. In another scenes I add video's dynamicaly as plugins (because its very heavy scene: 4 video-plugins, 1 videospot, 12 ObjectVR's), and haven't any problems with sizes too.
-
UPD:
5. Able to unite plugins into groups
SOLUTION: Use Parent/Child
7. Fade-in and fade-out for sound
SOLUTION: Use TweenBut transitions, layer effects and other....
-
Yes, I'm interested! And not only for pano, for object it will be great! But in krpano its just the same plugin for both type of VR, as I understand.
PS ....But I'm not a flash developer
-
Hi, all! Is it possible to link actions and events to arbitrary time video playback? And for audio playback too.