Hello!

I'm trying to run the basic example of flash embedding.

The example is:
http://flowplayer.org/tools/demos/flashembed/index1.htm

The current code that doesn't work:
<html> <head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<script type="text/javascript" src="index1_files/tools.js"></script><style>
#clock {
width: 250px;
height: 250px;
}
</style>
</head>
<body>

<script>
flashembed("clock", http://flowplayer.org/swf/clock.swf");
</script><script charset="utf-8" id="injection_graph_func" src="index1_files/injection_graph_func.js"></script>

<!-- include flashembed. this file is not included in the "official" jQuery tools package -->
<script type="text/javascript" src=http://static.flowplayer.org/js/tools/tools.flashembed-1.0.3.min.js"></script>
<script type="text/javascript" src=http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

<div id="clock"></div>

</body>
</html>
Does somebody know what's the problem?

Thanks