首页上一页 1 下一页尾页 1 条记录 1/1页
在在线播客视频网中,play页放在Literal1中的播放器不能显示,我已经安装了FLASH播放插件,还是不行
发表在ASP.NET图书答疑
2012-06-24
是否精华
是
否
版块置顶:
是
否
我考虑是不是这段代码有问题啊 // 显示视频
public static string GetFlashText(string url)
{
url = "player.swf?fileName=" + url;
string str = "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' width='452' height='360' id='index' name='index'><param name='allowScriptAccess' value='always' /><param name='movie' value='" +
url + "'><embed src='" +
url + "' id='index' name='index' type='application/x-shockwave-flash' swLiveConnect=true allowScriptAccess='always' width='452' height='360'></embed></object>";
return str;
}
在这段代码中ID和NAME各指的什么啊,上面有两个ID有两个NAME,还有放在目录下的文件播放地址也没有带入啊,请求给予详细的解释,谢谢.
public static string GetFlashText(string url)
{
url = "player.swf?fileName=" + url;
string str = "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' width='452' height='360' id='index' name='index'><param name='allowScriptAccess' value='always' /><param name='movie' value='" +
url + "'><embed src='" +
url + "' id='index' name='index' type='application/x-shockwave-flash' swLiveConnect=true allowScriptAccess='always' width='452' height='360'></embed></object>";
return str;
}
在这段代码中ID和NAME各指的什么啊,上面有两个ID有两个NAME,还有放在目录下的文件播放地址也没有带入啊,请求给予详细的解释,谢谢.