You are not logged in.

MikaG

Beginner

  • "MikaG" started this thread

Posts: 24

Location: Berlin, Germany

  • Send private message

1

Tuesday, April 26th 2016, 6:56pm

How to force Flash usage in browser

Hi there,

while I was tweaking a Vtour I lost the capability to use the editor.swf and options.swf, because Chrome suddenly automatically switches to HTML5 and therefore the afore mentioned Flash plugins won't be loaded anymore. I need them as long as I'm setting all those polygonal hotspots and don't know, how to disable (temporarily) the HTML5 version or better force Flash as standard. Could somebody please shed some light onto my confused mind!?

Thanks in advance!

2

Wednesday, April 27th 2016, 1:59pm

Hi,

this is controlled by the 'html5' or 'flash' embedding setting in the html file:
http://krpano.com/docu/html/#html5
http://krpano.com/docu/html/#flash

Use html5=never or html5=fallback or flash=only or flash=prefer to use Flash by default.

If you want to switch to Flash only for quick testing and when the passQueryParameters
setting is enabled (by default it is) you can also just add '?flash=only' to the url - e.g.

Source code

1
tour.html?flash=only


Best regards,
Klaus

MikaG

Beginner

  • "MikaG" started this thread

Posts: 24

Location: Berlin, Germany

  • Send private message

3

Wednesday, April 27th 2016, 5:31pm

Thank you Klaus,

lacking of HTML code knowledge I already tried and altered html5=false instead of html5=never... Nevertheless, thank you!

4

Wednesday, April 27th 2016, 5:34pm

That's not related to 'HTML code knowledge', that's mainly just krpano knowledge ;-).

Unknown stuff, settings or variables should be always looked-up in the documentation.

Best regards,
Klaus

MikaG

Beginner

  • "MikaG" started this thread

Posts: 24

Location: Berlin, Germany

  • Send private message

5

Sunday, May 1st 2016, 12:35am

Oops, I somehow frequently skipped the HTML part in the documentation... Sorry about that!