View difference between Paste ID: m1dqnEyh and erLFzjb0
SHOW: | | - or go back to the newest paste.
1
	  if (ExternalInterface.available) {
2
		var dyanmicContent:String = "hello";
3
		 var code:XML = <script>
4
		 <![CDATA[
5-
			function executeTracking() {
5+
			function executeTest() {
6
				//this breaks b/c dynamicContent isnt a js var, but a flash value
7
				document.write(dynamicContent);
8
			}
9
		  ]]>
10
		</script>;
11
		ExternalInterface.call(code);