我用.NET做网站,在母版页里 的顶部有如下一段代码:
<table width="780" height="145" border="0" cellpadding="0" cellspacing="0" background="images/top.gif">
<tr>
......
http://www.pudn.com/downloads106/sourcecode/others/detail435997.html
我参考这个代码 来实现flash播放功能 我选择某个swf文件之后,跟踪了一下,代码在这
void
CInputScript::ParseTags(int *status) 函数里循环了好久 , 没有播放出来 , 我想自己实现flash播放功能,不想用第三方插件啊, 大家帮忙看看,这个是 ......