我正在尝试让node.js服务器发送css文件。我在这里修改这个服务器:
我所做的事情有什么问题:
server = http.createServer(function(req, res){
// your normal server code
var path = url.parse(req.url).pathname;
switch (path){
case '/':
res.writeHead(200, {'Content-Type': 'text/html'});
如何使用video.js播放器播放.SWF文件?
我已经尝试了下面的代码,但是我不能让它工作。
当我直接打开.swf文件(使用IE打开)时,我就能够以这种方式播放.swf文件。
JavaScript:
// path to location of swf-file
_V_.options.flash.swf = "video-js.swf";
// flashvars
_V_.options.flash.flashVars = {
file: "./ExportSWF/Recording.swf", //file to be played
au
是一个独立的库,它提供了一个闪存()函数;它不需要jQuery。但是不管有没有jQuery,我都看到了错误Uncaught ReferenceError: flashembed is not defined
来自和的页面html。
<div class="ads-box" id="ad1">
<script>flashembed("ad1", "/g/shows/sidebar/72940064_ad_swf.swf");</script>
</div>
<script src