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
Post a Comment