<script type="text/javascript" src="scripts/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.gameId = "test";
var params = {};
var attributes = {};
swfobject.embedSWF("Flash/court.swf", "myId", "818", "408", "9.0.115","Flash/expressInstall.swf", flashvars, params, attributes);
</script>
Inside the body:
<div id="myId"></div>
Here is the Flash:
myTextField.text = root.loaderInfo.parameters["gameId"];
Still comes up empty. Not sure what I'm doing wrong or what I'm not doing. What do you think?

New Topic/Question
Reply


MultiQuote


|