i have a swf file with a text field that i would like updated with a php variable when php loads the swf file. in the swf file there is a cdata value of 50 for the initial text, eg <![CDATA[50]]> </InitialText> {displayed using a xml editor). i would like this value to be updated when the php loads the swf file.
i have the swf file loaded up with swfobject. i have tried setting up the flashvars.value = “1000” and then set the cdata as <![CDATA[{value}]]> but the new value does not display in the swf text field. what am i doing wrong?