hello
i posted a flash slide show utilizing xml so the client could change images themselves. it WAS working a week or so ago…now in the captions the & display as &. where can i fix this? it is also this way on ie and safari (all mac).
cdata?
locally, this sample produces the correct ‘&’. note that i have used both versions (& and &)—
[COLOR=Gray]<set_12>
<img>http://www.jupiter.com/Library/flash/img/image12.jpg</img>
<link>no</link>
<sec>2</sec>
<desc>Public Utilities, Power - PG&E Grid Operations</desc>
</set_12>
<set_13>
<img>http://www.jupiter.com/Library/flash/img/image13.jpg</img>
<link>no</link>
<sec>2</sec>
<desc>Public Utilities, Power - PG&E Grid Operations</desc>
</set_13>
<set_14>
<img>http://www.jupiter.com/Library/flash/img/image14.jpg</img>
<link>no</link>
<sec>2</sec>
<desc>Public Utilities, Power - PG&E Grid Operations</desc>
</set_14>[/COLOR]
remotely, the same sample displays incorrectly, only using regular &s
[COLOR=Gray]<set_12>
−
<img>
http://www.jupiter.com/Library/flash/img/image12.jpg
</img>
<link>no</link>
<sec>2</sec>
<desc>Public Utilities, Power - PG&E Grid Operations</desc>
</set_12>
−
<set_13>
−
<img>
http://www.jupiter.com/Library/flash/img/image13.jpg
</img>
<link>no</link>
<sec>2</sec>
<desc>Public Utilities, Power - PG&E Grid Operations</desc>
</set_13>
−
<set_14>
−
<img>
http://www.jupiter.com/Library/flash/img/image14.jpg
</img>
<link>no</link>
<sec>2</sec>
<desc>Public Utilities, Power - PG&E Grid Operations</desc>
</set_14>
[COLOR=Black]puzzling since it worked a few weeks ago and wasnt altered in that timeframe.[/COLOR]
[/COLOR]
you probably need to embed the & symbol (in correct font) into the flash file somewhere. the inconsistency comes from you viewing and/or publishing the site of a machine which had the fonts installed an another which doesnt.