【发布时间】:2011-04-25 07:03:12
【问题描述】:
我看到http://www.delphiflash.com/demo-youtube-video 介绍了如何在delphi 上加载Flash 视频,但它不是免费的。还有其他方法吗?
喜欢 html 然后是 TWebBroeser?
sampleVideo.html //这在 TwebBrowser 上不起作用还有其他方法吗?
<html>
<head>
</style>
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
</head>
<body>
<object width="640" height="390">
<param name="movie" value="http://www.youtube.com/v/L7NWdxFAHdY&hl=en_US&feature=player_embedded&version=3">
</param><param name="allowFullScreen" value="true">
</param><param name="allowScriptAccess" value="always">
</param><embed src="http://www.youtube.com/v/L7NWdxFAHdY&hl=en_US&feature=player_embedded&version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390">
</embed></object>
</body>
</html>
【问题讨论】:
标签: delphi video activex youtube flash