Really Nice :D but the sourcecode is 404 :)
Posts by Shanti
-
-
added to the OP :)
-
Is there a way to create only he images required for mobile/tablet ? on the command line? I am trying to make it automatically when I upload an image to my linux hosting, thanks ;)
-
wow so many problems :S
I wish I had more time to help all of you, but right now I am swamped with work and had no time to really do anything to this, I only do it on my free time since the plug-in is also free :P
there are a lot of components that have really cool scrollers, unfortunately most of them are NOT free so we can't really adapt one to krpano and distribute it, unless each and everybody that uses it buys a license, we need to either find a really FREE source code, or create one from scratch :) since a lot of us use Panos commercially is really hard to really find free stuff like that :P and like I said I really have no time right now but if anyone finds a true free source code in AS3 I am willing to give it a go to adapt it to krpano.
-
seems really cool, but I have only found a book and a fireplace, nothing else to do ? can't use the book on the fireplace :P
EDIT: Never mind I found out how :) Really cool idea !!! I am enjoying it :P
-
I agree, great idea :D
users will be able to create/add help topics :)
-
q100 , image360 that is already possible, just put the tracking inside the hotspot (or plugin)
example:
Code
Display More<plugin name="logo" url="krpano_logo.png" align="rightbottom" x="10" y="10" onhover="showtext(visit krpano.com);" onclick="action(tracklogo);" /> <action name="tracklogo"> call(events.trackthis,/ClickedLogo); openurl(http://krpano.com,_blank); </action>
example 2 (not completely sure it works):
Code<plugin name="logo" url="krpano_logo.png" align="rightbottom" x="10" y="10" onhover="showtext(visit krpano.com);" onclick="events.trackthis,/ClickedLogo;openurl(http://krpano.com,_blank);" />
in any case you can also do it for all your buttons if you like, the event is just like any other function from krpano so you can call it from anywhere actions are allowed that includes hotspots and plugins.
hope it works out for you guys :)
-
Hi,
it's not possible to have any direct access to the GPU from Flash!
the TPP player only uses the fact that the Flashplayer sometimes seems to use the GPU when using the Flash10 PerspectiveProjection to transform flash objects, but that works only on some specific GPU cards, and when Flash is not using the GPU (which can't be detected), this method of drawing 3D transformed images is slower than the usual Flash10 drawTriangle method...only the 'renderer' code is 'duplicated', the core is always Flash 9 based, and when starting to use Flash10 capabilities in the core, building a Flash9 version will not be possible anymore
best regards,
KlausOhh that explains the GPU issues, from other posts around the net I was under the impression that Flash used the GPU directly
but I wasn't saying create 2 parallel versions, I meant create 1 version 9 (or probably just leave the current one as the last v9) and leave it like that, just for "backup" then the new features will only be Flash 10 :)
-
Shanti, thanks for info. :)
Problem there is probably if someone wants to add hotspots to the panoramas since that isn't as easy when running remotely on server… (editing files via SSH is one solution but still).
Well even that's not that hard, using PHP and uploading a xml you could create your XML on a local computer and upload and link it to that particular panorama...
I was creating a simple PHP panorama editor for Krpano but due to lack of time on my part I stopped maybe I will re-take it and release it :)
-
please Flash 10 only!
my stats show that Flash 9 is used LESS and LESS and Flash being so easy to update now a days (a Flash player update was found earlier his week without opening my browser) I think dropping 9 is a good choice, besides I have never seen a panorama that looks or performs better on Flash 9...
but about the GPU, there is already a beta version of a new player (TPP ? ) that uses only 4-7% CPU to show the panorama, it even worked on my 6-7 year old video card, so using flash 10 + gpu is a good idea.
and 1 byte is 1 byte! some guys might not notice it because they have 10+ MB fast connections, but here in Mexico even tho we have 5 MB (someplace even 10MB) connections, they are REALLY slow at some times of the day (the fine print says UP TO 5mb) and still 1MB connection is the "average" so every little KB counts!
but there is probably another solution for the purists? if the code is already duplicate why not create a Flash 9 version only and a Flash 10 version ? I mean the current version could be used as the Flash 9 version(striping the Flash 10 part) and the newer one use Flash 10 only, I am pretty sure using some JS you could detect which version and deploy accordingly, new features and updates will only be available on the Flash 10 version but critical bug updates on both... hope that even makes sense
-
Hi, my name is Nikola Totuhov
I'm brand new user at krpano started reading y-day morning your documentation and I have question (not a begginer one)...
My main XML file, content the control plug-ins plus redirection to the next panoraama (by default) but I wanted to have map on it as well... unfortunatly when I add the map as an external xml (to keep my main XML light) the map disapear after I jump to another XML... Then I was thinking to add all panoramas information into the main XML file but that wasn't a good idea... 150 panoramas made my main XML file to become 630kb. So at the moment I have on my small tour (on each single panorama xml) a simple code...
... but again everytime I open a single panorama from the map or i just jump from one to next panorama by hitting hotspots I have my map closed :( So now I start thinking that I need a flash plugin as a map and here is my question...
is there any option to keep my map with some sort of variable check for open or close inside "the map XML file"... or... by having the flash plugin... how do I deal with Flash xml loads and such? how do I control the main flash, from the plug-in I made? any documentation for... anyone with expert skills to help please!
Best,
Nickytry keep="true" also, maybe you would like to post part of your xml so we can check it the map should not disappear when you click on a hotspot (unless you open a new html page)
-
this seems VERY interesting, so the sky is from the "small" pano and the rest was taken with a 85mm ? thats clever, would have to try it sometime :)
-
yes its possible, the tools have a Linux version you just need to use PHP and use the exec command, my website has a similar way of doing it (using word press) and it works perfectly :)
just make sure the tools *ARE* on a folder that cannot be accessed form public.
-
Wow. very nice tutorial! on my favorites now :D
-
I could not care less about the Iphone/Ipad, but nonetheless you never cease to amaze me :) GREAT JOB Klaus! keeping ahead of the competition :)
-
Well guys this scroller is kinda old, and the code is really a mess, I have been searching for other components to adapt for Krpano such as this one
http://flashotaku.com/blog/thumbnailscroller-component-as3/
that one offers a lot more options already built in and it should be easy to adapt (hopefully) so if anyone is interested I can give it a shot, I haven't had a lot of free time lately but I think Krpano needs a better thumbnail scroller than mine :)
what do you guys think?
-
Damn it :( hahaha, I forgot I moved my file system some weeks ago, and I didn't add the localaccess folder, its working now...
Thanks
-
Klaus, did the JS interface changed on the latest version?
before this worked:
Codefunction krpano() { return document.getElementById("krpanoSWFObject"); } alert(Number( krpano().get("view.hlookat") ));
now I get:
krpano().get is not a function
I tried the ones on the examples folder inside the 1.0.8 b9 and get the same error...
-
Thanks to Shanti for the original script.
I did because i needed a change,
1) Selected to highlight thumb with XML data, because the tour does not always begin with the first image.
parameter: <NumSelThumb> 1 </ NumSelThumb>
where 1 equals the number of thumb, starting from 0.2) Eliminate size effect.
I do not know how to center ... are not experts in AS3 .. help would be appreciated ;)
Modified script with 4 thumbs, start from 2 (1) visible on http://www.tour360.eu/panoramiche/santamaria/
Best regards..
Asperixthats very nice :) maybe you could share the code ? or the modifications made? :)
Tourvista created a better looking thumbnail scroller http://virtualtour.orcawebsites.com/skipton/index_orca.html but I got no idea which one is it, anyone know?
-
Clap Clap Clap!
IMPRESSIVE!
no doubt now on which is the best :D