Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 87158

Re: Embedding HTML Into Flash?

$
0
0

Hi guys its pretty cool, Finally i found a very good method of loading html content URL inside Flash. Try with any Jquery API i have used bPopup.js.

From flash pass any URL to this js method and embed all the required Jquery API's:

<script src="assets/jquery.bpopup-0.9.4.min.js"></script>

<script src="assets/jquery.easing.1.3.js"></script>

<script src="assets/scripting.min.js"></script>

 

<script language="javascript">

      function openModalWindow(url)

   { 

       document.getElementById("popup2").innerHTML = "<iframe id='myIFrame' src='" + url + "'frameborder='0'></iframe>";

       $('#popup2').bPopup();

   }

  </script>


Viewing all articles
Browse latest Browse all 87158

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>