Sie sind nicht angemeldet.

1

Sonntag, 22. Januar 2012, 17:56

Embedding google font and open lightbox html pages inside virtual

Hi, i'm just looking at the demo for a virtual tour that i will do for a congress hall in my town.
I'd like to ask you if it's possibile to embed different fonts or google fonts for the infostyle and if it's possibile to open a lightbox with a different html page inside in the interaction of the virtual tour?

thanks a lot!
lorenzo

2

Sonntag, 22. Januar 2012, 20:32

Hi,

using 'Google Web Fonts' isn't possible inside Flash,

about Lightbox - when using the Flash embedding Parameter wmode="opaque" then HTML elements can overlay the krpano Flash object and using a Lightbox should be possible,

to call a Javascript function from the krpano xml that opens the Lightbox, the js() Action can be used:
http://krpano.com/docu/actions/#js

best regards,
Klaus

3

Montag, 23. Januar 2012, 09:10

Hi,

using 'Google Web Fonts' isn't possible inside Flash,

about Lightbox - when using the Flash embedding Parameter wmode="opaque" then HTML elements can overlay the krpano Flash object and using a Lightbox should be possible,

to call a Javascript function from the krpano xml that opens the Lightbox, the js() Action can be used:
http://krpano.com/docu/actions/#js

best regards,
Klaus
thank you Klaus for your support
wonderful for the js but it's possibile to embed non standard fonts into flash?

bye
lorenzo

4

Mittwoch, 25. Januar 2012, 19:12

Hi,
but it's possibile to embed non standard fonts into flash?
yes, but only by modifying the textfield plugin source (enabling embedded fonts) and embeding there the "ttf" by mxmlc [embed] code, and recompling the plugin,
a dynamic loading of other fonts is unfortunately not possible in Flash,

best regards,
Klaus