jquery - How to call a page inside a div with flash? -


i need call page inside div, flash!

i have script on page:

$('#bt_aoptica').click(function () {         $('#my_site_content').load("aoptica.html");         $("#menu ul li a").not(this).removeclass("currentmenu");         $(this).toggleclass("currentmenu");          }); 

and works menu!

how call actionscript 2??

ty!

i think looking if not :) sorry

http://codingrecipes.com/calling-a-javascript-function-from-actionscript-3-flash

as2

geturl('javascript:fromflash();') 

js

function fromflash(){    // put ur javascript/jquery instructions here } 

Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -