Using this snippet of javascript along with a json string to transmit data to a flash project.
var flashvars = {
xmlFile: 'http://iyt.psu.edu/xml/abington/home.xml',
preface: 'http://iyt.psu.edu/',
preload: '{"url":"flash/project.swf","x":"375","y":"237","link":"home","tween":{"prop":"y","begin":"0","finish":"-200","duration":"1"}}'
};
Encountering issues in IE due to the preload line. Any suggestions on what might be causing the problem besides the fact that it's Internet Explorer? ;^)