简体   繁体   English

使用嵌入了FLASH应用程序的ajax加载外部HTML文件

[英]loading an external HTML file with ajax which has a FLASH app embedded

I need to load contents of an external html document through AJAX. 我需要通过AJAX加载外部html文档的内容。 The problem is the external page has some Flash application embedded. 问题是外部页面上嵌入了一些Flash应用程序。 Now I need to show this html with the embedded flash in my own webpage... 现在,我需要在自己的网页中显示带有嵌入式Flash的html ...
Is this even possible? 这有可能吗?

Well I figured it out myself... 好吧,我自己弄清楚了...
this works fine for me: 这对我来说很好

 <div align="center" id="flexDiv">
    <p>
      <object id="external" name="foo" type="text/html" data="http://alimsyed.com">
      </object>
    </p>
  </div>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM