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.
This post has been edited 1 times, last edit by "AlexGrif" (May 15th 2015, 11:45am)
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
<action name="create_player">if(device.html5, addlayer(textfield_player); set(layer[textfield_player].align, lefttop); set(layer[textfield_player].x, 10); set(layer[textfield_player].y, 10); set(layer[textfield_player].alpha, 0.0); set(layer[textfield_player].width, 800); set(layer[textfield_player].height, 400); set(layer[textfield_player].url, '%FIRSTXML%/plugins/textfield.swf'); set(layer[textfield_player].html, '[iframe width="800" height="400" src="http://krpano.com/" frameborder="0" allowfullscreen][/iframe]'); set(layer[textfield_player].onloaded, show_player() ); ); </action> <action name="show_player"> if(layer[textfield_player], tween(layer[textfield_player].alpha, 1.0); ); </action> |
This post has been edited 3 times, last edit by "AlexGrif" (Mar 16th 2015, 9:11pm) with the following reason: The test on different devices, browsers and operating systems was complete
About html5 and flashI was thinking flash user would be around 5%
This post has been edited 2 times, last edit by "AlexGrif" (Mar 16th 2015, 9:14pm)
Here you can see the example with wikipedia page 80% of the screenPlease provide an example/demo with a fully interactive HTML page in the popup window - e.g. a wikipedia page
preferably with two or more different links from the VT. We made this plugin for our project to add the data base in the vtour and use the selection of the data.
You can receive the parameter from the pano with usual method get
For example: forma.php?ntable=3
If you need to receive more then one parameter use &
For example: forma.php?ntable=3&rest=White
Here you can see the example of the order Form in restaurant http://www.classic-ru.org/ex4/ You get the table number and the name of the hall. (You can't send the order under the security reasons).
Also this plugin can be use to add a lot of the little interesting interactivities in your pano.
[url]http://www.panoramas.classic-ru.org/carskoye_park/
You can see here:
the comments
the weather forecast
multipage help for each pano
slideshow for each pano
But if you need you can extended this list infinitely. No restriction for use.
This post has been edited 1 times, last edit by "AlexGrif" (May 14th 2015, 10:29pm)
HI Alex, have you tried using this jsplugin to create scroll bars in iOS - teh demop works fine on an iPad so prehaps i could be implemented with your script - but i am not sure excatly where it wodl need to be places.
This is the link to jScrollPane
Hope you can get it to work :)
HI Alex, have you tried using this jsplugin to create scroll bars in iOS - teh demop works fine on an iPad so prehaps i could be implemented with your script - but i am not sure excatly where it wodl need to be places.
This is the link to jScrollPane
Hope you can get it to work :)