我的插件使用id plugin1作为js视图中的对象.. 我已经用js
注册了一个pdk方法setAngle像
PDL_RegisterJSHandler("setAngle", setRotationSpeed);
PDL_JSRegistrationComplete();
并称之为
var result = $('plugin1').setAngle(str);
这是我的视图中包含的插件......
<object type="application/x-palm-remote" id="plugin1" width=320 height=240 x-palm-pass-event="true">
<param name="alphablend" value="true">
<param name="exe" value="photoeditor_plugin">
<param name="Param1" value="2">
</object>
但它抛出异常“Object#have method setAngle”
任何人都可以帮助我吗?
thnks