Old 10-27-2008, 11:32 AM   #1 (permalink)
Junior Member
 
Join Date: Oct 2008
Posts: 1
Default & problem

Hi there
Trying to find support for the 'News Ticker White'
I am currently trying to make it display special characters such as '£' and '&' with no current success as they get converted (e.g. & is displayed as & ). I have saved the file as UTF-8 and ensured that the characters are embedded, I have also tried the & but this does not work.

Please help
A bit concerned as this has been raised before with no fix/reply.
Sideburnt is offline  
Old 11-23-2008, 07:04 PM   #2 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,981
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default Bug Fix

Open Ticker.as and edit the following:

after line 37 insert:
Code:
// rearange objects on stage			
...
_root.news_text.txt.html = true;
After that hit Ctrl+F and in the Find what box write
Code:
_root.news_text.txt.text
and in the Replace with box write:
Code:
_root.news_text.txt.htmlText
Hit Replace all and republish the swf.
Adrian is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:32 AM.