打印

[其它] 如何把一个在线flash movie嵌入BLOG内

目的是想把一个网站中的flash movie嵌入自己的BLOG内,发现网页里只有一段代码是:
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','230','height','425','src','http://www1.sheridaninstitute.ca/testimonials/testimonials','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','http://www1.sheridaninstitute.ca/testimonials/testimonials' ); //end AC code
</script>

SWF文件的网址是http://www1.sheridaninstitute.ca/testimonials/testimonials.swf
请问这个swf在页面内是如何调用movie出来的,怎么现在无法找到任何FLV和XML相关的文件呢?
这些flash movie的课程介绍都是出自北美动画界的哈佛 - Sheridan College的学校网站。
flash movie课程介绍的在线网址是:http://www1.sheridaninstitute.ca/programs/0809/pinmm/?secid=1

请高手指点!