PDA

View Full Version : Loading external text >> BUG?


beofonemind
11-06-2007, 11:01 PM
I need to load external text into a dynamic text field. Everything works fine, but inside the text file whenever there is a "&" symbol, flash stops reading the text. As soon as I take out the & symbols, everything works fine.

Is tihs a bug, is there a workaroound?

Any help would be appriciated.

using Flash 8 PRO

Thanks,

Tom

atomic
11-07-2007, 01:05 AM
Use %26 rather than the "&" character in the text file...

The "&" in Flash is reserved and used to signal the start of a new variable...

http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14143&sliceId=1

beofonemind
11-07-2007, 01:07 AM
THank you!!!

atomic
11-07-2007, 01:17 AM
Wellllllllllllllllcome! ;)