开发者

How to call javascript inside flex 3?

开发者 https://www.devze.com 2023-02-01 00:14 出处:网络
function func(param) { ... } How to call an external javascript function func with 开发者_Go百科param as parameter inside flex 3?Use \"ExternalInterface.call\" method or use Flex-Ajax bridge to com
function func(param)
{
 ...
}

How to call an external javascript function func with 开发者_Go百科param as parameter inside flex 3?


Use "ExternalInterface.call" method or use Flex-Ajax bridge to communicate with JavaScript. More info can be found here:

http://livedocs.adobe.com/flex/3/html/help.html?content=ajaxbridge_1.html

0

精彩评论

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