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.
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »AlexGrif« (15. Mai 2015, 11:45)
|
|
Quellcode |
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> |
Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »AlexGrif« (16. März 2015, 21:11) aus folgendem Grund: The test on different devices, browsers and operating systems was complete
About html5 and flashI was thinking flash user would be around 5%
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »AlexGrif« (16. März 2015, 21:14)
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.
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »AlexGrif« (14. Mai 2015, 22:29)
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 :)