PDA

View Full Version : Using word doc in text scroller


ebz
08-20-2002, 02:40 PM
please help!

Anybody know:

1) Using a word .doc in a Flash MX that loads as an external file as text scroll movie instead of *.txt?

2) How to get special characters showed in a Flash MX text scroll movie where it gets the text outside in a *.txt or other text document.?

So i need a Flash MX text scroll where it can show at least special characteres like ÆØÅ

Does it make any sense?

cheers, ebz

Jesse
08-21-2002, 01:41 PM
1. Not possible, sorry.
2. Rmemeber to search the forums, I've answerred this 4 times this week. Use:
trace(escape('Æ'));
Replace Æ with what the above code outputs and you should be fine.