You are not logged in.

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.

1

Sunday, January 22nd 2012, 5:56pm

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

Sunday, January 22nd 2012, 8:32pm

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

Monday, January 23rd 2012, 9:10am

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

Wednesday, January 25th 2012, 7:12pm

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