Issue flashvars
-
Hi,
I’m trying to add a variable that contains & on it. in fact, the variable shows as follows:
http://www.localhost/blablablabla&bleblebleble&blobloblo
The problem is that SWFObject is interpreting this url with 3 variable objects, the first one from http to blablabla, the second up to blebleble and the third up to blobloblo.
is there any way to escape this & just to interprete the whole url?
my code:
so.addVariable(“tagcloud”,”<tags><%=cadena%></tags>”);
so.write(“flashcontent”);cadena contains the url specified.
Thanks a lot.
The topic ‘Issue flashvars’ is closed to new replies.