English 中文(简体)
通过外围论点。
原标题:passing arguments in Externalinterface.call

我将如何将这些两条论点纳入行动说明2的外部调子?

name:  go 
params: {}

为什么不这样做?

ExternalInterface.call("eventaction",({name: ‘go’,params: {}}));
最佳回答

1. 每一论点使用物体字面提子:

ExternalInterface.call("eventaction", {"name": "go"}, {"params": {} });
问题回答

暂无回答




相关问题
As2 Benchmarking

I ve been looking for a took or a method of benchmarking as2 code specifically individual functions. I ve looked at Grant Skinners Performance Test which is for as3 so it does me no good. Does anyone ...

For Loop Only Returning Last Item in Array :(

I m an actionscript novice so I hope I m missing something simple here. In a nutshell, I have a for loop updating a dynamic text element but it seems to iterate so fast that only the last item in the ...

Volume slider - volume doesn t change until mouse over

I ve created a small music player with a sliding volume control. I m having trouble with the volume. Though it does control volume properly, if I set the initial volume to less than 100%, the volume ...

as2 simple for loop not populating textbox

I have got an xml file that brings text into a flash movie in the form of an array, I need to population some textboxes and want to do this using a for loop. My loop look like this: for(var i=...

Run Jquery function on actionscript 2.0

I have a function in jquery I would like run in flash using action script 2.0 The Jquery: <script> $(document).ready(function(){ $("a").click(function(event){ $("div#Header")....

热门标签