混合应用程序:对象没有 setAngle 方法

发布于 2024-11-07 21:51:07 字数 668 浏览 0 评论 0原文

我的插件的 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 # has no method setAngle”

任何人都可以帮助我吗???

谢谢

i have my plugin with id plugin1 as an object in my js view..
i have register a pdk method setAngle with js

like

PDL_RegisterJSHandler("setAngle", setRotationSpeed);

PDL_JSRegistrationComplete();

and called it like

var result = $('plugin1').setAngle(str);

here is the plugin included in my view ...

<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>

but it throws an exception "Object # has no method setAngle "

can any one help me ???

thnks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文