开发者

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

开发者 https://www.devze.com 2023-03-25 05:57 出处:网络
I need to load content开发者_JAVA技巧s of an external html document through AJAX. The problem is the external page has some Flash application embedded.

I need to load content开发者_JAVA技巧s of an external html document through AJAX. The problem is the external page has some Flash application embedded. Now I need to show this html with the embedded flash in my own webpage...

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>
0

精彩评论

暂无评论...
验证码 换一张
取 消