Page 1 of 1

HTML code and multi language support

Posted: Sun May 20, 2007 8:17 am
by Mahmood Rashid Khan
Hi every body,
thomas wrote:Both things should have been implemented but currently they are broken. Starting with version 1.6.2 you can add the following lines to your project file

Code: Select all

flash.hotspottext.height=50
flash.hotspottext.width=300
and they should work. Also HTML should work starting with this version (<br>, <b>, <i>, ...). I hope I can upload this version today or tomorrow evening.
The code for width and hight works fine. How to write <br> <b> <i> html codes in pano2qtvr project file.

Is there way that we can write bilingual names (labels) in Arabic & English together or only in Arabic.

Thanks & Regards,

Mahmood

Posted: Tue May 22, 2007 3:28 pm
by 360Texas
not sure... maybe someone else can help..

The <br> means line break

<b> bold </b>

<i> italics </i>

Same problem here

Posted: Wed May 30, 2007 10:16 am
by Wim.Koornneef
I found out that it is not possible to enter text with punctuation marks in the textbox of the hotspot title, so for example in the word "Entrée" the "é" will be displayed in the pano as a question mark symbol.

The workaround for it, embedding the HTML code for the character "é" ( &eacute;) is not working because all HTML code that starts with the character "&" is not recognized by the application or Flash and showed as text in the pano.

Is there any "working" workaround ?