Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/meteor/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用jQuery嵌入flashlivefeed_Jquery - Fatal编程技术网

使用jQuery嵌入flashlivefeed

使用jQuery嵌入flashlivefeed,jquery,Jquery,我如何嵌入这个实时提要——它有Javascript和这个ac\u ff\u runcontent: <script src="http://static.awempire.com/Scripts/AC_RunActiveContent.js" type="text/javascript"></script> <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download

我如何嵌入这个实时提要——它有Javascript和这个
ac\u ff\u runcontent

<script src="http://static.awempire.com/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,24,0','width','160','height','120','src','http://static.awempire.com/flash/live_feeds/live_feed','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','wmode','transparent','flashvars','appletroot=http://static.awempire.com/flash/live_feeds/&appletskin=template3/template01.swf&appletcol=900000&psid=ddany23&campaign_id=20520&pstour=t1&psprogram=REVS&site=jsm&flags=137438953473,137438953504,1,32&lp_lang=auto','movie','http://static.awempire.com/flash/live_feeds/live_feed' ); //end AC code
</script>
<noscript>
   <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,24,0" width="160" height="120">
       <param name="movie" value="http://static.awempire.com/flash/live_feeds/live_feed.swf" />
       <param name="quality" value="high" />
       <param name="wmode" value="transparent" />
       <param name="flashvars" value="appletroot=http://static.awempire.com/flash/live_feeds/&appletskin=template3/template01.swf&appletcol=900000&psid=ddany23&campaign_id=20520&pstour=t1&psprogram=REVS&site=jsm&flags=137438953473,137438953504,1,32&lp_lang=auto" />
       <embed src="http://static.awempire.com/flash/live_feeds/live_feed.swf" width="160" height="120" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" flashvars="appletroot=http://static.awempire.com/flash/live_feeds/&appletskin=template3/template01.swf&appletcol=900000&psid=ddany23&campaign_id=20520&pstour=t1&psprogram=REVS&site=jsm&flags=137438953473,137438953504,1,32&lp_lang=auto"></embed>
   </object>
</noscript>

AC_FL_RunContent(‘代码基’,’http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,24,0','width','160','height','120','src','http://static.awempire.com/flash/live_feeds/live_feed“,”质量“,”高“,”插件页“,”http://www.macromedia.com/go/getflashplayer“,”wmode“,”transparent“,”flashvars“,”appletroot“=http://static.awempire.com/flash/live_feed/&appletskin=template3/template01.swf&appletcol=900000&psid=ddany23&campaign\u id=20520&pstour=t1&psprogram=REVS&site=jsm&flags=137438953473137438953504,1,32&lp_lang=auto'、'movie'、'http://static.awempire.com/flash/live_feeds/live_feed“);//结束AC代码
在这方面:

$(this).html(**'PLACE THE CODE HERE**');

}, function() {

    $(this).html('<img src="' + $(this).attr("title") + '" width="180" height="135"/>');
$(this.html(**'将代码放在这里**');
},函数(){
$(this.html(“”);

我不知道您是否仍然感兴趣,但您可以尝试像这样的SWF包装器