Page 1 of 1

Change font color in hotspot

Posted: Fri Jun 20, 2014 11:43 pm
by ESmeets
Hello,

I am trying to change the textcolor of a hotspot. I used this code: <font color=”#003273”>De ontspanknop</font>
I exported the file as an Flash9 .swf but the whole hotspot text disappears when I use the above code. If I just type some text in the Title area it works like normal.
Any idea why this does not work?

Eric.

Re: Change font color in hotspot

Posted: Mon Jun 23, 2014 12:20 am
by Roy Reed
ESmeets wrote:<font color=”#003273”>De ontspanknop</font>
If you had literally this then it won't work. The quote marks around the color code should be:

<font color="#003273">De ontspanknop</font>

straight quote marks.