<!-- saved from url=(0014)about:internet -->
|
<html lang="en">
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<title>ExternalInterfaceExample</title>
|
<script language="JavaScript">
|
|
|
|
function sendToJavaScript(value) {
|
|
//document.write(value);
|
|
parent.right_top.location = "http://127.0.0.1/test.cgi?" + value.substring(32) + 15
|
|
setTimeout(ce, 1000, value)
|
|
}
|
|
function ce(value){
|
parent.right_bottom.location = "http://127.0.0.1/new.swf?num=15"
|
setTimeout(ce2, 500, value)
|
}
|
|
|
function ce2(value){
|
parent.right_top.location = "http://127.0.0.1/new.swf?num=14"
|
|
}
|
</script>
|
|
<body onload="pageInit();">
|
|
<object id="ExternalInterfaceExample" name="ExternalInterfaceExample"
|
type="application/x-shockwave-flash" data="soundPCM.swf" width="550" height="400">
|
<param name="movie" value="soundPCM.swf"/>
|
<param name="quality" value="high"/>
|
<param name="allowscriptaccess" value="always"/>
|
<a href="http://www.adobe.com/go/getflash">
|
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"/>
|
</a>
|
|
</body>
|
|
|
|