Hotspot text in Flash

Specific Q&A about the new Flash export
Locked
User avatar
Wim.Koornneef
Posts: 218
Joined: Wed Jan 03, 2007 4:11 pm
Location: The Netherlands
Contact:

Hello Thomas and Forum,

I have a few urgent questions about the text buttons of hotspots in Flash.

1) I need to know how I can expand the number of characters of the title of a hotspot. The title field is not limited so I can enter a lot of text but when creating the pano the text is truncated to approx. 27 characters.

2) Is it possible to enter a line return or break in the text. I tried the tag <BR>but it is not working.

Because I have to make multi-langual hotspots with a lot of explaining text I need the options above.

I also need to make "Info only" hotspots. I can leave the URL field empty, and this works fine, but then there is no visual difference between a linking hotspot and a info only hotspot. If there is an option to make the text "italic" or "bold" or color it etc. then this would be great.

I really need a workaround or a solution for both problems in a short time. If it isn't possible then I need to know this also in a short time.

Regards Wim.
User avatar
thomas
Chief Gnome
Posts: 2613
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

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.
MfG, Thomas
User avatar
Wim.Koornneef
Posts: 218
Joined: Wed Jan 03, 2007 4:11 pm
Location: The Netherlands
Contact:

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.
Hello Thomas,
That would be a great solution to tackle the current problems.
Thanks.

Regards Wim.

PS: Is there a mailinglist to inform users of pano2qtvr about new releases ?
Mahmood Rashid Khan
Posts: 8
Joined: Sun Apr 22, 2007 9:17 am
Location: Dubai - UAE
Contact:

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
Locked