I would like the equivalent of this line, where I pass a version
parameter:
<embed src="myflexapp.swf?ver=1.0"
How do I modify the Flex generated html to accomplish this:
// if we've detected an acceptable version
// embed the Flash Content SWF when all tests are passed
AC_FL_RunContent(
"src", "myflexapp",
"width", "100%",
"height", "100%",
"align", "middle",
"id", "myflexapp",
"quality", "high",
"bgcolor", "#869ca7",
"name", "myflexapp",
"allowScriptAccess","sameDomain",
"type", "application/x-shockwave-flash",
"pluginspage", "http://www.adobe.com/go/getflashplayer"
);