2

We are struggling passing the '&' symbol to a swf through the flashvars.

Here's the scenario: we have a swf file that displays some text, the data comes from a web service in .net, and we don't have the code source of the swf file.
The text that needs to be displayed, in some cases, contains the symbol &. The problem with that symbol is that it's the separator for the parameters of the flashvar.
So, for example, if I need to display 'Dogs&Cats', the swf will only read 'Dogs' (and display 'Dogs'), thinking that 'Cats' is some other parameter of the flashvar.

Would any one know some way to tell the swf that this & symbol is not a separator but it's part of a parameter?

Thanks a lot :)
Regards,
BS_C3

4

1 に答える 1

0

& として URL エンコードする必要がある場合があります&

于 2011-03-24T09:22:09.637 に答える