New issue
Advanced search Search tips

Issue 716 attachment: sound.html (1.2 KB)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!-- 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>